A collection of my HackerRank problem solutions implemented in 8 different programming languages.
| Language | Extension |
|---|---|
.c |
|
.cpp |
|
.go |
|
.js |
|
.php |
|
.py |
|
.r |
|
.rs |
βββ Algoritms/
β βββ Warmup/
β βββ 1_simple_array_sum/
β β βββ 1.c
β β βββ 1.cpp
β β βββ 1.go
β β βββ 1.js
β β βββ 1.php
β β βββ 1.py
β β βββ 1.r
β β βββ 1.rs
β βββ 2_a_very_big_sum/
β β βββ 2.c
β β βββ 2.cpp
β β βββ 2.go
β β βββ 2.js
β β βββ 2.php
β β βββ 2.py
β β βββ 2.r
β β βββ 2.rs
β βββ ...
βββ README.md
| # | Problem | Difficulty | C | C++ | Go | JS | PHP | Python | R | Rust |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Simple Array Sum | Easy | β | β | β | β | β | β | β | β |
| 2 | A Very Big Sum | Easy | β | β | β | β | β | β | β | β |
| 3 | Diagonal Difference | Easy | β | β | β | β | β | β | β | β |
| 4 | Plus Minus | Easy | β | β | β | β | β | β | β | β |
| 5 | Staircase | Easy | β | β | β | β | β | β | β | β |
| Domain | Solved |
|---|---|
| Algoritms / Warmup | 5 |
Contributions are welcome! If you have a better solution or want to add solutions in other languages:
- Fork the repository
- Create your feature branch (
git checkout -b feature/new-solution) - Commit your changes (
git commit -m 'Add solution for problem X in language Y') - Push to the branch (
git push origin feature/new-solution) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Give a β if this project helped you!
Happy Coding! π»