https://github.com/aichbauer/algorithm
https://github.com/aichbauer/algorithm
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aichbauer/algorithm
- Owner: aichbauer
- Created: 2016-11-26T18:06:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-22T11:35:07.000Z (almost 9 years ago)
- Last Synced: 2025-03-04T20:40:51.251Z (10 months ago)
- Language: Python
- Size: 2.29 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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