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.
To clone and run these examples locally, follow these steps:
git clone https://github.com/Lord-of-Algorithms/DSA-in-Java.git
To run an example, navigate to the corresponding file and execute it using your Java environment:
cd DSA-in-Java/src/binarytree
javac BinarySearchTreeMain.java
java BinarySearchTreeMain.java
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.