Skip to content

Welcome to my Code Practice solutions repository! Here, you'll find my solutions to various coding problems from different platforms.

License

Notifications You must be signed in to change notification settings

ZouariOmar/Code-Practice

Repository files navigation

Code Practice

Welcome to my Code Practice solutions repository! Here, you'll find my solutions to various coding problems from different platforms.

About

This repository contains my solutions to coding problems from various platforms. The solutions are implemented in different programming languages, primarily in C/C++. The problems are organized by their difficulty level and topic.

Repository Structure

.Code Practice
├── Code Practice.code-workspace
├── geeksforgeeks
│   ├── Easy
│   ├── Hard
│   └── Medium
├── leetcode
│   ├── Easy
│   ├── Hard
│   └── Medium
├── LICENCE
└── README.md

113 directories, 186 files
  • problems/easy/: Solutions to easy problems.
  • problems/medium/: Solutions to medium problems.
  • problems/hard/: Solutions to hard problems.

Each subdirectory contains the solution files named according to the problem title or ID.

Usage

Feel free to browse through the solutions and use them as a reference for your own learning. If you find any mistakes or have suggestions for improvements, please open an issue or submit a pull request.

How to Contribute

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-branch
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature-branch
  5. Open a pull request.

Contact

If you have any questions or feedback, feel free to contact me via email: zouariomar20@gmail.com

Happy coding!

Links

About

Welcome to my Code Practice solutions repository! Here, you'll find my solutions to various coding problems from different platforms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published