Skip to content

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

License

Notifications You must be signed in to change notification settings

Vickysomtee/hackerrank_solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 ...

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published