Commit Graph

11 Commits

Author SHA1 Message Date
eb670e26a5 Improved bigint_printf method
All checks were successful
clang-build / clang-build (push) Successful in 37s
gcc-build / gcc-build (push) Successful in 18s
2026-02-26 09:36:46 +01:00
6cd90467c6 General refactoring 2026-01-07 11:08:53 +01:00
feb136d393 Added functional methods (map, filter and reduce) 2025-12-22 12:23:35 +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
e6a48e1c21 Added unit tests for Vector data type 2025-11-05 11:52:21 +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
aa35ecb73d Added vector implementation 2025-10-04 17:20:59 +02:00