Commit Graph

21 Commits

Author SHA1 Message Date
bfbdb6a20e added some grid stuff 2024-12-05 07:50:46 +01:00
87b4b49dad Fixed combination and renamed digits to more generic elements in permutation, big sets still not working 2024-11-28 13:34:22 +01:00
e293fb90d3 Add test for permutation and fixed it 2024-11-28 12:32:34 +01:00
cc626a6d85 Small changes 2024-11-28 11:02:14 +01:00
19b2434789 Added tests for combination 2024-11-28 11:01:08 +01:00
9f10cee3e0 Fixed div now all arithmetic operations should work 2024-11-27 15:03:29 +01:00
1e0f6fd077 Added more tests and fixed add and sub 2024-11-27 11:50:58 +01:00
cad2d2b910 Some minimal progress on div 2024-11-26 15:58:57 +01:00
50b2aa8932 Added tests for div and rem 2024-11-26 15:40:38 +01:00
ed886762d0 Change digits from isize to i8 2024-11-26 15:39:07 +01:00
2ec7e6c296 Mul seems to be working 2024-11-26 11:11:08 +01:00
23a96d5bee Big refactoring, mul not yet working 100% 2024-11-26 09:56:20 +01:00
e0fce27917 Refactoring 2024-11-25 10:39:52 +01:00
1f96d76c74 Refactoring 2024-11-22 14:17:04 +01:00
b44908429a Remove get_recurring from fraction as it is not really useful I think other than for euler 26 2024-11-20 12:34:05 +01:00
5c802bf310 Not yet working properly euler::problem_26 2024-11-18 16:02:19 +01:00
1df263be65 Add Fraction struct 2024-11-18 14:30:58 +01:00
49b0f24c1b Add binomial to math 2024-11-18 11:40:44 +01:00
fdf46c9dd3 Moved nth_lex out of struct impl 2024-11-18 11:20:35 +01:00
d3a93a875f Added a bunch of things I needed in previous challenges 2024-11-18 10:59:04 +01:00
960e9e2897 Initial commit and Readme 2024-11-18 08:50:29 +01:00