Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 6.28 KB

README.md

File metadata and controls

77 lines (46 loc) · 6.28 KB

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.