https://github.com/guidanoli/yadsl
Yet Another Data Structures Library
https://github.com/guidanoli/yadsl
data-structures-and-algorithms
Last synced: 6 days ago
JSON representation
Yet Another Data Structures Library
- Host: GitHub
- URL: https://github.com/guidanoli/yadsl
- Owner: guidanoli
- License: mit
- Created: 2019-11-07T00:07:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T13:54:31.000Z (about 4 years ago)
- Last Synced: 2025-06-25T00:02:25.833Z (4 months ago)
- Topics: data-structures-and-algorithms
- Language: C
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yadsl
[](https://travis-ci.com/guidanoli/yadsl)
[](https://codedocs.xyz/guidanoli/yadsl/)**yadsl** is an acronym for [**Y**et **A**nother](https://en.wikipedia.org/wiki/Yet_another) **D**ata **S**tructures **L**ibrary.
As the name suggests, it contains a variety of data structures. But not only that, it also provides algorithms
and utilities for testing and debugging your own libraries.If you are interested in learning more about **yadsl**, we invite you to have a read on the latest documentation, provided at [codedocs.xyz/guidanoli/yadsl](https://codedocs.xyz/guidanoli/yadsl/).