All Projects → Algo Tree → Similar Projects or Alternatives

1673 Open source projects that are alternatives of or similar to Algo Tree

Iruka
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.
Stars: ✭ 625 (+276.51%)
Mutual labels:  stack, linked-list, queue
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+3665.66%)
Mutual labels:  graph, tree, heap
Algods
Implementation of Algorithms and Data Structures, Problems and Solutions
Stars: ✭ 3,295 (+1884.94%)
Algorithm Notes
Comprehensive algorithms solution to help engineers prepare their interviews and future study
Stars: ✭ 44 (-73.49%)
Cdcontainers
Library of data containers and data structures for C programming language.
Stars: ✭ 57 (-65.66%)
Mutual labels:  stack, heap, queue
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+15.66%)
Mutual labels:  stack, heap, queue
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-74.7%)
Mutual labels:  stack, trie, queue
Data Structures
Data-Structures using C++.
Stars: ✭ 121 (-27.11%)
Mutual labels:  trie, linked-list, recursion
Harbol
Harbol is a collection of data structure and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib
Stars: ✭ 18 (-89.16%)
Mutual labels:  tree, queue, string
ctl
My variant of the C Template Library
Stars: ✭ 105 (-36.75%)
Mutual labels:  tree, stack, queue
Cs2223
This a repository for WPI CS2223 Algorithms D Term 2018
Stars: ✭ 121 (-27.11%)
Mutual labels:  stack, heap, queue
deque
A highly optimized double-ended queue
Stars: ✭ 75 (-54.82%)
Mutual labels:  queue, array
quetie
🎀 Just the cutest and tiniest queue/deque implementation!
Stars: ✭ 111 (-33.13%)
Mutual labels:  stack, queue
Competitive Programming
Programming👨‍💻 Questions on BinarySearch💻, LeetCode💻, CodeChef💻, Codeforces💻,DSA 450
Stars: ✭ 188 (+13.25%)
Mutual labels:  string, array
Problem-Solving
contains all coding interview practice problems, data structures and algorithms implementations. 👨‍💻👨‍💻💥 🚩
Stars: ✭ 14 (-91.57%)
Mutual labels:  stack, array
react-binary-tree
Binary Tree Traversal Visualisation
Stars: ✭ 25 (-84.94%)
Mutual labels:  tree, recursion
Libft
42 library of basic C functions - queues, lists, memory operations and more 😄
Stars: ✭ 21 (-87.35%)
Mutual labels:  linked-list, queue
shoki
Purely functional data structures in Java
Stars: ✭ 30 (-81.93%)
Mutual labels:  stack, queue
dslib
🌿 A library of "connected" data structures
Stars: ✭ 122 (-26.51%)
Mutual labels:  tree, stack
fastrq
Queue, Stack and Priority Queue built on Redis.
Stars: ✭ 15 (-90.96%)
Mutual labels:  stack, queue
Competitive Coding
Contains Solution for all type of Problems of Competitive Programming. Updates Frequently as any problem is solved.
Stars: ✭ 16 (-90.36%)
Mutual labels:  stack, heap
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Stars: ✭ 55 (-66.87%)
Mutual labels:  stack, queue
treap
A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
Stars: ✭ 23 (-86.14%)
Mutual labels:  tree, heap
Redux Data Structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
Stars: ✭ 157 (-5.42%)
Mutual labels:  stack, queue
prototyped.js
Some common Typescript prototypes
Stars: ✭ 22 (-86.75%)
Mutual labels:  string, array
AhaAlgorithms
《啊哈算法》书上代码
Stars: ✭ 47 (-71.69%)
Mutual labels:  tree, stack
aho-corasick-node
A Node implementation of the Aho-Corasick string matching algorithm based on DoubleArray Trie.
Stars: ✭ 16 (-90.36%)
Mutual labels:  string, trie
Python
Repository for Python codes and algos. Star the repo too.
Stars: ✭ 102 (-38.55%)
utils.js
👷 🔧 zero dependencies vanilla JavaScript utils.
Stars: ✭ 14 (-91.57%)
Mutual labels:  string, array
rxjs-ninja
RxJS Operators for handling Observable strings, numbers, booleans and more
Stars: ✭ 68 (-59.04%)
Mutual labels:  string, array
ustd
Micro-standard-library providing minimal and portable array, queue and map for attiny avr, arduinos, esp8266/32 and linux, mac
Stars: ✭ 14 (-91.57%)
Mutual labels:  queue, array
42-push swap
📚 Sorting algorithm using only two stacks
Stars: ✭ 17 (-89.76%)
Mutual labels:  stack, sorting-algorithms
alvito
Alvito - An Algorithm Visualization Tool for Python
Stars: ✭ 52 (-68.67%)
Mutual labels:  array, sorting-algorithms
indexed-string-variation
Experimental JavaScript module to generate all possible variations of strings over an alphabet using an n-ary virtual tree
Stars: ✭ 16 (-90.36%)
Mutual labels:  tree, string
DawgSharp
DAWG String Dictionary in C#
Stars: ✭ 72 (-56.63%)
Mutual labels:  graph, trie
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 (-79.52%)
type-reverse
🦄 Lightweight reverse utility around strings, arrays, numbers and more.
Stars: ✭ 30 (-81.93%)
Mutual labels:  string, array
Data structure and algorithms library
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Stars: ✭ 133 (-19.88%)
php-helpers
An extensive set of PHP helper functions and classes.
Stars: ✭ 27 (-83.73%)
Mutual labels:  string, array
Algorithm-Patterns
面试常用算法框架分类总结,带你逐类击破 LeetCode 题目,培养算法思维,一通百通。Summary of Algorithm Patterns in coding interview. Cracking LeetCode and build up your algorithm thinking.
Stars: ✭ 24 (-85.54%)
Mutual labels:  recursion, dynamic-programming
poplar-trie
C++17 implementation of memory-efficient dynamic tries
Stars: ✭ 47 (-71.69%)
Mutual labels:  string, trie
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (+53.01%)
Mutual labels:  stack, queue
Graphview
Flutter GraphView is used to display data in graph structures. It can display Tree layout, Directed and Layered graph. Useful for Family Tree, Hierarchy View.
Stars: ✭ 152 (-8.43%)
Mutual labels:  graph, tree
Competitive Programming Repository
Competitive Programming templates that I used during the past few years.
Stars: ✭ 367 (+121.08%)
Mutual labels:  dynamic-programming, string
Algorithms
Minimal examples of data structures and algorithms in Python
Stars: ✭ 20,123 (+12022.29%)
Mutual labels:  graph, tree
Java Algorithms Implementation
Algorithms and Data Structures implemented in Java
Stars: ✭ 3,927 (+2265.66%)
Mutual labels:  graph, tree
Algorithms.js
Atwood's Law applied to CS101 - Classic algorithms and data structures implemented in JavaScript
Stars: ✭ 3,322 (+1901.2%)
Mutual labels:  graph, sorting-algorithms
Collection
A PHP library for representing and manipulating collections.
Stars: ✭ 488 (+193.98%)
Mutual labels:  array, queue
React D3 Tree
🌳 React component to create interactive D3 tree graphs
Stars: ✭ 543 (+227.11%)
Mutual labels:  graph, tree
Kotlin 99
Ninety-Nine Problems in Kotlin
Stars: ✭ 568 (+242.17%)
Mutual labels:  graph, tree
Qlibc
qLibc is a simple and yet powerful C library providing generic data structures and algorithms
Stars: ✭ 614 (+269.88%)
Mutual labels:  stack, queue
Liblist
Generic Linked list Management Library in C
Stars: ✭ 22 (-86.75%)
Mutual labels:  linked-list, queue
Algorithms
Study cases for Algorithms and Data Structures.
Stars: ✭ 32 (-80.72%)
Mutual labels:  graph, tree
Heapify
The fastest JavaScript priority queue out there. Zero dependencies.
Stars: ✭ 520 (+213.25%)
Mutual labels:  heap, queue
Advanced Algorithms
100+ algorithms & data structures generically implemented in C#.
Stars: ✭ 752 (+353.01%)
Mutual labels:  sorting-algorithms, heap
Slim
Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).
Stars: ✭ 1,705 (+927.11%)
Mutual labels:  tree, trie
Golang Combinations
Golang library which provide an algorithm to generate all combinations out of a given string array.
Stars: ✭ 51 (-69.28%)
Mutual labels:  array, string
Algorithms
Solved algorithms and data structures problems in many languages
Stars: ✭ 1,021 (+515.06%)
Mutual labels:  graph, heap
Lagmonitor
Monitor performance of your Minecraft server. Similar to VisualVM and Java Mission Control.
Stars: ✭ 147 (-11.45%)
Mutual labels:  graph, heap
Algorithms
A collection of algorithms and data structures
Stars: ✭ 11,553 (+6859.64%)
61-120 of 1673 similar projects