This repository contains my solutions to various Leetcode problems, implemented in Java.
- Solutions are stored in
.txtfiles, named according to the Leetcode problem number (e.g.,123.txtfor Problem 123).
- Find the Leetcode problem by its number.
- Open the corresponding
.txtfile to view the Java solution. - Copy the solution to your IDE to run or modify as needed.
Happy coding! 🚀