Metadata-Version: 2.0
Name: cmc-csci046-Pothis
Version: 1.0.0
Summary: Implementation of fundamental data structures and unicode normalization
Home-page: https://github.com/Tonnpo/csci-046
Author: Ton Pothisawang
Author-email: Tpothis@students.pitzer.edu
License: BSD 3-Clause
Platform: UNKNOWN
Description-Content-Type: text/markdown

# containers

This package is related to CSCI046 Data Structure course being taughyt at Claremont McKenna College by Mike Izbicki. It includes fundamental data structure such as BinaryTree, BST, AVLTree, and Heap and also unicode normalization.

Build status:

1. [![](https://github.com/Tonnpo/csci-046/workflows/tests-fibonacci/badge.svg)](https://github.com/Tonnpo/csci-046/actions?query=workflow%3Atests-fibonacci)
1. [![](https://github.com/Tonnpo/csci-046/workflows/tests-range/badge.svg)](https://github.com/Tonnpo/csci-046/actions?query=workflow%3Atests-range)
1. [![](https://github.com/Tonnpo/csci-046/workflows/tests-unicode/badge.svg)](https://github.com/Tonnpo/csci-046/actions?query=workflow%3Atests-unicode)
1. [![](https://github.com/Tonnpo/csci-046/workflows/tests-BinaryTree/badge.svg)](https://github.com/Tonnpo/containers/actions?query=workflow%3Atests-binarytree)
1. [![](https://github.com/Tonnpo/csci-046/workflows/tests-BST/badge.svg)](https://github.com/Tonnpo/containers/actions?query=workflow%3Atests-BST)
1. [![](https://github.com/Tonnpo/csci-046/workflows/tests-AVLTree/badge.svg)](https://github.com/Tonnpo/containers/actions?query=workflow%3Atests-AVLTree)
1. [![](https://github.com/Tonnpo/csci-046/workflows/tests-Heap/badge.svg)](https://github.com/Tonnpo/containers/actions?query=workflow%3Atests-Heap)


