Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gregors/intro_to_linked_lists
- Owner: gregors
- Created: 2018-08-31T21:15:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T00:58:17.000Z (over 6 years ago)
- Last Synced: 2024-10-28T12:04:59.035Z (3 months ago)
- Language: Java
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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