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#
- Host: GitHub
- URL: https://github.com/cvalingam/dsa-solutions
- Owner: cvalingam
- License: mit
- Created: 2024-06-15T17:52:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-03T06:51:50.000Z (about 1 month ago)
- Last Synced: 2026-04-04T00:33:13.305Z (about 1 month ago)
- Topics: csharp, csharp-code, leetcode, leetcode-csharp, leetcode-solutions
- Language: C#
- Homepage: https://leet-code.vercel.app
- Size: 1.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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



---
## 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.