julien lengrand-lambert
|
57a852f3e8
|
Implements the get method, that returns an element at a given index
|
2013-12-08 20:12:03 +01:00 |
|
julien lengrand-lambert
|
10b1647674
|
Adds search method in the implementation
|
2013-12-08 20:03:51 +01:00 |
|
julien lengrand-lambert
|
7c2e8b5534
|
Finishes implementing delete
|
2013-12-08 19:58:55 +01:00 |
|
julien lengrand-lambert
|
94a9bd3626
|
The special case node = 0 is needed
|
2013-12-08 14:41:04 +01:00 |
|
julien lengrand-lambert
|
6b750028f9
|
Finished implementing a first version of delete_item
|
2013-12-08 14:39:30 +01:00 |
|
julien lengrand-lambert
|
c64ae01a36
|
Starts implementing the delete_item method, that deletes the nth element from the list
|
2013-12-08 14:32:05 +01:00 |
|
Julien Lengrand-Lambert
|
e8a03abf8d
|
implements the print method
|
2013-12-07 16:20:46 +01:00 |
|
Julien Lengrand-Lambert
|
757e3cbcd0
|
Implements has_next() method in list item
|
2013-12-07 15:27:50 +01:00 |
|
julien lengrand-lambert
|
26ed3fe4d8
|
Starts working on Linked List. Single linked lists implementation for now.
|
2013-12-07 11:47:24 +01:00 |
|