All notable changes to this project will be documented in this file.
- A new form of tracing the search algorithms
- Refactor search module interface for cleaner interaction
- Using sets to lower time complexity on general pruning
- Fixed bug in A* algorithm.
- CD/CI workflow with GitHub Actions to deploy this package to PyPI. None feature added.
- Fixed bug in Uniform Cost Search algorithm.
- Pruning option in search method for all algorithms in SearchAlgorithms.py.