#datastructures (20 Repositories)
Ranked open-source repositories tagged with #datastructures, scored by pull request acceptance likelihood and maintainer engagement velocity.
10.3%
2.3h
20 repositories tagged #datastructures
KristofferC/NearestNeighbors.jl
High performance nearest neighbor data structures (KDTree and BallTree) and algorithms for Julia.
deckarep/ziglang-set
A generic and general purpose Set implementation for the Zig language
JuliaGraphs/Graphs.jl
An optimized graphs package for the Julia programming language
TheAlgorithms/Julia
Algorithms implemented in the Julia programming language. We're collaborating with the Humans of Julia community!
discord/deque
Fast bounded deque using two rotating lists.
TheAlgorithms/Scala
All Algorithms implemented in Scala
mmottl/pure-fun
Purely functional data structures for OCaml, translated from Chris Okasaki's book "Purely Functional Data Structures"
obrok/lens
A utility for working with nested data structures.
Blankj/awesome-java-leetcode
:crown: LeetCode of algorithms with java solution(updating).
TheAlgorithms/Lua
Algorithms and Data Structures implemented in the Lua programming language
TheAlgorithms/Solidity
Algorithms and data structures implemented in Solidity
max0x7ba/atomic_queue
C++14 concurrent lock-free low-latency queue.
githubofrico/DataStructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
deckarep/golang-set
A simple, battle-tested and generic set type for the Go language. Trusted by GoogleCloudPlatform, Docker, 1Password, Ethereum and Hashicorp.
knaxus/problem-solving-javascript
:fire: Crack you JS interviews ⚡ Collection of most common JS Interview questions with Unit Tests 🚀
alexandrnikitin/bloom-filter-scala
Bloom filter for Scala, the fastest for JVM
TheAlgorithms/Go
Algorithms and Data Structures implemented in Go for beginners, following best practices.
sadanandpai/algo-visualizers
Algorithms Visualizers
mochow13/competitive-programming-library
Templates, algorithms and data structures implemented and collected for programming contests. Check README.md for an overview.