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.
- Host: GitHub
- URL: https://github.com/athityakumar/hackerrank-solutions
- Owner: athityakumar
- License: gpl-3.0
- Created: 2016-07-28T18:13:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T18:20:46.000Z (almost 10 years ago)
- Last Synced: 2025-02-21T12:34:59.640Z (over 1 year ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).