All Projects → sidthekidder → Data Structures In Open Source

sidthekidder / Data Structures In Open Source

Data structures used in open source projects around the world.

Projects that are alternatives of or similar to Data Structures In Open Source

Swift Algorithm Club
Algorithms and data structures in Swift, with explanations!
Stars: ✭ 25,731 (+285800%)
Mutual labels:  data-structures
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (+8644.44%)
Mutual labels:  data-structures
The Uplift Project Dsa
Stars: ✭ 20 (+122.22%)
Mutual labels:  data-structures
Light Tips
Some code tips about algorithms, php and more 🔥
Stars: ✭ 705 (+7733.33%)
Mutual labels:  data-structures
Coursera
Quiz & Assignment of Coursera
Stars: ✭ 774 (+8500%)
Mutual labels:  data-structures
Aabb Tree
A d-dimensional aabb-tree implementation for MATLAB.
Stars: ✭ 5 (-44.44%)
Mutual labels:  data-structures
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+69355.56%)
Mutual labels:  data-structures
Ods
Mission: To provide a high-quality open content data structures textbook that is both mathematically rigorous and provides complete implementations.
Stars: ✭ 932 (+10255.56%)
Mutual labels:  data-structures
Bidict
The bidirectional mapping library for Python.
Stars: ✭ 779 (+8555.56%)
Mutual labels:  data-structures
Sanest
sane nested dictionaries and lists for python
Stars: ✭ 19 (+111.11%)
Mutual labels:  data-structures
Js Stl
Data structures implemented in JS
Stars: ✭ 745 (+8177.78%)
Mutual labels:  data-structures
Dasel
Query, update and convert data structures from the command line. Comparable to jq/yq but supports JSON, TOML, YAML, XML and CSV with zero runtime dependencies.
Stars: ✭ 759 (+8333.33%)
Mutual labels:  data-structures
Hackerrank
HackerRank solutions in Java/JS/Python/C++/C#
Stars: ✭ 829 (+9111.11%)
Mutual labels:  data-structures
Tech Refrigerator
🍰 기술 냉장고입니다. 🛒 기술 면접 , 전공 시험 , 지식 함양 등 분명 도움될 거예요! 🤟
Stars: ✭ 699 (+7666.67%)
Mutual labels:  data-structures
Algor In Js
Various Basic Data Structures and Algorithms Implement in Javascript
Stars: ✭ 22 (+144.44%)
Mutual labels:  data-structures
Arabiccompetitiveprogramming
The repository contains the ENGLISH description files attached to the video series in my ARABIC algorithms channel.
Stars: ✭ 675 (+7400%)
Mutual labels:  data-structures
Carvel Ytt
YAML templating tool that works on YAML structure instead of text
Stars: ✭ 816 (+8966.67%)
Mutual labels:  data-structures
Competitive Programming Library
A library designed to improve your competitive programming performance.
Stars: ✭ 26 (+188.89%)
Mutual labels:  data-structures
Trie
A Mixed Trie and Levenshtein distance implementation in Java for extremely fast prefix string searching and string similarity.
Stars: ✭ 25 (+177.78%)
Mutual labels:  data-structures
Eter
Lightweight collections for JavaScript
Stars: ✭ 16 (+77.78%)
Mutual labels:  data-structures

Awesome Data Structures in Open Source Awesome

A list of data structures used in Open Source projects in various languages and projects around the web. This list is primarily intended for students/developers who want to see real-world usage of various data structures, being used in production code. It is also intended for experienced developers and contributers whose deep knowledge of OSS projects would help students and beginning developers around the world get a feel for raw code, and how theory translates into practice.

All languages, frameworks, and libraries are included, as long as the link demonstrates usage/declaration of a data structure in an open source project.

Contributing To This List

Please ensure your pull request adheres to the following guidelines:

  • Make an individual pull request for each suggestion.
  • Add some description of the data structure used in the context of the project.
  • New categories or improvements to the existing categorization are welcome!

Thank you for sharing your hard-earned knowledge!

Hash Tables

Trees

Heaps

Queues

License

Creative Commons License

This work is licensed under a Creative Commons Attribution 4.0 International License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].