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

https://github.com/math-ferreira/coding-interview-challenges

Repo created to support all the challenges that Ive been doing through the Coding test platforms, such a: Hackerrank and AlgoExpert
https://github.com/math-ferreira/coding-interview-challenges

coding-interviews coding-test java java-17

Last synced: 11 months ago
JSON representation

Repo created to support all the challenges that Ive been doing through the Coding test platforms, such a: Hackerrank and AlgoExpert

Awesome Lists containing this project

README

          

---

# Coding Interview Challenges Repository

![GitHub last commit](https://img.shields.io/github/last-commit/math-ferreira/coding-interview-challenges)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/math-ferreira/coding-interview-challenges)
![GitHub repo size](https://img.shields.io/github/repo-size/math-ferreira/coding-interview-challenges)

Welcome to my Coding Interview Challenges repository! This repository serves as a collection of coding challenges that I have completed on various platforms such as Hackerrank and AlgoExpert. The goal is to continuously improve my coding skills, learn new algorithms, and prepare for upcoming interviews.

## Repository Structure

The repository is organized by platform, with each platform having its own dedicated folder. Inside each folder, you will find solutions to the challenges I have attempted, along with any accompanying files or notes.

- **[Hackerrank](hackerrank):** Solutions to challenges from Hackerrank.
- **[AlgoExpert](algoexpert):** Solutions to challenges from AlgoExpert.

Feel free to explore the folders, review the solutions, and provide feedback or suggestions. The repository is a work in progress, and I will be regularly updating it with new challenges and solutions.

## Usage

If you're also preparing for coding interviews or simply interested in exploring different coding challenges, you can clone this repository and use it as a resource to practice and learn. Each solution is accompanied by comments and explanations to help you understand the thought process behind the code.

```bash
git clone https://github.com/math-ferreira/coding-interview-challenges.git
```

## Contributing

If you have solutions to challenges that are not yet included in this repository or if you have improvements to existing solutions, feel free to contribute! Follow the guidelines in the [CONTRIBUTING.md](CONTRIBUTING.md) file to make your contributions.