/hackerrank_solutions

This repo holds the solutions for all Hackerrank challenge (Algorithms, Data Structures, Linux Shell) which I am currently solving

Primary LanguageGoMIT LicenseMIT

Hackerrank Solutions

Introduction

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.

Algorithms

I am currently solving the Hackerrank's Algorithms in three languages

  • Javascript
  • Python
  • Golang

This will also be a helper for mastering new languages.

Test Solutions

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

python index.py

Javascript

node index.js

Go

go run main.go

Data Structures

Starting Soon ...

Linux Shell

Starting Soon ...