Python
Python copied to clipboard
All Algorithms implemented in Python
The main idea of this algorithm is to create a spectrogram using the FFT and a window function to run the FFT on. Instead of a pure unchaging signal that...
### Describe your change: Add Project Euler problem 116 solution 1: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [...
I would like to implement this cipher in python and would like to contribute to this repository, If you think this would be appropriate addition to this repository can you...
vol_torus calculates the volume of the geometrical torus. ### Describe your change: added an algorithm for calculating the volume of a torus. * [x] Add an algorithm? * [ ]...
### **Describe your change:** Created permutations.py program to calculate permutations of objects * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? *...
### **Describe your change:** * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### **Checklist:** * [x]...
…rawing.py ### **Describe your change:** * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### **Checklist:** *...
### **Describe your change:** * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### **Checklist:** * [x]...
### **Describe your change:** Now the user can tell the algorithm what number he wants to run on the Collatz Sequence. * [ ] Add an algorithm? * [x] Fix...
### **Describe your change:** This PR adds a solution for Project Euler problem 78 (https://projecteuler.net/problem=78) * [x] Add an algorithm? * [ ] Fix a bug or typo in an...