These repository is a collection of useful algorithms and data structures built in MATLAB/Octave. In addition you will find solutions from project euler problem sets. The code in this repository is cross-portabel for MATLAB and for Octave.
Octave is a free high-level interpreter language that is equivalent to the textuelle programming language MATLAB.
$ git clone "https://github.com/TheAlgorithms/MATLAB-Octave.git"
You can run and edit the algorithms or contribute to them using Gitpod.io, a free online development environment, with a single click.
-
project-euler
- Problem 1
- Problem 2
- Problem 3
- Problem 4
-
algorithms
- Sieve_of_Eratosthenes
- crypto
- sdbm-hash
- searching
- counting-sort
- Strings
- Palindrome
- maths
- to_polar
- arithmetic_analysis
- bisection
- newton
- secant
- false position
- other
- tic_tac_toe
-
machine-learning
- nearest neighbor
- brightness (recognizes the brightness of a color)
- k-means clustering
- nearest neighbor
-
image-processing
- Blob-detection
You can like contribute to this repository. You simply orient on the directory structure.
Please read CONTRIBUTING.md for information on how to contribute.
Licensed under the MIT License