An open API service indexing awesome lists of open source software.

https://github.com/aichbauer/algorithm


https://github.com/aichbauer/algorithm

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# ALGORITHMS
### Lukas Aichbauer

## Python

Different algorithm implementations in python

### Fibonacci

An Iterative, a Recursive, and an Iterative Sqauring (matrix multiplication) Algorithm written in Python.

### Josephus

An iterative algorithm solving the josephus problem.
Inclusive a brute force method to calc the 1-nth number and a timer to stop brute force at given seconds.gst