๐งฎ bernoulli on Python3
My most interesting & creative calculator using own optimizations (performs advanced math INCREDIBLY FAST). It is specialized in partial sums.
๐ knapsack on Rust
A custom powerful optimization over classic brute-force solution.
- Searching through whole solution space, it will always find the optimal solution.
- Capable of cutting unpromising branches, it can handle enormous data sets as long as given
<CAPACITY>
is small.
๐ General GG Fibonacci (GGGF) on C#
Generalized Generator of Gigantic Fibonacci numbers.
Features: Speed โ matrix based computation, Accuracy โ perfectly correct output, Flexibility โ negative indexes accepted.
Dijkstra projects await publishing.