Skip to content
View Sandeep-003's full-sized avatar
😴
😴

Highlights

  • Pro

Block or report Sandeep-003

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Sandeep-003/README.md

Hey, I'm Sandeep πŸ‘‹

Typing SVG


πŸ‘¨β€πŸ’» About Me

  • πŸŽ“ Currently pursuing MNC
  • πŸ’‘ Interested in C++, Python, backend development and APIs
  • πŸ“š Practicing DSA and problem solving regularly (LeetCode + Codeforces)
  • πŸ§ͺ Exploring ML/AI through open-source projects and forks
  • 🀝 Open to collaborating on C++ tools, APIs, and automation scripts

πŸš€ Featured Repositories

Some projects that represent what I like working on:

  • πŸ”΅ Suminagashi
    Interactive fluid simulation in C++ with Raylib, inspired by traditional Japanese ink marbling.

  • πŸ§ͺ AskDocs-AI
    AI-powered document assistant – experimenting with LLMs and retrieval for smarter document querying.

  • 🐍 Python-API-Dev
    A collection of Python API experiments (FastAPI/REST), showcasing backend patterns and learning progress.

  • βœ… Tasks
    Task management / productivity project, focusing on clean structure and practical backend logic.

  • πŸ“˜ DSA
    Data structures and algorithms implementations and notes.

  • 🧩 Leetcode
    My LeetCode solutions, mainly in C++, tracking my problem-solving journey.


🧩 Competitive Programming & DSA

🟠 LeetCode (Lunar003)

  • πŸ”’ Total problems solved: 884+
    • 🟒 Easy: 262
    • 🟑 Medium: 538
    • πŸ”΄ Hard: 84
  • πŸ… Contest rating: 1925 (Knight)
  • 🌍 Global rank: 31,433 / 865,650+ (top ~3.7%)
  • πŸ•’ Contests attended: 47+
  • πŸ’¬ Reputation: 1.6K+

LeetCode Stats

πŸ”΅ Codeforces (lunar_03)

  • πŸ”’ Problems solved: 196
  • πŸ“ˆ Current rating: 1154
  • πŸ” Max rating: 1329 (Pupil)
  • 🏷️ Title: Newbie (max: Pupil)
  • ⏱️ Active on Codeforces for 4+ years

πŸ›  Tech & Tools


πŸ“Š GitHub Stats

Sandeep's GitHub stats

GitHub Streak

Top Languages


πŸ” Interactive Sections

🧠 Learning roadmap
β€’ Deepen knowledge of algorithms and system design β€’ Build more production-style APIs with proper auth & testing β€’ Explore more ML/AI tooling and model serving
🎯 What I'm looking for
β€’ Open-source contributions in C++ / Python / backend β€’ Collaboration on interesting tools, CLIs, or API services β€’ Feedback on my projects and code structure

🀝 Connect With Me

Popular repositories Loading

  1. llm.c llm.c Public

    Forked from karpathy/llm.c

    LLM training in simple, raw C/CUDA

    Cuda 1

  2. Suminagashi Suminagashi Public

    Interactive Suminagashi Fluid Simulation using C++ and Raylib. Create mesmerizing marbled patterns inspired by traditional Japanese ink art. Features real-time drop deformation, adaptive edge noise…

    C++ 1

  3. Sandeep-003 Sandeep-003 Public

    Config files for my GitHub profile.

  4. DSA DSA Public

  5. Leetcode Leetcode Public

    Collection of LeetCode questions to ace the coding interview!

    C++

  6. MLAlgorithms MLAlgorithms Public

    Forked from rushter/MLAlgorithms

    Minimal and clean examples of machine learning algorithms implementations

    Python