|
|
0f3334b232
|
feat(linked list): added insert after value function
|
2025-04-25 17:15:58 -05:00 |
|
|
|
2f5f629def
|
feat(linked list): implemented before value function
|
2025-04-25 17:11:35 -05:00 |
|
|
|
8370ada3c4
|
feat(linked list): implemented insert at index
|
2025-04-25 17:04:33 -05:00 |
|
|
|
fee99c8cdd
|
fix(linked list): fixed appending to linked list
|
2025-04-25 16:14:46 -05:00 |
|
|
|
34246c10d7
|
feat(linked list): implemented is empty function
|
2025-04-25 16:11:13 -05:00 |
|
|
|
d89747a2ed
|
fix(linked list): fixed size not updating on append
|
2025-04-25 15:48:09 -05:00 |
|
|
|
9d571c694e
|
feat(linked list): added append function
|
2025-04-25 15:18:44 -05:00 |
|
|
|
ffdb897cda
|
feat(linked list): added linked list datastructure, initialization and destruction
|
2025-04-25 14:44:24 -05:00 |
|
|
|
09f36bfeb3
|
Merge pull request 'f6-dynamic-array' (#18) from f6-dynamic-array into main
Reviewed-on: #18
|
2025-04-25 10:21:54 -05:00 |
|
|
|
54ddcc5442
|
refactor(dynamic dashboard): removed uneeded include
|
2025-04-25 10:21:18 -05:00 |
|
|
|
3ef5bddf9a
|
feat(dynamic array): implemented remove at index
|
2025-04-25 05:56:32 -05:00 |
|
|
|
2c41786406
|
feat(dynamic array): implemented remove value
|
2025-04-25 05:09:16 -05:00 |
|
|
|
57e61c4036
|
feat(dynamic array): implemented has value function for dynamic array
|
2025-04-25 04:42:15 -05:00 |
|
|
|
d5ba0a07bc
|
feat(dynamic array): implemented insert after value function for dynamic array
|
2025-04-25 04:34:01 -05:00 |
|
|
|
c51fd33b50
|
feat(dynamic array): implemented insert before value function for dynamic array
|
2025-04-24 18:26:33 -05:00 |
|
|
|
4388756371
|
feat(dynamic array): implemented get function for dynamic array
|
2025-04-24 17:51:53 -05:00 |
|
|
|
42f537ebd1
|
feat(dynamic array): implemented insert at index for dynamic array
|
2025-04-24 17:36:38 -05:00 |
|
|
|
a0ac7fb332
|
feat(dynamic array): implemented append function for dynamic array
|
2025-04-24 12:40:21 -05:00 |
|
|
|
6e83855216
|
feat(dynamic array): added dynamic array datastructure with init and destroy function
|
2025-04-24 10:34:57 -05:00 |
|
|
|
48f402708c
|
Merge pull request 'f2-basic-stack' (#17) from f2-basic-stack into main
Reviewed-on: #17
|
2025-04-24 04:51:22 -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 |
|
|
|
47f7db53bb
|
feat(stack): added is empty function to stack
|
2025-04-23 05:11:25 -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 |
|
|
|
ee75c231c7
|
Merge pull request 'f1-basic-queue' (#16) from f1-basic-queue into main
Reviewed-on: #16
|
2025-04-22 16:02:39 -05:00 |
|
|
|
c7892da31b
|
feat(queue): added is empty function to queue
|
2025-04-22 15:23:51 -05:00 |
|
|
|
9893d2f268
|
feat(queue): added pop function to queue
|
2025-04-21 15:30:49 -05:00 |
|
|
|
160f6b513e
|
feat(queue): implemented peek function
|
2025-04-21 15:14:06 -05:00 |
|
|
|
d831ad3409
|
perf(queue): improved performance of queue by changing to dynamic list instead of doubly linked list
|
2025-04-21 13:10:44 -05:00 |
|
|
|
04744bb890
|
feat(queue): added push function to queue
|
2025-04-20 09:08:59 -05:00 |
|
|
|
3e04e24b1c
|
feat(queue): added queue datastructure with init and destroy function
|
2025-04-19 15:14:30 -05:00 |
|
|
|
d8cc4b78a7
|
feat(build): added basic build system with hallocy library
|
2025-04-19 11:15:18 -05:00 |
|
|
|
bbc088b123
|
Initial commit
|
2025-04-19 10:35:16 -05:00 |
|