This repository contains my solutions to LeetCode problems, implemented in Java.
All problems are organized in a single folder and named using the following pattern:
No topic subfolders - just one directory sorted by problem number.
- File name:
<ProblemName><Number>.java - Examples:
TwoSum1.javaBinarySearch704.javaReverseLinkedList206.java
This makes it easy to find by problem ID.
From the repo root:
ls src/LeetCode | grep 704 # BinarySearch704.java