Single linked list data structure in CS235
Following is the folder structure to get to the source code:1
- SinglyLinkedList/src/
- SinglyLinkedList.java
- SinglyLinkedList_Driver.java
- SinglyLinkedList.java
- SinglyLinkedList_Driver.java
Footnotes
-
"SinglyLinkedList_Driver.java" is the Driver file that contains main(). "SinglyLinkedList.java" is the SinglyLinkeList class. It also contains within it the "Node" class. ↩