INIT → LOAD → RUN
About • Tech Stack • Featured Projects • Connect • Stats
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)
-
♟️ 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
