Skip to content
View invisible-doctor2810's full-sized avatar
  • 12:48 (UTC +05:30)

Block or report invisible-doctor2810

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

divider

banner

divider

BOOTING PROFILE… ✅

INITLOADRUN

AboutTech StackFeatured ProjectsConnectStats

divider

👨‍💻 About

I’m a CS + Data Science student who enjoys building efficient solutions and making results visible through data.

  • 🧠 Focus: Data Structures & Algorithms (design, complexity, correctness, implementation)
  • 🧰 Languages: Java, Python, R, Bash
  • 🗃️ Data + DB: MySQL + SQL, including Python-integrated SQL workflows; schema design + joins + query logic
  • 📈 Data work: cleaning, analysis, statistical plotting/visualization, and model-oriented workflows

DSA I’ve worked with

  • Arrays (1D/2D), Strings
  • Linked Lists (singly/doubly), Stack, Queue, Deque
  • HashMap/Hash Table, Heap/Priority Queue
  • Trees (traversals, BST, AVL/Red-Black), Trie
  • Skip List, Graphs (adj list + adj matrix)

Algorithms I’ve implemented/studied

  • Sorting: Selection, Insertion, Bubble, Merge, Quick, Heap, Counting, Radix
  • Searching: Binary Search
  • Graph: BFS, DFS, Dijkstra, Prim, Kruskal, A*
  • Techniques: Recursion, Backtracking, Dynamic Programming (DP)

divider

🧰 Tech Stack

divider

🚀 Featured Projects

  • ♟️ AI Chess Bot — best-move suggestions via Stockfish (hosted on Render), opening identification using the Lichess database, and natural-language reasoning via Gemini API.
    Repo

  • 🧠 DSA Rebuild Lab — rebuilding a clean, test-driven library of data structures + algorithms (arrays, linked lists, hashing, trees, graphs, DP) with complexity notes and benchmarking.
    Repo

  • 🗃️ SQL + Python Mini Projects — small data workflows using MySQL and Python-integrated SQL (querying, joins, schema design), plus analysis/visualization in R/Python.
    Repo

divider

📊 Stats

metrics

divider

🔗 Connect

divider

Popular repositories Loading

  1. test1 test1 Public

    my first repository. hehehe

    Python

  2. stockfish-api stockfish-api Public

    Python

  3. invisible-doctor2810 invisible-doctor2810 Public

  4. java-dsa-toolkit java-dsa-toolkit Public

    Java