Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.34 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.34 KB

DSA in Java

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.

Contributing

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.

Installation and Setup

To clone and run these examples locally, follow these steps:

git clone https://github.com/Lord-of-Algorithms/DSA-in-Java.git

Usage

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

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About the Mobile App

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.