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

https://github.com/cvalingam/dsa-solutions

LeetCode in C#
https://github.com/cvalingam/dsa-solutions

csharp csharp-code leetcode leetcode-csharp leetcode-solutions

Last synced: about 1 month ago
JSON representation

LeetCode in C#

Awesome Lists containing this project

README

          


DSA Solutions


๐Ÿ’ก Clean, readable solutions to LeetCode in C# and GeeksforGeeks POTD in Java.


๐ŸŒ Browse 800+ LeetCode C# Solutions ย ยทย 
Browse by Topic ย ยทย 
GFG Java Solutions



![LeetCode C#](https://img.shields.io/badge/LeetCode-802%2B%20solutions-323232?style=flat-square&logo=leetcode)
![GFG](https://img.shields.io/badge/GeeksforGeeks-530%2B%20Java%20solutions-2F8D46?style=flat-square&logo=geeksforgeeks)
![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)

---

## What's in this repo

| Folder | Contents |
|--------|----------|
| `solutions/` | 802+ LeetCode problems in C# โ€” one `.cs` file per problem |
| `gfg-solutions/` | 530+ GeeksforGeeks POTD problems in Java |
| `website/` | Next.js 14 website powering [dsasolved.com](https://dsasolved.com) |

## Website features

- ๐Ÿ” **Instant search** โ€” filter by problem number or title
- ๐Ÿท๏ธ **Topic pages** โ€” browse by Array, DP, Trees, Graphs, and [40+ more topics](https://dsasolved.com/topics)
- ๐ŸŽฏ **Difficulty filter** โ€” Easy / Medium / Hard
- ๐Ÿ“‹ **One-click copy** โ€” syntax-highlighted code with copy button
- โšก **Fully static** โ€” 1,380+ pages pre-rendered at build time

## Tech stack

- **Framework**: Next.js 14 (App Router), TypeScript
- **Styling**: Tailwind CSS v3
- **Syntax highlighting**: Shiki v1.29
- **Deployment**: Vercel

## Running locally

```bash
cd website
npm install
npm run dev # http://localhost:3000
npm run build # production build
```

## License

Licensed under the MIT License, Copyright ยฉ 2026
[Sivalingam Ramasamy](https://github.com/cvalingam).


Assembled with โค๏ธ in Chennai, India.