This Repository contains solution for all Hackerrank challange which I am currently solving. For now, I am focused on the Algorithms, Data Structures and Linux Shell challenges.
I am currently solving the Hackerrank's Algorithms in three languages
- Javascript
- Python
- Golang
This will also be a helper for mastering new languages.
To run these solutions you need to have Node, Python and/or Go installed on your machine.
- Move into the solution's directory.
Using solve_me_first algorithm as example:
cd solve_me_first
- Run either of these commands for the specific language
python index.py
node index.js
go run main.go
Starting Soon ...
Starting Soon ...