Skip to content

Siiir/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

My algorithmic projects

Contents

๐Ÿงฎ 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.

Generalized Generator of Gigantic Fibonacci numbers.
Features: Speed โ€“ matrix based computation, Accuracy โ€“ perfectly correct output, Flexibility โ€“ negative indexes accepted.

๐Ÿš€ Dijkstra

Dijkstra projects await publishing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published