TheAlgorithms-C/data_structures/linked_list
Gabriel Mota Bromonschenkel Lima 74e81de85a
Doubly linked list, simple code. (#673)
* Doubly linked list, simple code.

#633

* organizing code a bit more

* add link in DIRECTORY.md and more comments/cleaning.

* remove global variables and redundancy.

* add Wikipedia reference

* add documentation comments in all functions/headers

* add update in file brief

Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>

* remove part of file @details

Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-10-20 12:50:48 -04:00
..
ascendingpriorityqueue.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
circular_linked_list.c Rename CircularLinkedList.C to circular_linked_list.c (#679) 2020-10-19 18:31:01 -04:00
doubly_linked_list.c Doubly linked list, simple code. (#673) 2020-10-20 12:50:48 -04:00
merge_linked_lists.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
middle_element_in_list.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
queue_linked_list.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
singly_link_list_deletion.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
stack_using_linked_lists.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00