https://github.com/gregors/intro_to_linked_lists
Intro material for linked lists
https://github.com/gregors/intro_to_linked_lists
Last synced: 3 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T00:58:17.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T13:44:01.024Z (5 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