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

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%)
ctl
My variant of the C Template Library
Stars: ✭ 105 (-13.22%)
Mutual labels:  tree, stack, queue
Interview
Data Structures and Algorithms in Java (useful in interview process)
Stars: ✭ 396 (+227.27%)
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+9732.23%)
Graph-Theory
The Repository is All about the Graph Algorithms. I am Still Working On it. I am trying to Note down all the variations of Popular graph Algorithms. I am also keeping the solution to the problems of Different Online Judges according to the topic. I hope you can find it useful.
Stars: ✭ 16 (-86.78%)
Mutual labels:  tree, graph-algorithms
Graphav
A Graph Algorithms Visualizer built using React, Typescript and Styled Components.
Stars: ✭ 111 (-8.26%)
Mutual labels:  algorithms, graph-algorithms
fastrq
Queue, Stack and Priority Queue built on Redis.
Stars: ✭ 15 (-87.6%)
Mutual labels:  stack, queue
DEPRECATED-data-structures
A collection of powerful data structures
Stars: ✭ 2,648 (+2088.43%)
Mutual labels:  stack, queue
Algorithms
Java implementation for Introduction to Algorithms book.
Stars: ✭ 58 (-52.07%)
Mutual labels:  tree, sorting-algorithms
Graph-Algorithms
Everything you need to know about graph theory to ace a technical interview 🔥
Stars: ✭ 87 (-28.1%)
collections
📝 Collections library made in TypeScript
Stars: ✭ 14 (-88.43%)
Mutual labels:  queue, collections
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Stars: ✭ 55 (-54.55%)
Mutual labels:  stack, queue
AhaAlgorithms
《啊哈算法》书上代码
Stars: ✭ 47 (-61.16%)
Mutual labels:  tree, stack
common-algorithms-js
Common algorithms implemented in JavaScript.
Stars: ✭ 34 (-71.9%)
Python
Repository for Python codes and algos. Star the repo too.
Stars: ✭ 102 (-15.7%)
42-push swap
📚 Sorting algorithm using only two stacks
Stars: ✭ 17 (-85.95%)
Mutual labels:  stack, sorting-algorithms
php-collections
A collection library for php
Stars: ✭ 34 (-71.9%)
Mutual labels:  collections, arrays
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 (-71.9%)
Mutual labels:  sorting-algorithms, arrays
data-structure-and-algorithm
Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
Stars: ✭ 86 (-28.93%)
Mutual labels:  stack, sorting-algorithms
Algorithms
✨ a bunch of algorithms in a bunch of languages ✨
Stars: ✭ 55 (-54.55%)
Mutual labels:  tree, linked-list
adif
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
Stars: ✭ 33 (-72.73%)
Mutual labels:  linked-list, stack
Mega Interview Guide
The MEGA interview guide, JavaSciript, Front End, Comp Sci
Stars: ✭ 255 (+110.74%)
Mutual labels:  algorithms, interview-questions
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (+109.92%)
Mutual labels:  stack, queue
Front End Interview
A list of interview for front-end developer(前端开发者面试清单)
Stars: ✭ 2,754 (+2176.03%)
Mutual labels:  algorithms, interview-questions
py-algorithms
Algorithms and Data Structures, solutions to common CS problems.
Stars: ✭ 26 (-78.51%)
Cpp
Repository for C++/C codes and algos.
Stars: ✭ 265 (+119.01%)
Mutual labels:  algorithms, interview-questions
Leetcode Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
Stars: ✭ 22,440 (+18445.45%)
Mutual labels:  algorithms, interview-questions
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 (+8894.21%)
Mutual labels:  tree, stack
Algorithms Visualiser
Algorithms Visualiser is an opensource project made using ReactJS. Visualise Algorithms on Sorting, Pathfinding, Searching, Word Search, Backtracking.
Stars: ✭ 290 (+139.67%)
Mutual labels:  algorithms, sorting-algorithms
Codinginterviews
This repository contains coding interviews that I have encountered in company interviews
Stars: ✭ 2,881 (+2280.99%)
Mutual labels:  algorithms, interview-questions
Tryalgo
Algorithms and data structures for preparing programming competitions: basic and advanced
Stars: ✭ 288 (+138.02%)
Mutual labels:  algorithms, interview-questions
Daily Coding Problem
Solutions for Daily Coding Problem.
Stars: ✭ 300 (+147.93%)
Mutual labels:  algorithms, interview-questions
Algorithms.js
Atwood's Law applied to CS101 - Classic algorithms and data structures implemented in JavaScript
Stars: ✭ 3,322 (+2645.45%)
Mutual labels:  algorithms, sorting-algorithms
Ojalgo
oj! Algorithms
Stars: ✭ 336 (+177.69%)
Mutual labels:  algorithms, arrays
Interview Questions In Javascript
A mostly reasonable collection of technical software development interview questions solved in Javascript
Stars: ✭ 3,268 (+2600.83%)
Mutual labels:  stack, interview-questions
Data Structures
Go datastructures.
Stars: ✭ 336 (+177.69%)
Mutual labels:  tree, linked-list
Wmderland
🌳 X11 tiling window manager using space partitioning trees
Stars: ✭ 341 (+181.82%)
Mutual labels:  algorithms, tree
Algorithms
Minimal examples of data structures and algorithms in Python
Stars: ✭ 20,123 (+16530.58%)
Mutual labels:  algorithms, tree
Code With Love
Open source programming algorithms
Stars: ✭ 107 (-11.57%)
Mutual labels:  algorithms, sorting-algorithms
programminginpython.com
This repo consists code of all the programs discussed at programminginpython.com website
Stars: ✭ 60 (-50.41%)
Mutual labels:  dictionary, sorting-algorithms
Miniboxing Plugin
Miniboxing is a program transformation that improves the performance of Scala generics when used with primitive types. It can speed up generic collections by factors between 1.5x and 22x, while maintaining bytecode duplication to a minimum. You can easily add miniboxing to your sbt project:
Stars: ✭ 106 (-12.4%)
Mutual labels:  collections, arrays
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 (+152.89%)
Mutual labels:  linked-list, interview-questions
Codeeggdailyinterview
码个蛋每日面试题
Stars: ✭ 345 (+185.12%)
Mutual labels:  algorithms, interview-questions
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (+224.79%)
Mutual labels:  algorithms, graph-algorithms
Cs2223
This a repository for WPI CS2223 Algorithms D Term 2018
Stars: ✭ 121 (+0%)
Mutual labels:  stack, queue
Buckets Swift
Swift Collection Data Structures Library
Stars: ✭ 106 (-12.4%)
Mutual labels:  stack, queue
Algorithms and data structures
180+ Algorithm & Data Structure Problems using C++
Stars: ✭ 4,667 (+3757.02%)
Mutual labels:  tree, interview-questions
Ruby
All algorithms implemented in Ruby
Stars: ✭ 454 (+275.21%)
Mutual labels:  algorithms, sorting-algorithms
Algorithms
CLRS study. Codes are written with golang.
Stars: ✭ 482 (+298.35%)
Mutual labels:  algorithms, tree
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (+328.93%)
Mutual labels:  algorithms, interview-questions
Ascii art
Real-Time ASCII Art Rendering Library
Stars: ✭ 599 (+395.04%)
Mutual labels:  algorithms, tree
Qlibc
qLibc is a simple and yet powerful C library providing generic data structures and algorithms
Stars: ✭ 614 (+407.44%)
Mutual labels:  stack, queue
Erdos
modular and modern graph-theory algorithms framework in Java
Stars: ✭ 104 (-14.05%)
Mutual labels:  algorithms, graph-algorithms
Hello Algorithm
🌍 针对小白的算法训练 | 包括四部分:①.算法基础 ②.力扣图解 ③.大厂面经 ④.CS_汇总 | 附:1、千本开源电子书 2、百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)
Stars: ✭ 29,372 (+24174.38%)
Mutual labels:  algorithms, interview-questions
Algo Basic
专注于分享算法,计算机基础(包括计算机网络,操作系统,MySQL等),无论是应付面试,还是提升自己地内功,这里都能帮到你
Stars: ✭ 768 (+534.71%)
Mutual labels:  algorithms, interview-questions
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+5066.12%)
Mutual labels:  algorithms, tree
30 Seconds Of Cpp
30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
Stars: ✭ 815 (+573.55%)
Mutual labels:  algorithms, queue
The Uplift Project Dsa
Stars: ✭ 20 (-83.47%)
Mutual labels:  algorithms, sorting-algorithms
Java Competitive Programming
I have written some important Algorithms and Data Structures in an efficient way in Java with proper references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger hackathon problems in lesser time. DFS, BFS, LCA, All Pair Shortest Path, Longest Common Subsequence, Binary Search, Lower Bound Search, Maximal Matching, Matrix Exponentiation, Segment Tree, Sparse Table, Merge Sort, Miller Prime Test, Prims - Minimum Spanning Tree, BIT - Binary Index Tree, Two Pointers, BST - Binary Search Tree, Maximum Subarray Sum, Immutable Data Structures, Persistent Data Structurs - Persistent Trie, Dijkstra, Z - Function, Minimum Cost Maximal Matching, Heavy Light Decomposition, Knapsack, Suffix Array and LCP - Longest Common Prefix, Squre Root Decomposition, Kth Order Statics, Trie / Prefix Tree, LIS - Longest Increasing Subsequence, Hashing
Stars: ✭ 24 (-80.17%)
Mutual labels:  algorithms, graph-algorithms
Liblist
Generic Linked list Management Library in C
Stars: ✭ 22 (-81.82%)
Mutual labels:  linked-list, queue
61-120 of 2057 similar projects