File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# A Gentle Introduction to Linked Lists
2
2
3
- ## A web-page demonstration of Linked Lists and how they are stored in
4
- memory
5
-
6
- ### Based (very very closely) on a Java Applet written by
3
+ An interactive web-page demonstration of Linked Lists and how they are
4
+ stored in memory based (very very closely) on a Java Applet written by
7
5
[ Michael Goldwasser] ( http://mathcs.slu.edu/~goldwasser/ )
8
6
9
- Written as a SLU Senior Capstone Project for Fall 2014 and released
10
- under a BSD-style two-clause license (see [ LICENSE] ( LICENSE ) ).
7
+ This was written as a SLU Senior Capstone Project for Fall 2014 and is
8
+ released under a BSD-style two-clause license (see
9
+ [ LICENSE] ( LICENSE ) ).
11
10
12
11
It's now finished as far as the assignment goes, so I guess
13
12
pull-requests are welcome! I've added a
You can’t perform that action at this time.
0 commit comments