Skip to content
/ codes Public

๐Ÿงฉpersonal playground for algorithms, coding experiments, and snippets in C++, Python, and C#. Includes solutions for DSA, Codeforces, and university labs.

Notifications You must be signed in to change notification settings

sadabx/codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฉ Codes & Snippets Collection

C++ Python Status

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.


๐Ÿ“‚ Repository Structure

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!)


๐Ÿ› ๏ธ Technologies Used

  • Languages: C++, C, Python, C#
  • Focus Areas: Data Structures, Algorithms, Automation, Game Logic
  • Tools: VS Code, Visual Studio, Git

๐Ÿš€ Highlights

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.

๐Ÿค Usage

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)

About

๐Ÿงฉpersonal playground for algorithms, coding experiments, and snippets in C++, Python, and C#. Includes solutions for DSA, Codeforces, and university labs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published