Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedrafat-sw/problem-solving

this is a problem solving repo in java
https://github.com/ahmedrafat-sw/problem-solving

arrays-and-strings dynamic-programming hackerrank-solutions interview-preparation java leetcode leetcode-solutions problem-solving programming-exercises searching-algorithms sliding-window sorting-algorithms twopointers

Last synced: about 2 months ago
JSON representation

this is a problem solving repo in java

Awesome Lists containing this project

README

        

# Problem Solving In Java

## About

This is a problem-solving repository in Java. It includes solutions to various problems from platforms like LeetCode and HackerRank, designed to aid in interview preparation and improve coding skills.

## Structure

The repository contains the following main components:

### 1. Source Code
- **Location**: `src/main/java/com/dev`
- **Contents**: Java classes with solutions to different coding problems.

### 2. Build Configuration
- **File**: `pom.xml`
- **Description**: Maven build file to manage project dependencies and configuration.

## Topics

The repository covers a wide range of topics including:
- Java
- LeetCode Solutions
- Problem Solving
- Programming Exercises
- HackerRank Solutions
- Interview Preparation

## How to Use

1. **Clone the repository**:
```sh
git clone https://github.com/ahmedrafat-SW/problem-solving.git