TheAlgorithms-C/data_structures
Mainak Debnath 4ac1c65007
fix: Added `limits.h` in `data_structures/heap/max_heap.c` (#812)
* fix: added limits.h header

* fix: added limits.h header in max_heap.c

* update: adding better documentation

* update: added documentation for header files

* update: changed comment for header files

Co-authored-by: David Leal <halfpacho@gmail.com>
2021-03-16 12:07:52 -06:00
..
array fixed: 761, 762. Fixed mis-spelled header file CArray.h to carray.h (#783) 2021-01-24 23:04:33 -06:00
binary_trees Rename redblacktree.c to red_black_tree.c (#684) 2020-10-20 12:51:47 -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 fix: file names modified for better readability (#770) 2020-11-03 18:46:26 -06:00
hash_set formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
heap fix: Added `limits.h` in `data_structures/heap/max_heap.c` (#812) 2021-03-16 12:07:52 -06:00
linked_list Update stack_using_linked_lists.c 2020-10-31 00:13:40 +05:30
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