An open API service indexing awesome lists of open source software.

https://github.com/anjupriya-v/leetcode-solutions

Solutions for LeetCode problems in java
https://github.com/anjupriya-v/leetcode-solutions

arrays dynamic-programming java leetcode leetcode-solutions linked-list math segment-tree stack string tree

Last synced: about 1 month ago
JSON representation

Solutions for LeetCode problems in java

Awesome Lists containing this project

README

          

# LeetCode Java Solutions

**Language:** Java
**My LeetCode Profile:** [anjupriya_v](https://leetcode.com/anjupriya_v/)

This repository contains my Java solutions for LeetCode problems, systematically organized by topic to aid learning and navigation.

---

## 📂 Topics & Files

| Topic | Folder |
|---------------------|--------|
| **Arrays** | [Arrays/](Arrays/) |
| **String** | [String/](String/) |
| **Linked List** | [LinkedList/](LinkedList/) |
| **Stack** | [Stack/](Stack/) |
| **Math** | [Math/](Math/) |
| **Dynamic Programming** | [Dynamic Programming/](Dynamic%20Programming/) |
| **Segment Tree** | [SegmentTree/](SegmentTree/) |
| **Tree** | [Tree/](Tree/) |

---