Commit Graph

15 Commits

Author SHA1 Message Date
2f00d7e4f7 Migrating to Gitea CI
All checks were successful
clang-build / clang-build (push) Successful in 40s
gcc-build / gcc-build (push) Successful in 17s
2026-01-16 11:41:07 +01:00
912faca620 Added benchmark for String type 2026-01-12 15:58:42 +01:00
b1cca113ce Refactored string_set_at and added documentation 2026-01-12 14:16:07 +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
65358fc766 Added benchmark program 2025-11-25 16:46:20 +01:00
9e419d09ac Added unit tests for BigInt data type and updated docs 2025-11-17 17:12:46 +01:00
fd07e27337 Added division algorithm (not working yet) 2025-11-13 16:22:56 +01:00
5af5699e66 Added requirements for division and fixed critical bugs 2025-11-13 11:52:07 +01:00
77f68f2328 Refactored Karatsuba's algorithm and added sample usage 2025-11-12 16:30:18 +01:00
1293006eba Updated documentation 2025-11-10 10:49:23 +01:00
1589a7d84f Added Quicksort implementation for generic data types. 2025-11-07 16:54:21 +01:00
9b9eff72e6 Completed documentation 2025-11-06 16:48:31 +01:00
50abb79be1 Added README.md and LICENSE files 2025-11-06 12:16:27 +01:00