Commit Graph

16 Commits

Author SHA1 Message Date
0f8378bf75 Completed unit tests for String type and added string_slice function 2026-01-09 12:14:30 +01:00
3b7e2dabc9 Fixed various bugs and added usage for String data type 2026-01-08 15:22:47 +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
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
3ff89c8d35 Implemented long division algorithm and added printf for big integers 2025-11-17 10:54:23 +01:00
fd07e27337 Added division algorithm (not working yet) 2025-11-13 16:22:56 +01:00
77f68f2328 Refactored Karatsuba's algorithm and added sample usage 2025-11-12 16:30:18 +01:00
4240f5db66 Started 'bigint_t' implementation 2025-11-10 16:23:50 +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
bc36a4c7e1 Added unit tests for Map data type and fixed other issues 2025-11-05 15:27:58 +01:00
fafbd0bc51 Completed hash map implementation 2025-11-01 17:25:05 +01:00
3859628a23 Started hash map implementation 2025-10-25 17:27:12 +02:00
bbdec328eb Completed vector implementation and added sample usage 2025-10-18 17:18:06 +02:00