Commit graph

15 commits

Author SHA1 Message Date
4cfd56bcea refactor(linked list): improved allocation error handling 2025-05-15 13:53:02 -05:00
ca59eec627 feat(queue): implemented schrink to fit function 2025-05-15 13:03:03 -05:00
349268068b perf(stack): improved peek function by inlining it 2025-05-15 12:34:03 -05:00
f7ac0e5192 feat(stack): implemented schrink to fit function 2025-05-15 12:28:54 -05:00
5f87686633 fix(stack): fixed reallocation size in push function 2025-05-15 12:20:45 -05:00
3c8cc19cab feat(stack): implemented clear function 2025-05-01 17:32:26 -05:00
ffdb897cda feat(linked list): added linked list datastructure, initialization and destruction 2025-04-25 14:44:24 -05:00
6e83855216 feat(dynamic array): added dynamic array datastructure with init and destroy function 2025-04-24 10:34:57 -05:00
c24d41f419 fix(queue): fixed reallocation issue and made init of queue consistent with stack 2025-04-24 04:49:52 -05:00
6e8b2eade3 feat(stack): made it possible to initialize stack with list 2025-04-23 17:40:38 -05:00
8b0a617cb8 feat(stack): implemented pop function for stack 2025-04-23 12:05:36 -05:00
01ce91cfa4 feat(stack): implemented peek function for stack 2025-04-23 07:14:45 -05:00
0e430f3dd5 feat(stack): added push function to stack 2025-04-23 05:33:10 -05:00
b9006ebb0f feat(stack): added stack datastructure with init and destroy function 2025-04-23 05:08:00 -05:00
f2ab24a7c1 fix(queue): removed test code 2025-04-22 17:19:33 -05:00