All Projects → Learningmasteringalgorithms C → Similar Projects or Alternatives

2729 Open source projects that are alternatives of or similar to Learningmasteringalgorithms C

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 (+423.74%)
Mutual labels:  algorithm, graph, tree, stack, set, linked-list, queue
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (-69.59%)
Mutual labels:  algorithm, graph, tree, stack, sort, linked-list, queue
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+622.11%)
Mutual labels:  algorithm, graph, tree, stack, heap, linked-list, queue
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (-77.4%)
Mutual labels:  algorithm, graph, tree, stack, linked-list, 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 (-73.01%)
Mutual labels:  graph, tree, stack, heap, linked-list, queue
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (-24.55%)
Mutual labels:  tree, linked-list, stack, queue, sort, heap
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 (-79.67%)
Mutual labels:  tree, stack, set, list, 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 (+1669.59%)
Mutual labels:  tree, stack, sort, set, list
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-94.31%)
Mutual labels:  graph, tree, stack, linked-list, queue
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (-58.7%)
Mutual labels:  stack, sort, set, list, queue
Data Structures Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Stars: ✭ 273 (-55.61%)
Mutual labels:  algorithm, graph, tree, heap, linked-list
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 (-91.38%)
Mutual labels:  graph, tree, stack, linked-list, queue
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 (-47.8%)
Mutual labels:  tree, stack, set, list, queue
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (-31.87%)
Mutual labels:  tree, stack, sort, list, queue
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (-71.06%)
Mutual labels:  algorithm, graph, tree, stack, queue
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+83.41%)
Mutual labels:  tree, stack, set, linked-list, queue
Algorithms
CLRS study. Codes are written with golang.
Stars: ✭ 482 (-21.63%)
Mutual labels:  algorithm, graph, tree, sort, heap
Java Ds Algorithms
Data Structures and Algorithms in Java
Stars: ✭ 125 (-79.67%)
Mutual labels:  algorithm, graph, tree, stack, sort
Algorithm-Data-Structures-Python
Various useful data structures in Python
Stars: ✭ 34 (-94.47%)
Mutual labels:  tree, stack, queue, heap
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (-92.85%)
Mutual labels:  linked-list, stack, queue, heap
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (-87.48%)
Mutual labels:  tree, linked-list, stack, queue
AlgoDaily
just for fun
Stars: ✭ 118 (-80.81%)
Mutual labels:  tree, linked-list, stack, queue
myleetcode
♨️ Detailed Java & Python solution of LeetCode.
Stars: ✭ 34 (-94.47%)
Mutual labels:  tree, stack, queue, sort
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (-68.78%)
Mutual labels:  stack, heap, list, queue
Data-structures
Data Structures in Java
Stars: ✭ 13 (-97.89%)
Mutual labels:  linked-list, stack, queue, graph
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+916.42%)
Mutual labels:  algorithm, graph, tree, heap
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+312.03%)
Mutual labels:  graph, stack, heap, queue
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (-85.53%)
Mutual labels:  tree, stack, queue, heap
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (-80.33%)
Mutual labels:  tree, stack, linked-list, 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 (-86.67%)
Mutual labels:  tree, stack, linked-list, queue
Algorithms
Minimal examples of data structures and algorithms in Python
Stars: ✭ 20,123 (+3172.03%)
Mutual labels:  algorithm, graph, tree, sort
Java Algorithms Implementation
Algorithms and Data Structures implemented in Java
Stars: ✭ 3,927 (+538.54%)
Mutual labels:  algorithm, graph, tree, sort
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (-26.67%)
Mutual labels:  graph, stack, heap, queue
ctl
My variant of the C Template Library
Stars: ✭ 105 (-82.93%)
Mutual labels:  set, tree, stack, queue
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (-17.07%)
Mutual labels:  stack, heap, list, queue
needle
📌📚 An extensive standalone data structure library for JavaScript.
Stars: ✭ 25 (-95.93%)
Mutual labels:  linked-list, stack, queue, heap
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (-73.82%)
Mutual labels:  stack, heap, linked-list, queue
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (-60%)
Mutual labels:  tree, linked-list, stack
AhaAlgorithms
《啊哈算法》书上代码
Stars: ✭ 47 (-92.36%)
Mutual labels:  tree, stack, sort
DEPRECATED-data-structures
A collection of powerful data structures
Stars: ✭ 2,648 (+330.57%)
Mutual labels:  stack, queue, heap
data-structure-and-algorithm
Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
Stars: ✭ 86 (-86.02%)
Mutual labels:  stack, sort, heap
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 (-76.59%)
Mutual labels:  tree, linked-list, queue
adif
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
Stars: ✭ 33 (-94.63%)
Mutual labels:  linked-list, stack, heap
Buckets Swift
Swift Collection Data Structures Library
Stars: ✭ 106 (-82.76%)
Mutual labels:  graph, stack, queue
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-94.96%)
Mutual labels:  linked-list, stack, queue
Redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
Stars: ✭ 17,972 (+2822.28%)
Mutual labels:  set, list, queue
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 (-50.24%)
Mutual labels:  algorithm, graph, linked-list
Algorithms
Solved algorithms and data structures problems in many languages
Stars: ✭ 1,021 (+66.02%)
Mutual labels:  algorithm, graph, heap
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (-38.05%)
Mutual labels:  algorithm, sort, linked-list
Algorithms
Study cases for Algorithms and Data Structures.
Stars: ✭ 32 (-94.8%)
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 (-75.28%)
Mutual labels:  algorithm, graph, tree
BasicExercises
📘 Personal basic practice test playground.
Stars: ✭ 84 (-86.34%)
Mutual labels:  tree, stack, sort
js-symbol-tree
Turn any collection of objects into its own efficient tree or linked list using Symbol
Stars: ✭ 86 (-86.02%)
Mutual labels:  tree, linked-list, queue
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (-95.28%)
Mutual labels:  tree, stack, queue
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 (-89.43%)
Mutual labels:  linked-list, stack, queue
Interviewbit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
Stars: ✭ 166 (-73.01%)
Mutual labels:  stack, linked-list, queue
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (+27.97%)
Mutual labels:  algorithm, stack, set
Ngraph.path
Path finding in a graph
Stars: ✭ 2,545 (+313.82%)
Mutual labels:  algorithm, graph, heap
deque
JavaScript implementation of a double-ended queue
Stars: ✭ 17 (-97.24%)
Mutual labels:  linked-list, stack, queue
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (-10.73%)
Mutual labels:  stack, linked-list, queue
1-60 of 2729 similar projects