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

https://github.com/md-emranhossen/leetcode-practice

This repository stores my solutions to LeetCode problems, organized by problem number and title.
https://github.com/md-emranhossen/leetcode-practice

cpp data datastructures-algorithms leetcode-solutions

Last synced: 12 months ago
JSON representation

This repository stores my solutions to LeetCode problems, organized by problem number and title.

Awesome Lists containing this project

README

          

# LeetCode Solutions

Welcome to my LeetCode solutions repository! This repository stores my solutions to LeetCode problems, organized by problem number and title.

## Overview
- Solutions include problem descriptions, code, time/space complexity, and explanations.
- Clone the repository: `git clone [repository-url]`

## Structure
- Each problem has its own file or folder, named by problem number and title.
- Solution files contain:
- Problem statement
- Solution code
- Time and space complexity
- Brief explanation

## Contributing
Contributions are welcome! Submit optimized solutions or alternative approaches via pull requests or open an issue.

## License
[MIT License]