https://github.com/joaopedroangelo/javasolvedproblems
Solutions written in Java for programming problems
https://github.com/joaopedroangelo/javasolvedproblems
leetcode-java problems-solving
Last synced: 2 months ago
JSON representation
Solutions written in Java for programming problems
- Host: GitHub
- URL: https://github.com/joaopedroangelo/javasolvedproblems
- Owner: joaopedroangelo
- Created: 2024-01-08T12:24:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T20:21:46.000Z (over 1 year ago)
- Last Synced: 2025-10-13T19:39:29.030Z (2 months ago)
- Topics: leetcode-java, problems-solving
- Language: Java
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Programming Problem Solutions
> More questions: https://leetcode.com/problemset/
Welcome to the Java Programming Problem Solutions repository!
This collection provides solutions to a variety of programming problems, ranging from simple tasks like adding two integers to more complex challenges commonly encountered in job interviews.
> Avoid unnecessary imports.
## Introduction
This repository aims to be a comprehensive resource for Java developers looking to practice and enhance their problem-solving skills. The problems are categorized by difficulty and cover a broad range of concepts frequently assessed in technical interviews.
## Contributing
Contributions to this repository are encouraged! If you have a new problem to add or an improvement to an existing solution, please open a pull request.
## Problem Categories
The problems are grouped into categories based on their complexity and topic. These categories include, but are not limited to:
- Array and String Manipulation
- Sorting and Searching
- Dynamic Programming
- Graphs and Trees
- Mathematical and Bitwise Operations
Feel free to explore the categories and challenge yourself with problems that match your skill level.