https://github.com/shamik07/leetcode-solutions-dart
A collection of solutions to LeetCode problems implemented in Dart. This repository is part of a larger effort to solve LeetCode problems in multiple programming languages, providing insights into their differences and unique features while honing problem-solving skills.
https://github.com/shamik07/leetcode-solutions-dart
dartlang leetcode-dart leetcode-solutions
Last synced: over 1 year ago
JSON representation
A collection of solutions to LeetCode problems implemented in Dart. This repository is part of a larger effort to solve LeetCode problems in multiple programming languages, providing insights into their differences and unique features while honing problem-solving skills.
- Host: GitHub
- URL: https://github.com/shamik07/leetcode-solutions-dart
- Owner: Shamik07
- Created: 2024-11-15T06:31:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T19:29:49.000Z (over 1 year ago)
- Last Synced: 2025-03-10T20:33:17.136Z (over 1 year ago)
- Topics: dartlang, leetcode-dart, leetcode-solutions
- Language: Dart
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Solutions in Dart
This repository contains my solutions to LeetCode problems implemented in the Dart programming language. The goal is to explore and practice problem-solving techniques while understanding the unique features and capabilities of Dart.
## About
I aim to solve LeetCode problems in **Dart** as well as other programming languages to compare and understand the differences between them. This process helps me:
- Hone problem-solving skills.
- Learn and appreciate the strengths and weaknesses of different programming languages.
- Share solutions and ideas with the developer community.
## Repository Structure
Each solution is organized by its problem number and title. For example:
|-- 1_two_sum.dart
## Contributing
Contributions are welcome! If you'd like to:
- Suggest an improvement.
- Share an alternate solution.
- Report an issue.
Feel free to submit a pull request or open an issue.
## License
This repository is licensed under the MIT License.