An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# yadsl

[![Build Status](https://travis-ci.com/guidanoli/yadsl.svg?branch=master)](https://travis-ci.com/guidanoli/yadsl)
[![Documentation](https://codedocs.xyz/guidanoli/yadsl.svg)](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/).