Skip to content

Commit 6313e10

Browse files
authored
Update README.md
1 parent 607e2ec commit 6313e10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Data structures
22

3-
Fork this repository and submit your code via pull request.
3+
Fork this repository and submit the URL of your fork via the Student Portal.
44

55
## Linked List
66

@@ -28,3 +28,7 @@ Implement a singly linked list:
2828
- implement your linked list as a generic class that can store any type of object
2929
- Add a reverse method
3030
- Add a slice method that returns a copy of a subset of the element of the list (eg slice(2,8) returns a new linked list containing elements #2,3,4,5,6,7 -- but not 8)
31+
32+
## Planning and Execution:
33+
* Rememember, **TESTS** for all of the methods involved should be written **BEFORE** their implemtations are written.
34+

0 commit comments

Comments
 (0)