https://github.com/ahmedrafat-sw/problem-solving
This repository contains solutions to a variety of algorithmic and data structure problems from popular platforms such as LeetCode, HackerRank, Codility, and WorkAtTech. The problems covered in this repository span various levels of difficulty, from basic to advanced, and are implemented in Java. The focus of the solutions is on demonstrating clean
https://github.com/ahmedrafat-sw/problem-solving
arrays-and-strings codility codility-challenges codility-lessons dynamic-programming hackerrank hackerrank-solutions interview-preparation java leetcode leetcode-solutions problem-solving programming-exercises searching-algorithms sliding-window sorting-algorithms twopointers
Last synced: 2 months ago
JSON representation
This repository contains solutions to a variety of algorithmic and data structure problems from popular platforms such as LeetCode, HackerRank, Codility, and WorkAtTech. The problems covered in this repository span various levels of difficulty, from basic to advanced, and are implemented in Java. The focus of the solutions is on demonstrating clean
- Host: GitHub
- URL: https://github.com/ahmedrafat-sw/problem-solving
- Owner: ahmedrafat-SW
- Created: 2023-10-12T08:20:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T19:44:50.000Z (5 months ago)
- Last Synced: 2025-01-12T17:47:53.253Z (4 months ago)
- Topics: arrays-and-strings, codility, codility-challenges, codility-lessons, dynamic-programming, hackerrank, hackerrank-solutions, interview-preparation, java, leetcode, leetcode-solutions, problem-solving, programming-exercises, searching-algorithms, sliding-window, sorting-algorithms, twopointers
- Language: Java
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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