This repository contains my solutions to various LeetCode problems.
| # | Title | Solution |
|---|---|---|
| 121 | Best Time to Buy and Sell Stock | Java |
| 14 | Longest Common Prefix | Java |
| Title | Solution |
|---|---|
| Find the Index of the First Occurrence in a String | Java |
| Majority Element | Java |
| Merge Sorted Array | Java |
The repository is organized in two ways:
- Some solutions are in the
src/com/tushar/leetcode/editor/en/directory with their problem descriptions insrc/com/tushar/leetcode/editor/en/doc/content/. - Others are in their own directories with a README.md file containing the problem description and a Java file with the solution.