Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gregors/intro_to_linked_lists

Intro material for linked lists
https://github.com/gregors/intro_to_linked_lists

Last synced: about 1 month ago
JSON representation

Intro material for linked lists

Awesome Lists containing this project

README

        

# To compile the program open up a terminal and
`javac -classpath junit-4.12.jar *.java`

# to run the tests
`java -classpath junit-4.12.jar:hamcrest-core-1.3.jar:. TestRunner`

# to run example program
`java ExampleProgram`

# notes
If you make changes you'll need to recompile, windows users may need to use ; instead of : for classpath separator