All Projects → Leetcode → Similar Projects or Alternatives

2041 Open source projects that are alternatives of or similar to Leetcode

Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+2394.94%)
Mutual labels:  algorithm, graph, tree, stack, recursion, queue
Algo Tree
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
Stars: ✭ 166 (-6.74%)
Mutual labels:  graph, tree, stack, trie, recursion, queue
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (-21.91%)
Mutual labels:  algorithm, graph, tree, stack, queue, memoization
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+245.51%)
Mutual labels:  algorithm, graph, tree, stack, queue
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+153.37%)
Mutual labels:  graph, stack, trie, leetcode, queue
AlgoDaily
just for fun
Stars: ✭ 118 (-33.71%)
Mutual labels:  tree, stack, queue, leetcode, trie
Geeksforgeeks Dsa 2
This repository contains all the assignments and practice questions solved during the Data Structures and Algorithms course in C++ taught by the Geeks For Geeks team.
Stars: ✭ 53 (-70.22%)
Mutual labels:  graph, tree, stack, recursion, queue
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+5.06%)
Mutual labels:  algorithm, graph, tree, stack, queue
Javascript Datastructures Algorithms
📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
Stars: ✭ 3,221 (+1709.55%)
Mutual labels:  algorithm, graph, tree, stack, queue
Java Ds Algorithms
Data Structures and Algorithms in Java
Stars: ✭ 125 (-29.78%)
Mutual labels:  algorithm, graph, tree, stack, trie
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+1323.6%)
Mutual labels:  graph, stack, trie, queue
Buckets Swift
Swift Collection Data Structures Library
Stars: ✭ 106 (-40.45%)
Mutual labels:  graph, stack, trie, queue
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-80.34%)
Mutual labels:  graph, tree, stack, queue
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+160.67%)
Mutual labels:  tree, stack, queue, recursion
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (-50%)
Mutual labels:  tree, stack, queue, trie
Competitive Programming
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
Stars: ✭ 65 (-63.48%)
Mutual labels:  stack, queue, leetcode, trie
myleetcode
♨️ Detailed Java & Python solution of LeetCode.
Stars: ✭ 34 (-80.9%)
Mutual labels:  tree, stack, queue, leetcode
Algorithms
Minimal examples of data structures and algorithms in Python
Stars: ✭ 20,123 (+11205.06%)
Mutual labels:  algorithm, graph, tree, data-structure
Leetcode Solutions
🏋️ Python / Modern C++ Solutions of All 2111 LeetCode Problems (Weekly Update)
Stars: ✭ 2,787 (+1465.73%)
Mutual labels:  algorithm, data-structure, leetcode
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+7.87%)
Mutual labels:  stack, data-structure, queue
Data Structures
This repository contains some data structures implementation in C programming language. I wrote the tutorial posts about these data structures on my personal blog site in Bengali language. If you know Bengali then visit my site
Stars: ✭ 82 (-53.93%)
Mutual labels:  tree, stack, queue
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (-83.71%)
Mutual labels:  tree, stack, queue
Algorithm templates
algorithm templates and leetcode examples in Python3, you can learn many python tricks too.
Stars: ✭ 107 (-39.89%)
Mutual labels:  algorithm, data-structure, leetcode
DEPRECATED-data-structures
A collection of powerful data structures
Stars: ✭ 2,648 (+1387.64%)
Mutual labels:  stack, queue, trie
Algorithm-Data-Structures-Python
Various useful data structures in Python
Stars: ✭ 34 (-80.9%)
Mutual labels:  tree, stack, queue
Leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
Stars: ✭ 45,650 (+25546.07%)
Mutual labels:  algorithm, tree, leetcode
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+533.71%)
Mutual labels:  tree, stack, queue
Data Structures
Data-Structures using C++.
Stars: ✭ 121 (-32.02%)
Mutual labels:  data-structure, trie, recursion
ctl
My variant of the C Template Library
Stars: ✭ 105 (-41.01%)
Mutual labels:  tree, stack, queue
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (-75.28%)
Mutual labels:  stack, queue, trie
Bplustree
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
Stars: ✭ 1,598 (+797.75%)
Mutual labels:  algorithm, tree, data-structure
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (-29.78%)
Mutual labels:  tree, stack, queue
Dynamic-Programming-Questions-by-Aditya-Verma
Aditya Verma (Youtube) DP Playlist Codes/Solutions.
Stars: ✭ 148 (-16.85%)
Mutual labels:  memoization, leetcode, recursion
Data Structures Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Stars: ✭ 273 (+53.37%)
Mutual labels:  algorithm, graph, tree
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 (+71.91%)
Mutual labels:  algorithm, graph, leetcode
Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: ✭ 321 (+80.34%)
Mutual labels:  tree, stack, queue
Algorithm
The challenges for algorithm contests, and summary the implementation.
Stars: ✭ 115 (-35.39%)
Mutual labels:  algorithm, data-structure, leetcode
js-symbol-tree
Turn any collection of objects into its own efficient tree or linked list using Symbol
Stars: ✭ 86 (-51.69%)
Mutual labels:  tree, data-structure, queue
Gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, …
Stars: ✭ 10,883 (+6014.04%)
Mutual labels:  tree, stack, data-structure
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (+135.39%)
Mutual labels:  tree, stack, queue
Java Algorithms Implementation
Algorithms and Data Structures implemented in Java
Stars: ✭ 3,927 (+2106.18%)
Mutual labels:  algorithm, graph, tree
Apachecn Algo Zh
ApacheCN 数据结构与算法译文集
Stars: ✭ 10,498 (+5797.75%)
Mutual labels:  algorithm, data-structure, leetcode
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (-32.02%)
Mutual labels:  tree, stack, queue
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+3411.8%)
Mutual labels:  algorithm, graph, tree
Data-structures
Data Structures in Java
Stars: ✭ 13 (-92.7%)
Mutual labels:  stack, queue, graph
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 (-19.1%)
Mutual labels:  tree, queue, trie
Samples
Sample projects using Material, Graph, and Algorithm.
Stars: ✭ 386 (+116.85%)
Mutual labels:  algorithm, graph, data-structure
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (+342.13%)
Mutual labels:  algorithm, stack, data-structure
Algorithms
CLRS study. Codes are written with golang.
Stars: ✭ 482 (+170.79%)
Mutual labels:  algorithm, graph, tree
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 (-14.61%)
Mutual labels:  algorithm, graph, tree
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (-56.74%)
Mutual labels:  tree, stack, queue
Algorithms and data structures
180+ Algorithm & Data Structure Problems using C++
Stars: ✭ 4,667 (+2521.91%)
Mutual labels:  algorithm, tree, leetcode
Algorithms
Study cases for Algorithms and Data Structures.
Stars: ✭ 32 (-82.02%)
Mutual labels:  algorithm, graph, tree
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-76.4%)
Mutual labels:  stack, trie, queue
Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (+534.27%)
Mutual labels:  algorithm, leetcode
Leetcode Solutions
LeetCode Solutions in Objective - C or Swift. At least one question every day
Stars: ✭ 70 (-60.67%)
Mutual labels:  algorithm, leetcode
Awesome Java Leetcode
👑 LeetCode of algorithms with java solution(updating).
Stars: ✭ 8,297 (+4561.24%)
Mutual labels:  algorithm, leetcode
Usaco
General Resources for Competitive Programming
Stars: ✭ 1,152 (+547.19%)
Mutual labels:  algorithm, data-structure
Hands On Algorithmic Problem Solving
A middle-to-high level algorithm book designed with coding interview at heart!
Stars: ✭ 1,227 (+589.33%)
Mutual labels:  tree, leetcode
Cdcontainers
Library of data containers and data structures for C programming language.
Stars: ✭ 57 (-67.98%)
Mutual labels:  stack, queue
1-60 of 2041 similar projects