All Projects → Data-Structures-and-Algorithms → Similar Projects or Alternatives

1216 Open source projects that are alternatives of or similar to Data-Structures-and-Algorithms

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.97%)
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+1396.77%)
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+14225.81%)
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (+348.39%)
Mutual labels:  linked-list, stack, queue, array, data-structures
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 (+435.48%)
Data-Structures-Algorithms-Handbook
A series of important questions with solutions to crack the coding interview and ace it!
Stars: ✭ 30 (-3.23%)
Data-structures
Data Structures in Java
Stars: ✭ 13 (-58.06%)
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+503.23%)
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 (+10290.32%)
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 (+303.23%)
Mutual labels:  stack, queue, array, data-structures
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 (+164.52%)
Mutual labels:  linked-list, stack, queue, data-structures
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (+419.35%)
Mutual labels:  linked-list, stack, queue, data-structures
alvito
Alvito - An Algorithm Visualization Tool for Python
Stars: ✭ 52 (+67.74%)
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 (+9.68%)
interview-cookbook
A playground for learning DataStructures, Algorithms, and Object-Oriented Concepts.
Stars: ✭ 25 (-19.35%)
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 (+364.52%)
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (+1545.16%)
Mutual labels:  stack, queue, array, sorting-algorithms
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (+12.9%)
Mutual labels:  linked-list, stack, queue, array
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+3538.71%)
Mutual labels:  linked-list, stack, queue, data-structures
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 (+109.68%)
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (+290.32%)
Mutual labels:  linked-list, stack, queue, sorting-algorithms
C Sharp Algorithms
📚 📈 Plug-and-play class-library project of standard Data Structures and Algorithms in C#
Stars: ✭ 4,684 (+15009.68%)
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (-6.45%)
Mutual labels:  stack, queue, array
DSA--GeeksForGeeks
DSA course solutions in C++ Jump to below directly for more problems
Stars: ✭ 47 (+51.61%)
Mutual labels:  sorting, linked-list, trees
AlgorithmsAndDataStructure
Algorithms And DataStructure Implemented In Python, Java & CPP, Give a Star 🌟If it helps you
Stars: ✭ 724 (+2235.48%)
Ruby
All algorithms implemented in Ruby
Stars: ✭ 454 (+1364.52%)
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 (+935.48%)
Mutual labels:  stack, queue, array
Javascript
A repository for All algorithms implemented in Javascript (for educational purposes only)
Stars: ✭ 16,117 (+51890.32%)
Golang Examples
Some examples for the programming language Go.
Stars: ✭ 14 (-54.84%)
Mutual labels:  linked-list, stack, sorting-algorithms
Interviewbit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
Stars: ✭ 166 (+435.48%)
Mutual labels:  linked-list, stack, queue
ctl
My variant of the C Template Library
Stars: ✭ 105 (+238.71%)
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+519.35%)
Mutual labels:  stack, queue, data-structures
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+8074.19%)
Mutual labels:  stack, queue, data-structures
needle
📌📚 An extensive standalone data structure library for JavaScript.
Stars: ✭ 25 (-19.35%)
Mutual labels:  linked-list, stack, queue
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (+1129.03%)
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (+1670.97%)
Mutual labels:  linked-list, stack, queue
Problem-Solving
This Repository consists of my solutions💡 in Python 3 to various problems in Data Structures and Algorithms.🎖️
Stars: ✭ 17 (-45.16%)
Redux Data Structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
Stars: ✭ 157 (+406.45%)
Mutual labels:  stack, queue, data-structures
Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (+661.29%)
Mutual labels:  stack, array, data-structures
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (+35.48%)
Mutual labels:  stack, queue, data-structures
deque
JavaScript implementation of a double-ended queue
Stars: ✭ 17 (-45.16%)
Mutual labels:  linked-list, stack, queue
Coding Ninjas Java Solutions
This will have solutions to all the problems that are included in Coding Ninja's 2020 Java Course. Star the repo if you like it.
Stars: ✭ 32 (+3.23%)
Mutual labels:  linked-list, stack, sorting-algorithms
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (+187.1%)
Mutual labels:  stack, queue, trees
Iruka
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.
Stars: ✭ 625 (+1916.13%)
Mutual labels:  linked-list, stack, queue
DSA
Data Structures and Algorithms
Stars: ✭ 13 (-58.06%)
Mutual labels:  queue, sorting-algorithms, trees
Fortress-of-Solitude
This Library has resources to solve common data structure algorithm problems like a Doubly linked list, Generic trees, Queue, Stack, and other algorithms. Each lib has an option to carry your custom data in elements. Custom data in detail, other fantastic resources.
Stars: ✭ 53 (+70.97%)
Mutual labels:  stack, queue, sorting-algorithms
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (+148.39%)
Mutual labels:  linked-list, stack, queue
AlgoDaily
just for fun
Stars: ✭ 118 (+280.65%)
Mutual labels:  linked-list, stack, queue
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+693.55%)
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+1883.87%)
Mutual labels:  linked-list, stack, queue
Dsa Geeksclasses
DSA-Self Paced With Doubt Assistance Course Solutions in Python (Python 3)
Stars: ✭ 137 (+341.94%)
Go
Algorithms Implemented in GoLang
Stars: ✭ 7,385 (+23722.58%)
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (+41.94%)
Mutual labels:  linked-list, stack, queue
dsa
data structure and algorithm - examples and implementations
Stars: ✭ 13 (-58.06%)
Mutual labels:  linked-list, sorting-algorithms
Algorithm-in-JavaScript
Implementing all-time classic algorithmic problems in JS
Stars: ✭ 20 (-35.48%)
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (-25.81%)
timetable-scheduler
⏲ An Activity Scheduling Project of Algorithms Analysis to schedule the timetable for Educational Institutes.
Stars: ✭ 26 (-16.13%)
LeetCode
Solution to LeetCode Problems in Python and Golang 🎯
Stars: ✭ 12 (-61.29%)
Mutual labels:  linked-list, trees
sorting-visualizer
Sorting Algorithms Visualizer
Stars: ✭ 429 (+1283.87%)
Mutual labels:  sorting, sorting-algorithms
Daily-Coding-DS-ALGO-Practice
A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
Stars: ✭ 255 (+722.58%)
1-60 of 1216 similar projects