mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-25 06:49:36 +03: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 |