TheAlgorithms-C/data_structures
Sahil Kandhare e278f5d74f
feat: add Dynamic Stack implementation (#1261)
* Create dynamic_stack.c

In this implementation, functions such as PUSH, POP, PEEK, show_capacity, isempty, and stack_size are coded to implement dynamic stack.

* Update dynamic_stack.c

Worked on Suggested Changes.

* Update dynamic_stack.c

Worked on suggested changes.

* Update dynamic_stack.c

* Update: Used Int type that are OS-independent

---------

Co-authored-by: David Leal <halfpacho@gmail.com>
2023-06-08 08:56:26 -06:00
..
array Return success status (#957) 2022-09-30 14:20:08 +05:30
binary_trees docs: fix minor typos in `data_structures/avl_tree.c` (#1218) 2023-02-20 16:19:47 -06:00
dictionary formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
dynamic_array fix: remove double/unintended `free` (#1143) 2022-11-09 23:19:01 -06:00
graphs fix: memory allocation method (#1220) 2023-03-17 12:01:44 -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 feat: add Circular Doubly Linked List implementation (#1038) 2023-03-02 17:30:56 -06:00
list formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
queue feat: Moving queue file to it's directory and creating include file for it (#874) 2021-10-15 11:28:04 -05:00
stack feat: add Dynamic Stack implementation (#1261) 2023-06-08 08:56:26 -06:00
trie feat: Rewrite the trie example (#927) 2022-03-19 19:04:18 -06:00
stack.c Update stack.c (#617) 2020-10-01 09:34:03 -04:00
vector.c feat: add a vector implementation in data structures (#977) 2022-11-08 15:18:39 -06:00