All Projects → Data Structures With Go → Similar Projects or Alternatives

2057 Open source projects that are alternatives of or similar to Data Structures With Go

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 (+2561.98%)
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (+14.88%)
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+3570.25%)
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 (+165.29%)
Mutual labels:  algorithms, tree, stack, dictionary, collections, queue
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-71.07%)
Mutual labels:  tree, stack, graph-algorithms, linked-list, arrays, queue
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+832.23%)
Mutual labels:  tree, stack, dictionary, collections, linked-list, queue
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+54.55%)
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (+33.06%)
Mutual labels:  algorithms, stack, collections, linked-list, queue
Dsa Geeksclasses
DSA-Self Paced With Doubt Assistance Course Solutions in Python (Python 3)
Stars: ✭ 137 (+13.22%)
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (-36.36%)
Mutual labels:  tree, linked-list, stack, queue, arrays
interview-cookbook
A playground for learning DataStructures, Algorithms, and Object-Oriented Concepts.
Stars: ✭ 25 (-79.34%)
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (+353.72%)
Mutual labels:  algorithms, stack, collections, linked-list, queue
AlgoDaily
just for fun
Stars: ✭ 118 (-2.48%)
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 (-56.2%)
Mutual labels:  tree, stack, sorting-algorithms, linked-list, queue
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.01%)
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 (+37.19%)
Mutual labels:  tree, stack, sorting-algorithms, linked-list, queue
Algods
Implementation of Algorithms and Data Structures, Problems and Solutions
Stars: ✭ 3,295 (+2623.14%)
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+408.26%)
Mutual labels:  tree, stack, linked-list, queue
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+283.47%)
Mutual labels:  tree, 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 (-73.55%)
Algorithm Notes
Comprehensive algorithms solution to help engineers prepare their interviews and future study
Stars: ✭ 44 (-63.64%)
C Sharp Algorithms
📚 📈 Plug-and-play class-library project of standard Data Structures and Algorithms in C#
Stars: ✭ 4,684 (+3771.07%)
Data-structures
Data Structures in Java
Stars: ✭ 13 (-89.26%)
Mutual labels:  linked-list, stack, queue, arrays
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-74.38%)
Mutual labels:  linked-list, stack, queue, sorting-algorithms
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 (-32.23%)
Mutual labels:  tree, stack, linked-list, queue
Data Structures Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Stars: ✭ 273 (+125.62%)
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (+246.28%)
Mutual labels:  algorithms, tree, stack, queue
Interviewbit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
Stars: ✭ 166 (+37.19%)
Mutual labels:  stack, linked-list, arrays, queue
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 (+3.31%)
Mutual labels:  tree, stack, collections, queue
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+14074.38%)
Algorithms
A collection of common algorithms and data structures implemented in java, c++, and python.
Stars: ✭ 142 (+17.36%)
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (+321.49%)
Mutual labels:  stack, sorting-algorithms, queue
Golang Examples
Some examples for the programming language Go.
Stars: ✭ 14 (-88.43%)
Mutual labels:  linked-list, stack, sorting-algorithms
Iruka
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.
Stars: ✭ 625 (+416.53%)
Mutual labels:  stack, linked-list, queue
Collections.pooled
Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
Stars: ✭ 115 (-4.96%)
Mutual labels:  stack, dictionary, queue
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (-76.03%)
Mutual labels:  tree, stack, queue
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+272.73%)
Mutual labels:  algorithms, stack, queue
Advanced Algorithms
100+ algorithms & data structures generically implemented in C#.
Stars: ✭ 752 (+521.49%)
js-symbol-tree
Turn any collection of objects into its own efficient tree or linked list using Symbol
Stars: ✭ 86 (-28.93%)
Mutual labels:  tree, linked-list, queue
ctl
My variant of the C Template Library
Stars: ✭ 105 (-13.22%)
Mutual labels:  tree, stack, queue
needle
📌📚 An extensive standalone data structure library for JavaScript.
Stars: ✭ 25 (-79.34%)
Mutual labels:  linked-list, 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 (-46.28%)
Mutual labels:  linked-list, stack, queue
InterviewPrep
A repository containing link of good interview questions
Stars: ✭ 54 (-55.37%)
deque
JavaScript implementation of a double-ended queue
Stars: ✭ 17 (-85.95%)
Mutual labels:  linked-list, stack, queue
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (+550.41%)
Mutual labels:  algorithms, stack, dictionary
Data structure and algorithms library
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Stars: ✭ 133 (+9.92%)
Learn some algorithm and data structure
从零开始回顾一下最简单最基础的算法与数据结构
Stars: ✭ 38 (-68.6%)
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (-26.45%)
Mutual labels:  tree, stack, queue
Data-Structures-Algorithms-Handbook
A series of important questions with solutions to crack the coding interview and ace it!
Stars: ✭ 30 (-75.21%)
Phpcollections
A set of collections for PHP.
Stars: ✭ 53 (-56.2%)
Mutual labels:  stack, dictionary, collections
Cdcontainers
Library of data containers and data structures for C programming language.
Stars: ✭ 57 (-52.89%)
Mutual labels:  stack, collections, queue
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (-63.64%)
Mutual labels:  linked-list, stack, queue
myleetcode
♨️ Detailed Java & Python solution of LeetCode.
Stars: ✭ 34 (-71.9%)
Mutual labels:  tree, stack, queue
Algorithm-Data-Structures-Python
Various useful data structures in Python
Stars: ✭ 34 (-71.9%)
Mutual labels:  tree, stack, queue
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+103.31%)
Mutual labels:  tree, linked-list, stack
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+9732.23%)
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (+214.88%)
Interview
Data Structures and Algorithms in Java (useful in interview process)
Stars: ✭ 396 (+227.27%)
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (+47.11%)
Mutual labels:  tree, stack, queue
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 (-56.2%)
Mutual labels:  stack, queue, sorting-algorithms
1-60 of 2057 similar projects