💡 Clean, readable solutions to LeetCode in C# and GeeksforGeeks POTD in Java.
🌐 Browse 800+ LeetCode C# Solutions · Browse by Topic · GFG Java Solutions
| 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 |
- 🔍 Instant search — filter by problem number or title
- 🏷️ Topic pages — browse by Array, DP, Trees, Graphs, and 40+ more 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
- Framework: Next.js 14 (App Router), TypeScript
- Styling: Tailwind CSS v3
- Syntax highlighting: Shiki v1.29
- Deployment: Vercel
cd website
npm install
npm run dev # http://localhost:3000
npm run build # production buildLicensed under the MIT License, Copyright © 2026 Sivalingam Ramasamy.
Assembled with ❤️ in Chennai, India.