All Projects → Algorithms → Similar Projects or Alternatives

1837 Open source projects that are alternatives of or similar to Algorithms

Hipster
Hipster4j is a lightweight and powerful heuristic search library for Java and Android. It contains common, fully customizable algorithms such as Dijkstra, A* (A-Star), DFS, BFS, Bellman-Ford and more.
Stars: ✭ 301 (-97.39%)
Mutual labels:  search-algorithm, dijkstra
Algorithms.js
Atwood's Law applied to CS101 - Classic algorithms and data structures implemented in JavaScript
Stars: ✭ 3,322 (-71.25%)
Mutual labels:  algorithms, sorting-algorithms
Wordsandbuttons
A growing collection of interactive tutorials, demos, and quizzes about maths, algorithms, and programming.
Stars: ✭ 328 (-97.16%)
Mutual labels:  algorithms, mathematics
maths-for-deep-learning-ai
A open source book covering the foundational maths of deep learning and machine learning using TensorFlow
Stars: ✭ 35 (-99.7%)
Mutual labels:  linear-algebra, mathematics
euclid.js
2D Euclidean geometry classes, utilities, and drawing tools
Stars: ✭ 69 (-99.4%)
Mutual labels:  geometry, mathematics
Differentia.js
No longer being supported or maintained. A Graph Theory & Data Structure Library for JavaScript.
Stars: ✭ 13 (-99.89%)
Mutual labels:  graph-theory, search-algorithm
Python
Repository for Python codes and algos. Star the repo too.
Stars: ✭ 102 (-99.12%)
dbcsr
DBCSR: Distributed Block Compressed Sparse Row matrix library
Stars: ✭ 65 (-99.44%)
Data-Structures-and-Algorithms
Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.
Stars: ✭ 144 (-98.75%)
grblas
Python wrapper around GraphBLAS
Stars: ✭ 22 (-99.81%)
Mutual labels:  linear-algebra, graph-theory
Java-Questions-and-Solutions
This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
Stars: ✭ 34 (-99.71%)
Learn Something Every Day
📝 A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Stars: ✭ 362 (-96.87%)
Mutual labels:  algorithm, mathematics
Algorithms-Java
A collection of common algorithms and data structures implemented in Java.
Stars: ✭ 141 (-98.78%)
Proalgos Cpp
C++ implementations of well-known (and some rare) algorithms, while following good software development practices
Stars: ✭ 369 (-96.81%)
Mutual labels:  algorithm, algorithms
Funmath
☔️ Implementations of mathematical functions, formulas and concepts
Stars: ✭ 93 (-99.2%)
Mutual labels:  algorithm, mathematics
Algorithmic Toolbox San Diego
✔ My Solutions of (Algorithmic-Toolbox ) Assignments from Coursera ( University of California San Diego ) With "Go In Depth" Part Which Contains More Details With Each of The Course Topics
Stars: ✭ 78 (-99.32%)
Mutual labels:  algorithm, algorithms
Algorithms
My Algorithms and Data Structures studies. https://leandrotk.github.io/series/algorithms-problem-solving
Stars: ✭ 275 (-97.62%)
Mutual labels:  algorithm, algorithms
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (-97.35%)
Mutual labels:  algorithm, dynamic-programming
Ai Learn
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
Stars: ✭ 4,387 (-62.03%)
Mutual labels:  algorithm, mathematics
Codinginterviews
This repository contains coding interviews that I have encountered in company interviews
Stars: ✭ 2,881 (-75.06%)
Mutual labels:  algorithm, algorithms
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (-96.6%)
Mutual labels:  algorithm, algorithms
Ruby.fundamental
📚 Fundamental programming with ruby examples and references. It covers threads, SOLID principles, design patterns, data structures, algorithms. Books for reading. Repo for website https://github.com/khusnetdinov/betterdocs
Stars: ✭ 391 (-96.62%)
Acm Icpc Algorithms
Algorithms used in Competitive Programming
Stars: ✭ 1,281 (-88.91%)
Mutual labels:  algorithm, algorithms
Algorithms
Collection of algorithms in multiple programming languages.
Stars: ✭ 395 (-96.58%)
Mutual labels:  algorithms, search-algorithm
Ivy
Visualization of sorting algorithm
Stars: ✭ 93 (-99.2%)
Mutual labels:  algorithm, sorting-algorithms
Dotscad
Reduce the burden of mathematics when playing OpenSCAD
Stars: ✭ 344 (-97.02%)
Mutual labels:  mathematics, geometry
Algorithms
Minimal examples of data structures and algorithms in Python
Stars: ✭ 20,123 (+74.18%)
Mutual labels:  algorithm, algorithms
Earcut.hpp
Fast, header-only polygon triangulation
Stars: ✭ 447 (-96.13%)
Mutual labels:  algorithm, geometry
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (-96.1%)
Mutual labels:  algorithms, dynamic-programming
Ruby
All algorithms implemented in Ruby
Stars: ✭ 454 (-96.07%)
Mutual labels:  algorithms, sorting-algorithms
Js Sorting Algorithm
一本关于排序算法的 GitBook 在线书籍 《十大经典排序算法》,多语言实现。
Stars: ✭ 4,507 (-60.99%)
Mutual labels:  algorithm, sorting-algorithms
Teaching
Teaching Materials for Dr. Waleed A. Yousef
Stars: ✭ 435 (-96.23%)
Mutual labels:  mathematics, linear-algebra
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (-95.59%)
Cindyjs
A JavaScript framework for interactive (mathematical) content.
Stars: ✭ 495 (-95.72%)
Mutual labels:  mathematics, geometry
Nifty
Numerical computing in Swift – for Linux and macOS
Stars: ✭ 86 (-99.26%)
Mutual labels:  algorithms, linear-algebra
Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (-95.69%)
Mutual labels:  algorithm, algorithms
Competitive Programming
📌 📚 Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.
Stars: ✭ 496 (-95.71%)
Mutual labels:  algorithm, algorithms
Get better at cp in 2 months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
Stars: ✭ 627 (-94.57%)
Mutual labels:  algorithm, algorithms
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (-45.89%)
Mutual labels:  algorithm, algorithms
Hello Algorithm
🌍 针对小白的算法训练 | 包括四部分:①.算法基础 ②.力扣图解 ③.大厂面经 ④.CS_汇总 | 附:1、千本开源电子书 2、百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)
Stars: ✭ 29,372 (+154.24%)
Mutual labels:  algorithms, dynamic-programming
Advanced Algorithms
100+ algorithms & data structures generically implemented in C#.
Stars: ✭ 752 (-93.49%)
Mutual labels:  algorithms, sorting-algorithms
Jsxgraph
JSXGraph is a cross-browser library for interactive geometry, function plotting, charting, and data visualization in a web browser.
Stars: ✭ 605 (-94.76%)
Mutual labels:  mathematics, geometry
Android Notes
Android开发核心知识点笔记(不断更新中🔥)
Stars: ✭ 737 (-93.62%)
Mutual labels:  algorithm, algorithms
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (-93.19%)
Mutual labels:  algorithm, algorithms
The Uplift Project Dsa
Stars: ✭ 20 (-99.83%)
Mutual labels:  algorithms, sorting-algorithms
Avax
AVAX is a small, modern and fast console application for decrypting passwords with certain options.
Stars: ✭ 19 (-99.84%)
Mutual labels:  algorithm, algorithms
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (-92.6%)
Mutual labels:  algorithms, mathematics
Phpalgorithms
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell
Stars: ✭ 865 (-92.51%)
Mutual labels:  algorithm, algorithms
Book on python algorithms and data structure
🪐 Book on Python, Algorithms, and Data Structures. 🪐
Stars: ✭ 604 (-94.77%)
Mutual labels:  algorithm, algorithms
Xstrings
Implements string functions widely used in other languages but absent in Go.
Stars: ✭ 888 (-92.31%)
Mutual labels:  algorithm, strings
Algo.js
A Very Basic into Intermediate Algorithm Lesson
Stars: ✭ 11 (-99.9%)
Mutual labels:  algorithm, algorithms
Constant Vigilance
Learn this if you want to be a software engineer. Constant vigilance means being continually aware of areas that need improvement. For me, I am constantly searching for valuable resources to ensure I am able to solve any problem that comes my way.
Stars: ✭ 30 (-99.74%)
Mutual labels:  algorithm, linear-algebra
Quant Finance Resources
Courses, Articles and many more which can help beginners or professionals.
Stars: ✭ 36 (-99.69%)
Mutual labels:  algorithms, linear-algebra
Sudoku Generator
A Sudoku puzzle generator written in C++ using modified and efficient backtracking algorithm.
Stars: ✭ 33 (-99.71%)
Mutual labels:  algorithm, algorithms
Vos backend
vangav open source - backend; a backend generator (generates more than 90% of the code needed for big scale backend services)
Stars: ✭ 71 (-99.39%)
Mutual labels:  algorithms, geometry
Learn some algorithm and data structure
从零开始回顾一下最简单最基础的算法与数据结构
Stars: ✭ 38 (-99.67%)
Mutual labels:  algorithms, sorting-algorithms
Deepdatabase
A relational database engine using B+ tree indexing
Stars: ✭ 32 (-99.72%)
Mutual labels:  algorithms, search-algorithm
Blog
About math, programming and procedural generation
Stars: ✭ 37 (-99.68%)
Mutual labels:  algorithms, mathematics
Math Toolbox
Lightweight and modular math toolbox
Stars: ✭ 71 (-99.39%)
Mutual labels:  mathematics, geometry
Al Go Rithms
🎵 Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/
Stars: ✭ 1,036 (-91.03%)
Mutual labels:  algorithm, algorithms
61-120 of 1837 similar projects