/JAVA-DSA

This repository contains all the codes that I practice for dsa

Primary LanguageJava

JAVA DSA

This repository contains all the codes that I practice for dsa in java. Also contains the solution of the LeetCode problems I have solved.

 

 

Building from Source

  1. Ensure you have Java Development Kit (JDK) installed on your system.
  2. Fetch latest source code from master branch.
git clone https://github.com/priyanshudutta04/JAVA-DSA.git
  1. Go to the cloned directory, and navigate to your desired program -> cd "folder_name", and then to the code file.
  2. You can now run the example scripts or create your own scripts.