An open API service indexing awesome lists of open source software.

https://github.com/athityakumar/hackerrank-solutions

A repository that contains solved hackerrank problems, mostly in C++ / Ruby / Python language.
https://github.com/athityakumar/hackerrank-solutions

Last synced: 10 months ago
JSON representation

A repository that contains solved hackerrank problems, mostly in C++ / Ruby / Python language.

Awesome Lists containing this project

README

          

DESCRIPTION
-----------
This repository contains solutions to hackerrank problems, suitably in C++ / Ruby / Python languages.

RUNNING THE SCRIPTS
-------------------
Clone this repository -

`git@github.com:athityakumar/hackerrank-solutions.git`

`cd hackerrank-solutions/path`


For running Ruby (.rb) scripts -

`ruby script_name.rb`


For running Python (.py) scripts -

`python script_name.py`


For running C++ / C (.cpp / .c) scripts -

`gcc script_name.cpp executable_name`

`./executable_name`

LICENSE
-------
Licensed under GNU General Public License v3.0 (GPLv3).