Welcome to my personal code vault! ๐ฆ This repository serves as a central hub for my coding practice, algorithm implementations, and random technical experiments. It contains solutions to competitive programming problems, university assignments, and small scripts I've written while learning new technologies.
The code is organized by language or category:
codes/
โโโ ๐ Competitive Programming/ # Solutions for Codeforces, LeetCode, etc.
โโโ ๐ Python Scripts/ # Automation tools & small Python apps
โโโ โก C++ Playground/ # Data Structures & Algorithms (DSA)
โโโ ๐ฎ C# Experiments/ # Unity scripts or .NET console apps
โโโ ๐ University/ # Lab assignments and classwork
(Note: The actual folder structure may vary as I add more projects!)
- Languages: C++, C, Python, C#
- Focus Areas: Data Structures, Algorithms, Automation, Game Logic
- Tools: VS Code, Visual Studio, Git
Here are a few types of code you might find here:
- DSA Implementations: Custom linked lists, trees, and sorting algorithms.
- Problem Solving: Efficient solutions to algorithmic challenges (Codeforces/HackerRank).
- Utility Scripts: Quick automation scripts to solve daily tasks.
Feel free to explore the code! If you find a solution helpful or spot a bug, you are welcome to open an issue or submit a pull request.
# Clone this repository
git clone [https://github.com/sadabx/codes.git](https://github.com/sadabx/codes.git)