An open API service indexing awesome lists of open source software.

https://github.com/sloweyyy/dsa

This repository contains solutions to various LeetCode problems and contests in C++, C#, Python, Java, and JavaScript, helping you improve your problem-solving skills and prepare for coding interviews.
https://github.com/sloweyyy/dsa

algorithms cpp csharp dart java javascript leetcode leetcode-solutions python typescript

Last synced: 3 months ago
JSON representation

This repository contains solutions to various LeetCode problems and contests in C++, C#, Python, Java, and JavaScript, helping you improve your problem-solving skills and prepare for coding interviews.

Awesome Lists containing this project

README

        

# LeetCode & Algorithmic Solutions

**Author:** SloWey
**Email:** [email protected]

This repository documents my journey through Data Structures and Algorithms (DSA) by solving LeetCode problems. I'm using this as a way to improve my coding skills and prepare for technical interviews.

## Languages Used

Here's a breakdown of the languages I've been using, along with their contribution percentage:

- Java: 26.50%
- JavaScript: 22.14%
- TypeScript: 15.77%
- C++: 15.16%
- C#: 14.14%
- Python: 4.71%
- Go: 0.85%
- Jupyter Notebook: 0.42%
- Dart: 0.20%
- Hack: 0.12%

## Contents

* **Codeforce Contests:** Solutions from Codeforces competitions.
* **Codeforce Problemset:** Solutions from specific problems on Codeforces.
* **LeetCode Daily:** My solutions to daily LeetCode challenges.
* **Weekly Contest:** Solutions from LeetCode Weekly Contests.

## Getting Started

### Prerequisites

* Ensure you have the necessary compilers or interpreters installed for the languages you want to explore.

### Usage

* Feel free to browse the code and adapt it to your needs. Each file typically contains the solution to one specific problem.
* Use these solutions as references for understanding algorithms and coding techniques.

## Contributing

I welcome your contributions! If you'd like to contribute a solution or an improvement:

1. Fork this repository.
2. Create a new branch with a descriptive name for your changes.
3. Implement your solution and provide clear comments and documentation.
4. Test your code thoroughly.
5. Open a pull request detailing your changes.

## License

This project is licensed under the [MIT License](LICENSE).

## Contact

Feel free to reach out via email at [email protected] for any questions, feedback, or suggestions.