Commit Graph

14 Commits

Author SHA1 Message Date
bbae7c587e Fixed multiple bugs in hashmap implementation.
Some checks failed
clang-build / clang-build (push) Has been cancelled
gcc-build / gcc-build (push) Has been cancelled
1. Fixed infinite loop issue that occurred when map was full of
   tombstones;
2. Fixed bug related to tombstone count decrement when adding a new
   key on a deleted slot;
3. Added proper map resize when keys are added or removed;
4. Fixed inconsistent error messages;
5. Added proper NULL check on map_remove method.
2025-11-25 12:11:26 +01:00
b885d93b6f Merge pull request #1 from ceticamarco/bignum_experimental
Adding BigInt support
2025-11-18 11:46:42 +01:00
c658c93182 Fixed minor bugs and added documentation for big integers 2025-11-18 11:28:43 +01:00
9e419d09ac Added unit tests for BigInt data type and updated docs 2025-11-17 17:12:46 +01:00
f625862ad2 Added new unit tests which lead to bug fix 2025-11-17 12:22:29 +01:00
3ff89c8d35 Implemented long division algorithm and added printf for big integers 2025-11-17 10:54:23 +01:00
86f2fb20dd Fixed bug in vector unit test 2025-11-17 09:28:30 +01:00
5af5699e66 Added requirements for division and fixed critical bugs 2025-11-13 11:52:07 +01:00
574877eba7 Fixed heap overflow caused by vector_resize 2025-11-10 12:16:18 +01:00
1589a7d84f Added Quicksort implementation for generic data types. 2025-11-07 16:54:21 +01:00
50abb79be1 Added README.md and LICENSE files 2025-11-06 12:16:27 +01:00
196082919a Fixed issue related to unit tests 2025-11-05 15:45:12 +01:00
bc36a4c7e1 Added unit tests for Map data type and fixed other issues 2025-11-05 15:27:58 +01:00
e6a48e1c21 Added unit tests for Vector data type 2025-11-05 11:52:21 +01:00