This repository is a place to store my practice with algorithms and data structures as I learn more about both.
Running list of algorithms implemented:
- Merge sort
- Anagram detector
- Base converter
- Balaced symbols checker
Helper Classes (the data_structures
module):
- Stack
- Queue