Welcome to the repository for Java solutions to the LeetCode Top Interview 150 DSA problems! This repository is designed to prepare for coding interviews by providing clear and efficient solutions to commonly asked problems.
- Navigate to the required topic under
src
cd src/array_or_string
- Compile the Java program
javac -d ../../bin MergeSortedArray.java
- Navigate to the
bin
folder under the project root
cd ../../bin
- Execute the generated class
java array_or_string.MergeSortedArray