Skip to content

cvalingam/DSA-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

713 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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# GFG License


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

Website features

  • 🔍 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

Tech stack

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

Running locally

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.

Assembled with ❤️ in Chennai, India.

Releases

No releases published

Packages

 
 
 

Contributors