This repository contains solutions to various coding problems in Java. The questions are taken from various sources like LeetCode, AlgoExpert, Geeks for Geeks, etc. This repository contains dsa problems from basic printing a square pattern to complex problems like Largest Rectangle in Histogram and Kth Ancestor in a Tree.
- Clone the repository
git clone git@github.com:IamManchanda/java-coding-problems.git
- Change to repository's directory
cd java-coding-problems
- Change to problem's solution directory, example
cd 015-print-square-pattern/001-solution
- Allow Permission for bash script
chmod u+x _run.sh
- Run the script, example
./_run.sh