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.
- Host: GitHub
- URL: https://github.com/sloweyyy/dsa
- Owner: sloweyyy
- License: mit
- Created: 2023-10-08T06:25:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T16:26:28.000Z (3 months ago)
- Last Synced: 2025-03-20T10:10:11.140Z (3 months ago)
- Topics: algorithms, cpp, csharp, dart, java, javascript, leetcode, leetcode-solutions, python, typescript
- Language: Java
- Homepage:
- Size: 2.8 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changeFileName.ipynb
- License: LICENSE
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.