Skip to content

πŸ† My HackerRank algorithm solutions implemented in 8 programming languages: C, C++, Go, JavaScript, PHP, Python, R, and Rust

Notifications You must be signed in to change notification settings

swayoleg/hackerrank-problemsolving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ† HackerRank Solutions

HackerRank License: MIT

A collection of my HackerRank problem solutions implemented in 8 different programming languages.

πŸ—£οΈ Languages

Language Extension
C .c
C++ .cpp
Go .go
JavaScript .js
PHP .php
Python .py
R .r
Rust .rs

πŸ“ Repository Structure

β”œβ”€β”€ 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 Solutions

Algoritms - Warmup

# 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 βœ” βœ” βœ” βœ” βœ” βœ” βœ” βœ”

πŸ“Š Progress

Domain Solved
Algoritms / Warmup 5

πŸ“š Resources

🀝 Contributing

Contributions are welcome! If you have a better solution or want to add solutions in other languages:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/new-solution)
  3. Commit your changes (git commit -m 'Add solution for problem X in language Y')
  4. Push to the branch (git push origin feature/new-solution)
  5. Open a Pull Request

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

⭐ Show Your Support

Give a ⭐ if this project helped you!


Happy Coding! πŸ’»

About

πŸ† My HackerRank algorithm solutions implemented in 8 programming languages: C, C++, Go, JavaScript, PHP, Python, R, and Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published