mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
74e81de85a
* 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> |
||
---|---|---|
.. | ||
ascendingpriorityqueue.c | ||
circular_linked_list.c | ||
doubly_linked_list.c | ||
merge_linked_lists.c | ||
middle_element_in_list.c | ||
queue_linked_list.c | ||
singly_link_list_deletion.c | ||
stack_using_linked_lists.c |