All Projects → Pretty Algorithms → Similar Projects or Alternatives

913 Open source projects that are alternatives of or similar to Pretty Algorithms

Algods
Implementation of Algorithms and Data Structures, Problems and Solutions
Stars: ✭ 3,295 (+52.33%)
Mutual labels:  algorithms, sort, sorting-algorithms
C Sharp Algorithms
📚 📈 Plug-and-play class-library project of standard Data Structures and Algorithms in C#
Stars: ✭ 4,684 (+116.55%)
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+450.02%)
Mutual labels:  algorithms, computer-science, sort
Algorithms.js
Atwood's Law applied to CS101 - Classic algorithms and data structures implemented in JavaScript
Stars: ✭ 3,322 (+53.58%)
Mega Interview Guide
The MEGA interview guide, JavaSciript, Front End, Comp Sci
Stars: ✭ 255 (-88.21%)
Mutual labels:  algorithms, computer-science, sort
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+692.93%)
Mutual labels:  algorithms, computer-science, sort
Java
All Algorithms implemented in Java
Stars: ✭ 42,893 (+1883.03%)
Mutual labels:  algorithms, sort, sorting-algorithms
Thealgorithms
Algorithms repository.
Stars: ✭ 122 (-94.36%)
common-algorithms-js
Common algorithms implemented in JavaScript.
Stars: ✭ 34 (-98.43%)
data-structure-and-algorithm
Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
Stars: ✭ 86 (-96.02%)
Mutual labels:  sort, sorting-algorithms
Algorithm
The repository algorithms implemented on the Go
Stars: ✭ 163 (-92.46%)
Mutual labels:  algorithms, sort
Sorting-Algorithms
sorting algorithms in python
Stars: ✭ 15 (-99.31%)
Mutual labels:  sort, sorting-algorithms
Algorithms
Short explanations and implementations of different algorithms in multiple languages
Stars: ✭ 37 (-98.29%)
Mutual labels:  sort, sorting-algorithms
Algorithms Visualiser
Algorithms Visualiser is an opensource project made using ReactJS. Visualise Algorithms on Sorting, Pathfinding, Searching, Word Search, Backtracking.
Stars: ✭ 290 (-86.59%)
Mutual labels:  algorithms, sorting-algorithms
Algorithms-Java
A collection of common algorithms and data structures implemented in Java.
Stars: ✭ 141 (-93.48%)
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+105.32%)
Mutual labels:  algorithms, sorting-algorithms
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (-80.63%)
Mutual labels:  algorithms, sort
Ruby
All algorithms implemented in Ruby
Stars: ✭ 454 (-79.01%)
Mutual labels:  algorithms, sorting-algorithms
Classiccomputerscienceproblemsinpython
Source Code for the Book Classic Computer Science Problems in Python
Stars: ✭ 558 (-74.2%)
Mutual labels:  algorithms, computer-science
Algorithms
Minimal examples of data structures and algorithms in Python
Stars: ✭ 20,123 (+830.33%)
Mutual labels:  algorithms, sort
Techinterview
💎 Cheat sheet to prep for technical interviews.
Stars: ✭ 454 (-79.01%)
Mutual labels:  algorithms, computer-science
Curriculum
👩‍🏫 👨‍🏫 The open-source curriculum of Enki!
Stars: ✭ 624 (-71.15%)
Mutual labels:  algorithms, computer-science
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+189%)
Mutual labels:  algorithms, computer-science
Algorithms Leetcode Javascript
Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
Stars: ✭ 157 (-92.74%)
Mutual labels:  algorithms, computer-science
Learn some algorithm and data structure
从零开始回顾一下最简单最基础的算法与数据结构
Stars: ✭ 38 (-98.24%)
Mutual labels:  algorithms, sorting-algorithms
Ready For Tech Interview
💻 신입 개발자로서 준비를 하기 위해 지식을 정리하는 공간 👨‍💻
Stars: ✭ 1,035 (-52.15%)
Mutual labels:  algorithms, computer-science
ultra-sort
DSL for SIMD Sorting on AVX2 & AVX512
Stars: ✭ 29 (-98.66%)
Mutual labels:  sort, sorting-algorithms
ShiftSort
Sorting algorithm quicker than MergeSort, and is adaptive and stable.
Stars: ✭ 39 (-98.2%)
Mutual labels:  sort, sorting-algorithms
js-algorithms
Computer science
Stars: ✭ 64 (-97.04%)
algorithms
The All ▲lgorithms documentation website.
Stars: ✭ 114 (-94.73%)
Mutual labels:  sort, sorting-algorithms
Algorithms
My Algorithms and Data Structures studies. https://leandrotk.github.io/series/algorithms-problem-solving
Stars: ✭ 275 (-87.29%)
Mutual labels:  algorithms, computer-science
Javascript
A repository for All algorithms implemented in Javascript (for educational purposes only)
Stars: ✭ 16,117 (+645.12%)
Mutual labels:  sort, sorting-algorithms
The Uplift Project Dsa
Stars: ✭ 20 (-99.08%)
Mutual labels:  algorithms, sorting-algorithms
Code With Love
Open source programming algorithms
Stars: ✭ 107 (-95.05%)
Mutual labels:  algorithms, sorting-algorithms
Robotics Coursework
🤖 Places where you can learn robotics (and stuff like that) online 🤖
Stars: ✭ 1,810 (-16.32%)
Mutual labels:  algorithms, computer-science
Cracking The Coding Interview
📚 C++ and Python solutions with automated tests for Cracking the Coding Interview 6th Edition.
Stars: ✭ 396 (-81.69%)
Mutual labels:  algorithms, sorting-algorithms
Interview
Data Structures and Algorithms in Java (useful in interview process)
Stars: ✭ 396 (-81.69%)
Mutual labels:  algorithms, sorting-algorithms
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (-82.39%)
Mutual labels:  sort, sorting-algorithms
Cs Video Courses
List of Computer Science courses with video lectures.
Stars: ✭ 27,209 (+1157.93%)
Mutual labels:  algorithms, computer-science
Algorithms
CLRS study. Codes are written with golang.
Stars: ✭ 482 (-77.72%)
Mutual labels:  algorithms, sort
SortingLab.jl
Faster sorting algorithms (sort and sortperm) for Julia
Stars: ✭ 20 (-99.08%)
Mutual labels:  sort, sorting-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 (-93.85%)
Mutual labels:  algorithms, sorting-algorithms
Algos And Data Structures
Collection of Test Specs and Implementation of various algorithms and data structures from the Princeton Coursera course: Intro to Algorithms part 1 and 2
Stars: ✭ 31 (-98.57%)
Mutual labels:  algorithms, computer-science
Huprog
A repo which includes the HUPROG'17(Hacettepe University Programming Contest)'s questions and the solutions of that questions.
Stars: ✭ 11 (-99.49%)
Mutual labels:  algorithms, computer-science
Algorithm Notes
Comprehensive algorithms solution to help engineers prepare their interviews and future study
Stars: ✭ 44 (-97.97%)
Mutual labels:  algorithms, sorting-algorithms
Competitive Programming Library
A library designed to improve your competitive programming performance.
Stars: ✭ 26 (-98.8%)
Mutual labels:  algorithms, computer-science
Algorithms
A collection of algorithms and data structures
Stars: ✭ 11,553 (+434.12%)
Mutual labels:  algorithms, sorting-algorithms
Sortingalgorithm.hayateshiki
Hayate-Shiki is an improved merge sort algorithm with the goal of "faster than quick sort".
Stars: ✭ 84 (-96.12%)
Mutual labels:  computer-science, sort
Dsa Geeksclasses
DSA-Self Paced With Doubt Assistance Course Solutions in Python (Python 3)
Stars: ✭ 137 (-93.67%)
Mutual labels:  algorithms, sorting-algorithms
Algorithms
A collection of common algorithms and data structures implemented in java, c++, and python.
Stars: ✭ 142 (-93.44%)
Mutual labels:  algorithms, sorting-algorithms
.codebits
📚 List of resources for Algorithms and Data Structures in Python & other CS topics @2017
Stars: ✭ 144 (-93.34%)
Mutual labels:  algorithms, computer-science
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (-94.41%)
Mutual labels:  algorithms, sorting-algorithms
19 udacity dsa
Data Structures & Algorithms Nanodegree Program from Udacity
Stars: ✭ 140 (-93.53%)
Mutual labels:  algorithms, computer-science
Foundational Knowledge For Programmers
List of resources about foundational knowledge for programmers (supposed to last a few decades)
Stars: ✭ 115 (-94.68%)
Mutual labels:  algorithms, computer-science
algorithms
A open source repository of different kinds of algorithms in c. Newbies are encouraged to contribute! Note: I made this code when i didn't have as much experience in programming
Stars: ✭ 33 (-98.47%)
lua sort
Lua pure sort algorithm based on lib_table.c (from LuaJIT 2.1.0)
Stars: ✭ 21 (-99.03%)
Mutual labels:  sort, sorting-algorithms
Advanced Algorithms
100+ algorithms & data structures generically implemented in C#.
Stars: ✭ 752 (-65.23%)
Mutual labels:  algorithms, sorting-algorithms
Jortsort
the official website for jortSorting
Stars: ✭ 112 (-94.82%)
Mutual labels:  algorithms, sort
Ultimate Java Resources
Java programming. All in one Java Resource for learning. Updated every day and up to date. All Algorithms and DS along with Development in Java. Beginner to Advanced. Join the Discord link.
Stars: ✭ 143 (-93.39%)
Mutual labels:  algorithms, computer-science
Data Structures And Algorithms
Data Structures and Algorithms implemented In Python, C, C++, Java or any other languages. Aimed to help strengthen the concepts of DS&A. Give a Star 🌟 if it helps you.
Stars: ✭ 146 (-93.25%)
Mutual labels:  algorithms, computer-science
1-60 of 913 similar projects