https://github.com/tirthajagiya/leetcode
The purpose of LeetCode is to provide you hands-on training on real coding interview questions.
https://github.com/tirthajagiya/leetcode
Last synced: 3 months ago
JSON representation
The purpose of LeetCode is to provide you hands-on training on real coding interview questions.
- Host: GitHub
- URL: https://github.com/tirthajagiya/leetcode
- Owner: tirthajagiya
- Created: 2024-08-18T17:06:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-23T13:26:09.000Z (4 months ago)
- Last Synced: 2025-06-23T14:32:23.304Z (4 months ago)
- Language: Java
- Homepage: https://leetcode.com/u/tirthajagiya/
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode
The purpose of LeetCode is to provide you hands-on training on real coding interview questions.# LeetCode Topics
## Array
| |
| ------- |
| [0001-two-sum](https://github.com/tirthajagiya/LeetCode/tree/master/0001-two-sum) |
## Hash Table
| |
| ------- |
| [0001-two-sum](https://github.com/tirthajagiya/LeetCode/tree/master/0001-two-sum) |
## Linked List
| |
| ------- |
| [0206-reverse-linked-list](https://github.com/tirthajagiya/LeetCode/tree/master/0206-reverse-linked-list) |
| [0908-middle-of-the-linked-list](https://github.com/tirthajagiya/LeetCode/tree/master/0908-middle-of-the-linked-list) |
## Two Pointers
| |
| ------- |
| [0908-middle-of-the-linked-list](https://github.com/tirthajagiya/LeetCode/tree/master/0908-middle-of-the-linked-list) |
## Recursion
| |
| ------- |
| [0206-reverse-linked-list](https://github.com/tirthajagiya/LeetCode/tree/master/0206-reverse-linked-list) |
## Database
| |
| ------- |
| [0175-combine-two-tables](https://github.com/tirthajagiya/LeetCode/tree/master/0175-combine-two-tables) |
| [0176-second-highest-salary](https://github.com/tirthajagiya/LeetCode/tree/master/0176-second-highest-salary) |