Metadata-Version: 2.0
Name: cmc-csci046-Wasabi-containers
Version: 1.0.0
Summary: Containers from my Data Structures class, including Binary Tree, Binary Search Tree, the AVL Tree, and Heap!
Home-page: https://github.com/WasabiWabiSabi/container_dev
Author: WasabiWabiSabi
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# containers

This is a repository of various containers from my Data Structures course with Professor Izbicki at Claremont McKenna College. The containers you will get access to:

Binary Tree

Binary Search Tree

AVL Tree

Heap

Additionally, there is a container representing the fibonacci sequence and an implementation of the python range function.


Build status:

1. [![](https://github.com/WasabiWabiSabi/container_dev/workflows/tests-fibonacci/badge.svg)](https://github.com/WasabiWabiSabi/container_dev/actions?query=workflow%3Atests-fibonacci)
1. [![](https://github.com/WasabiWabiSabi/container_dev/workflows/tests-range/badge.svg)](https://github.com/WasabiWabiSabi/container_dev/actions?query=workflow%3Atests-range)
1. [![](https://github.com/WasabiWabiSabi/container_dev/workflows/tests-unicode/badge.svg)](https://github.com/WasabiWabiSabi/container_dev/actions?query=workflow%3Atests-unicode)
1. [![](https://github.com/WasabiWabiSabi/container_dev/workflows/tests-BinaryTree/badge.svg)](https://github.com/WasabiWabiSabi/container_dev/actions?query=workflow%3Atests-BinaryTree)
1. [![](https://github.com/WasabiWabiSabi/container_dev/workflows/tests-BST/badge.svg)](https://github.com/WasabiWabiSabi/container_dev/actions?query=workflow%3Atests-BST)
1. [![](https://github.com/WasabiWabiSabi/container_dev/workflows/tests-AVLTree/badge.svg)](https://github.com/WasabiWabiSabi/container_dev/actions?query=workflow%3Atests-AVLTree)
1. [![](https://github.com/WasabiWabiSabi/container_dev/workflows/tests-heap/badge.svg)](https://github.com/WasabiWabiSabi/container_dev/actions?query=workflow%3Atests-heap)


