| SolutionsDesign/Algorithmia |
471 |
|
7 |
8 |
over 3 years ago |
15 |
July 11, 2019 |
0 |
other |
C# |
| Algorithm and data-structure library for .NET 4.5.2+/Netstandard 2.0+. Algorithmia contains sophisticated algorithms and data-structures like graphs, priority queues, command, undo-redo and more. |
| zsmj2017/MiniSTL |
335 |
|
0 |
0 |
over 2 years ago |
0 |
|
0 |
mit |
C++ |
| Tiny STL based on SGI STL |
| tajpouria/algorithms-and-data-structures-cheat-sheet |
286 |
|
0 |
0 |
over 2 years ago |
0 |
|
0 |
|
Python |
| Providing a summary of important algorithms and data structures along with their key characteristics and use cases. It can be used as a quick reference for solving programming problems or refreshing knowledge of foundational computer science concepts. |
| mourner/tinyqueue |
283 |
|
2,663 |
191 |
almost 6 years ago |
11 |
June 14, 2019 |
1 |
isc |
JavaScript |
| The smallest and simplest priority queue in JavaScript. |
| mourner/flatqueue |
121 |
|
13 |
20 |
about 4 years ago |
9 |
August 09, 2025 |
1 |
isc |
JavaScript |
| A very fast and simple JavaScript priority queue |
| rowanwins/sweepline-intersections |
49 |
|
0 |
4 |
over 3 years ago |
12 |
October 06, 2022 |
1 |
mit |
JavaScript |
| A small module using a sweepline algorithm to detect intersections (& self-intersections) in polygons or polylines. |
| bourguet/operator_precedence_parsing |
33 |
|
0 |
0 |
about 4 years ago |
0 |
|
0 |
bsd-2-clause |
Python |
| C89 expressions parsed with the shunting yard algorithm in Python |
| maandree/hungarian-algorithm-n3 |
27 |
|
0 |
0 |
about 5 years ago |
0 |
|
0 |
other |
C |
| [Complete] 𝓞(n³) implementation of the Hungarian algorithm |
| chrswt/algorithms-sedgewick |
22 |
|
0 |
0 |
over 9 years ago |
0 |
|
0 |
mit |
JavaScript |
| A collection of notes and solutions created for Algorithms, 4th ed. by Robert Sedgewick and Kevin Wayne |
| atksh/python_prtree |
12 |
|
0 |
0 |
over 3 years ago |
36 |
May 16, 2022 |
0 |
mit |
C++ |
| A Python implementation of Priority R-Tree, an alternative to RTree. |