Skip to content

Commit

Permalink
Update lab05.md
Browse files Browse the repository at this point in the history
change lab04 repo link
  • Loading branch information
jhl4 committed Feb 6, 2024
1 parent 062e3e4 commit b427251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/lab05.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## Instructions

### Setup
<u>Fork</u> and clone the repo from [https://github.com/CMU-17-214/f23-lab05](https://github.com/CMU-17-214/f23-lab05.git)
<u>Fork</u> and clone the repo from [https://github.com/CMU-17-214/s24-lab05](https://github.com/CMU-17-214/s24-lab05)

## Task Overview
You will examine the strengths and weaknesses of inheritance and delegation by using both techniques to add a feature to a ```SortedIntList``` class. The ```SortedIntList``` class is one of a family of integer lists. It is very similar to the ```AbstractIntList```, except it stores its elements in ascending order.
Expand Down

0 comments on commit b427251

Please sign in to comment.