This repository supplements a mobile app on algorithm and data structure visualization, providing code for the concepts demonstrated in the app. It's an essential resource for users seeking to understand and explore these implementations in detail.
While this project is open-source, it is not currently seeking contributions. You are welcome to fork and use the code according to the license, but please note that contributions or pull requests to this repository will not be accepted.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Python. This project is compatible with Python version 3.x.
To clone and run these examples locally, follow these steps:
git clone https://github.com/Lord-of-Algorithms/DSA-in-Python.git
To use DSA in Python, follow these steps:
cd DSA-in-Python
python3 -m binary_tree.bst_main
This project is licensed under the MIT License. See the LICENSE file for more details.
This repository is a supplement to our mobile app "Algorithms and Data Structures", which offers interactive visualizations of algorithms and data structures. Learn more about the app: App Store, Google Play.