Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arya2004/leetcode
My all Leetcode solutions
https://github.com/arya2004/leetcode
hacktoberfest hacktoberfest-accepted
Last synced: 5 days ago
JSON representation
My all Leetcode solutions
- Host: GitHub
- URL: https://github.com/arya2004/leetcode
- Owner: arya2004
- License: mit
- Created: 2023-07-03T17:44:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-17T19:23:23.000Z (about 1 month ago)
- Last Synced: 2024-10-20T05:34:28.941Z (29 days ago)
- Topics: hacktoberfest, hacktoberfest-accepted
- Language: Java
- Homepage:
- Size: 223 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Data Structures and Algorithms Solutions in Java
This repository contains solutions to various Data Structures and Algorithms (DSA) problems implemented in Java. Each solution is well-documented and designed to demonstrate efficient and optimal techniques for solving common DSA problems.
## Table of Contents
1. [Introduction](#introduction)
2. [List of Problems](#list-of-problems)
3. [Usage](#usage)
4. [Contributing](#contributing)
5. [License](#license)## Introduction
Data Structures and Algorithms are fundamental concepts in computer science and software development. This repository aims to provide comprehensive solutions to DSA problems using Java, along with explanations and analysis of the algorithms used.
## Usage
To use this repository, simply clone it to your local machine. Each Java file contains a solution along with comments explaining the algorithm and approach used.
## Contributing
Contributions to this repository are welcome! If you'd like to contribute a new problem solution or improve an existing one, please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/new-solution`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add new solution for problem XYZ'`).
5. Push to the branch (`git push origin feature/new-solution`).
6. Create a new Pull Request.Please ensure your code follows the existing style and includes appropriate documentation and tests.
## License
This repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
Happy coding! 🚀