Skip to content

Commit 640cb85

Browse files
armeetjphrdang
andauthored
Update src/com/codefortomorrow/advanced/chapter16/practice/LinkedList.java
Co-authored-by: Rebecca Dang <[email protected]>
1 parent 84ad074 commit 640cb85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/codefortomorrow/advanced/chapter16/practice/LinkedList.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*
77
* Implement a simple LinkedList
88
* You will need to create a LinkedListNode class, which represents each item/node in the linked list
9+
* Assume that the elements in the linked list are all of type int
910
* Required functionality...
1011
* - head(): get head of list
1112
* - tail(): get tail of list

0 commit comments

Comments
 (0)