https://github.com/swarnotaj003/leetcode---top-interview-150
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.
https://github.com/swarnotaj003/leetcode---top-interview-150
data-structures-and-algorithms interview-preparation java leetcode
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/swarnotaj003/leetcode---top-interview-150
- Owner: Swarnotaj003
- Created: 2025-07-04T08:49:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-08T13:59:38.000Z (3 months ago)
- Last Synced: 2025-07-08T14:50:00.145Z (3 months ago)
- Topics: data-structures-and-algorithms, interview-preparation, java, leetcode
- Language: Java
- Homepage: https://leetcode.com/u/SwarnotajKundu/
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode : Top Interview 150
## About
Welcome to the repository for Java solutions to the [LeetCode Top Interview 150 DSA problems](https://leetcode.com/studyplan/top-interview-150/)! This repository is designed to prepare for coding interviews by providing clear and efficient solutions to commonly asked problems.
## Usage
1) Navigate to the required topic under `src`
```
cd src/array_or_string
```2) Compile the Java program
```
javac -d ../../bin MergeSortedArray.java
```3) Navigate to the `bin` folder under the project root
```
cd ../../bin
```4) Execute the generated class
```
java array_or_string.MergeSortedArray
```