Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reykan-kp/dsa
This repository contains my solutions to various Data Structures and Algorithms problems from LeetCode, implemented in Java.
https://github.com/reykan-kp/dsa
Last synced: about 2 months ago
JSON representation
This repository contains my solutions to various Data Structures and Algorithms problems from LeetCode, implemented in Java.
- Host: GitHub
- URL: https://github.com/reykan-kp/dsa
- Owner: ReyKan-KP
- Created: 2024-01-14T05:08:59.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-16T02:54:18.000Z (11 months ago)
- Last Synced: 2024-02-16T04:39:06.490Z (11 months ago)
- Language: Java
- Homepage:
- Size: 285 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Data Structures and Algorithms
This repository contains my solutions to various Data Structures and Algorithms problems from LeetCode, implemented in Java.
## IntroductionThis repository serves as a comprehensive collection of Java solutions to LeetCode problems. The solutions are organized by data structure and algorithm categories, making it easy to navigate and learn from.
## Usage
1. **Clone the repository:**
```bash
git clone https://github.com/ReyKan-KP/DSA.git
```2. **Navigate to the problem you are interested in.**
3. **Open the Java file for the problem, and you'll find the solution code.**
4. **Run the Java file to test the solution.**
## Contributing
Contributions are welcome! If you'd like to add your own solutions, improve existing ones, or add explanations, please follow these steps:
1. Fork the repository.
2. Create a new branch for your changes: `git checkout -b feature/new-feature`.
3. Make your changes and commit them: `git commit -m 'Add new feature'`.
4. Push to the branch: `git push origin feature/new-feature`.
5. Submit a pull request.Please ensure your code follows the existing style and includes appropriate comments and explanations.