Linklist and DoublyLinklist
This demo is to help us identify the different between the Linklist and DoublyLinklist
<<<<<<< HEAD
what we need to notice
Compare with the Linklist and DoublyLinklist, the Linklist compact with two elements, one is item, another is next point. the DoublyLinklist concact three elements, one is item as well, two others are preview ponit and next point.
Linklist Linklist
please notice some boundary conditions, like when we insert the elements the index need to be security check (index < 0 || index > N is not allowed)
=======
what we need to notice
Compare with the Linklist and DoublyLinklist, the Linklist compact with two elements, one is item, another is next point. the DoublyLinklist concact three elements, one is item as well, two others are preview ponit and next point.
Linklist Linklist
please notice some boundary conditions, like when we insert the elements the index need to be security check (index < 0 || index > N is not allowed)
>>>>>>> 646945f00f4cd297d985fa39f786110cab66301d