Welcome to my problem-solving repository! This repository contains solutions to various coding problems and algorithms implemented in different programming languages (mostly Dart).
This repository serves as a collection of my solutions to coding problems from various online platforms such as LeetCode, HackerRank, and Codeforces. I created this repository to document my progress and share my solutions with the community.
Feel free to explore the different directories to find solutions to specific problems or algorithms.
The repository is organized into directories based on language. Each directory contains solutions to individual problems along with explanations.
I have solved problems using various programming languages:
- Dart
- Python
- C++
- C#
Contributions to this repository are welcome! If you'd like to contribute your own solutions or improve existing ones, please follow these steps:
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature/new-feature
). - Implement your changes and commit them (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Open a pull request.
Please ensure that your code follows the repository's coding standards and includes appropriate documentation and test cases.
This repository is licensed under the MIT License. You are free to use, modify, and distribute the code for personal and commercial purposes.