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

https://github.com/ruyadorno/simple-data-structures

:sunrise: Basic data structures with tons of tests and helper functions
https://github.com/ruyadorno/simple-data-structures

Last synced: 17 days ago
JSON representation

:sunrise: Basic data structures with tons of tests and helper functions

Awesome Lists containing this project

README

        

# simple-data-structures [![Build Status](https://travis-ci.org/ruyadorno/simple-data-structures.svg?branch=master)](https://travis-ci.org/ruyadorno/simple-data-structures)

Basic data structures implementation with good tests and helper functions, so that I can learn all the fundamentals.

## What's inside?

- :link: [LinkedList](./linkedlist.py)
- :bangbang: [DoublyLinkedList](./doublylinkedlist.py)
- :books: [Stack](./stack.py)

## License

MIT © Ruy Adorno