advanced-algorithms
Data structure library
A comprehensive C# library implementing various data structures and algorithms
100+ algorithms & data structures generically implemented in C#
1k stars
60 watching
292 forks
Language: C#
last commit: about 2 years ago
Linked from 2 awesome lists
algorithmsavl-treebinary-treesbtreescsharpdata-structuresfibonacci-heapgraph-algorithmsheappairing-heapquadtreered-black-treertreesorting-algorithmssplaytreestreaps
Related projects:
Repository | Description | Stars |
---|---|---|
aalhour/c-sharp-algorithms | A comprehensive C# implementation of standard data structures and algorithms | 5,971 |
proalgos/proalgos-cpp | C++ implementations of algorithms and data structures | 514 |
kumar91gopi/algorithms-and-data-structures-in-ruby | Implementations of various algorithms and data structures in Ruby | 722 |
recp/ds | A collection of common data structures and algorithms implemented in C. | 51 |
indy256/codelibrary | A comprehensive collection of algorithms and data structures implemented in multiple programming languages | 1,944 |
shady831213/algorithms | A collection of algorithms and data structures implemented in Go. | 806 |
farheenb/data-structures-and-algorithms | A collection of clean and readable implementations of data structures and algorithms in Java, C++ and Python | 144 |
zonayedpca/algods.js | A comprehensive collection of widely used algorithms and data structures implemented in JavaScript. | 112 |
shkolovy/classic-algorithms-c-sharp | A collection of implementations of fundamental algorithms and data structures in C# | 35 |
solutionsdesign/algorithmia | Provides an extensive collection of algorithms and data structures for use in .NET applications. | 536 |
yourtion/learningmasteringalgorithms-c | A comprehensive C programming project covering various algorithms and data structures | 749 |
abdonkov/dsa | An implementation of data structures and algorithms in C# for learning and reference purposes. | 689 |
leechanx/data-structures-and-algorithms-in-c | Implementations of fundamental data structures and algorithms in C | 844 |
zigrazor/cxxgraph | A comprehensive C++ library for graph algorithms and analysis | 485 |
clojure/data.avl | A data structure library implementing persistent AVL trees for sorted maps and sets with efficient rank queries, nearest key lookups, and other operations. | 132 |