TheAlgorithms-C/data_structures
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
..
array formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
binary_trees Feature: Added segment_trees Closes #561 (#595) 2020-09-09 12:50:21 -04:00
dictionary formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
dynamic_array formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
graphs formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
hash_set formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
heap formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
linked_list Doubly linked list, simple code. (#673) 2020-10-20 12:50:48 -04:00
list formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
stack formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
trie formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
queue.c docs: Minor documentation improvements (data_structures/queue.c) (#616) 2020-10-01 12:19:55 -05:00
stack.c Update stack.c (#617) 2020-10-01 09:34:03 -04:00