All Projects → TheAlgorithms → Matlab Octave

TheAlgorithms / Matlab Octave

Licence: mit
This repository contains algorithms written in MATLAB/Octave. Developing algorithms in the MATLAB environment empowers you to explore and refine ideas, and enables you test and verify your algorithm.

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Matlab Octave

Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (+176.67%)
Mutual labels:  algorithm, algorithms, datastructures
Competitive Programming
📌 📚 Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.
Stars: ✭ 496 (+175.56%)
Mutual labels:  algorithm, algorithms, datastructures
Data Structures And Algorithms
Data Structures and Algorithms implementation in Go
Stars: ✭ 2,272 (+1162.22%)
Mutual labels:  algorithm, algorithms, datastructures
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+6509.44%)
Mutual labels:  algorithms, datastructures, machine-learning-algorithms
Algorithm
The repository algorithms implemented on the Go
Stars: ✭ 163 (-9.44%)
Mutual labels:  algorithm, algorithms, datastructures
Phpalgorithms
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell
Stars: ✭ 865 (+380.56%)
Mutual labels:  algorithm, algorithms, datastructures
Proalgos Cpp
C++ implementations of well-known (and some rare) algorithms, while following good software development practices
Stars: ✭ 369 (+105%)
Mutual labels:  algorithm, algorithms, datastructures
Data Structure And Algorithms
A complete and efficient guide for Data Structure and Algorithms.
Stars: ✭ 48 (-73.33%)
Mutual labels:  algorithm, algorithms, datastructures
Awesome Java Leetcode
👑 LeetCode of algorithms with java solution(updating).
Stars: ✭ 8,297 (+4509.44%)
Mutual labels:  algorithm, algorithms, datastructures
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+9428.33%)
Mutual labels:  algorithm, algorithms, machine-learning-algorithms
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (-22.78%)
Mutual labels:  algorithm, algorithms
Data structure and algorithms library
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Stars: ✭ 133 (-26.11%)
Mutual labels:  algorithm, algorithms
Iter
Go implementation of C++ STL iterators and algorithms.
Stars: ✭ 132 (-26.67%)
Mutual labels:  algorithms, datastructures
Leetcode Sol Res
Clean, Understandable Solutions and Resources for LeetCode Online Judge Algorithm Problems.
Stars: ✭ 1,647 (+815%)
Mutual labels:  algorithm, algorithms
Youtube Projects
This repository contains all the code I use in my YouTube tutorials.
Stars: ✭ 144 (-20%)
Mutual labels:  algorithms, project
Real Time Ml Project
A curated list of applied machine learning and data science notebooks and libraries across different industries.
Stars: ✭ 143 (-20.56%)
Mutual labels:  project, machine-learning-algorithms
.codebits
📚 List of resources for Algorithms and Data Structures in Python & other CS topics @2017
Stars: ✭ 144 (-20%)
Mutual labels:  algorithm, algorithms
Competitive Programming
VastoLorde95's solutions to 2000+ competitive programming problems from various online judges
Stars: ✭ 147 (-18.33%)
Mutual labels:  algorithm, datastructures
Data Structures Algorithms
Your personal library of every algorithm and data structure code that you will ever encounter
Stars: ✭ 157 (-12.78%)
Mutual labels:  algorithm, algorithms
Hackerrank
📗 Solutions of more than 380 problems of Hackerrank accross several domains.
Stars: ✭ 128 (-28.89%)
Mutual labels:  algorithm, algorithms

MATLAB / Octave


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.

What is Octave?

Octave is a free high-level interpreter language that is equivalent to the textuelle programming language MATLAB.

Clone git repository

    $ 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.

Open in Gitpod

Overview about this repository



Contributing

You can like contribute to this repository. You simply orient on the directory structure.
Please read CONTRIBUTING.md for information on how to contribute.

License

Licensed under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].