a02f2dff40
Added Knuth's "Algorithm D" from TAOCP "Seminumerical algorithms"
clang-build / clang-build (push) Successful in 41s
gcc-build / gcc-build (push) Successful in 19s
2026-02-25 17:13:49 +01:00
ea9ef9de4b
Updated documentation
clang-build / clang-build (push) Successful in 36s
gcc-build / gcc-build (push) Successful in 8s
2026-01-23 17:06:13 +01:00
dd6e7a9c9e
Updated documentation
2026-01-12 11:58:32 +01:00
e8563e5043
Added documentation about closures
2025-12-23 12:24:49 +01:00
feb136d393
Added functional methods (map, filter and reduce)
2025-12-22 12:23:35 +01:00
7cc2615f8b
Fixed bug about bigint product, updated unit tests and sample usage.
2025-12-17 17:04:16 +01:00
5aa15f2276
Fixed multiple bugs in hashmap implementation.
...
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 14:16:32 +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
1293006eba
Updated documentation
2025-11-10 10:49:23 +01:00