Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bettaibimedali/algorithm-problems
https://github.com/bettaibimedali/algorithm-problems
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bettaibimedali/algorithm-problems
- Owner: BettaibiMedAli
- Created: 2024-10-10T16:38:30.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-30T12:07:30.000Z (about 2 months ago)
- Last Synced: 2024-11-30T13:19:45.063Z (about 2 months ago)
- Language: Java
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Roadmap: roadmap.txt
Awesome Lists containing this project
README
Welcome to my repository where I practice solving algorithmic problems on [LeetCode](https://leetcode.com/) using **Java**. This repository serves as a personal space for improving problem-solving skills, understanding data structures, and mastering algorithms.
The problems are categorized based on the type of data structure or algorithm being used, such as **Arrays**, **Strings**, **Linked Lists**, **Dynamic Programming**, etc.
## Languages Used
- **Java**: All solutions are implemented using Java.
## Why Java?
Java is a widely-used language that provides strong object-oriented principles and a robust set of libraries, making it great for solving competitive programming problems. It’s also the language I am most comfortable with for solving LeetCode problems.
## Problems Solved
I’m continuously adding more problems as I solve them. Here's a breakdown of the problem categories I'm focusing on:
- Arrays
- Strings
- Linked Lists
- Hashmaps
- Sorting & Searching
- Recursion
- Dynamic Programming## Contribution
Feel free to explore the solutions and suggest improvements or optimizations. Pull requests are welcome if you'd like to share alternative solutions or new insights.
Happy coding!