We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ad074 commit 640cb85Copy full SHA for 640cb85
src/com/codefortomorrow/advanced/chapter16/practice/LinkedList.java
@@ -6,6 +6,7 @@
6
*
7
* Implement a simple LinkedList
8
* 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
10
* Required functionality...
11
* - head(): get head of list
12
* - tail(): get tail of list
0 commit comments