This repository consists of different DSA solutions in Java Language from mainly Leetcode and some other platforms as well.
##NOTE :
- The implementations here are done in java as it's my language of choice.
- This repository contains two parts :
- The Basic implementations of Data Structures and Algorithms
- The Implementations of Leetcode Problems and problems from other platform.
- To Execute the programs here, just clone this repository , open it in your ide and execute the main files, Not all Leetcode solution files have the main file in it.