๐
Fundamentals
Programming language basics, syntax examples, and core concepts across multiple languages including
C, C++, Java, JavaScript, Python, Go, Rust, and PHP.
./fundamentals/
๐งฉ
Data Structures & Algorithms
Implementation of essential data structures and algorithms. From arrays and linked lists to advanced
graph algorithms and dynamic programming.
./dsa/
๐
Competitive Programming
Solutions to competitive programming problems from platforms like Codeforces, LeetCode, HackerRank,
and other online judges.
./competitive/
๐
Web Development
Front-end development practice with HTML, CSS, and JavaScript. Includes components, experiments, and
responsive design patterns.
./web/
๐ ๏ธ
Real-Life Projects
Practical applications and real-world projects including calculators, expense trackers, games, and
other useful tools.
./real-life/
โ๏ธ
Utilities & Tools
Helper scripts, automation tools, and utilities for development workflow. Includes formatters,
runners, and system scripts.
./utility/
๐
Documentation
Learning notes, guides, references, and documentation for various programming concepts, best
practices, and project standards.
./docs/