https://github.com/edwardtheharris/hacker-rank
An attempt to demonstrate ability via Hacker Rank challenges.
https://github.com/edwardtheharris/hacker-rank
bash python shell
Last synced: 5 months ago
JSON representation
An attempt to demonstrate ability via Hacker Rank challenges.
- Host: GitHub
- URL: https://github.com/edwardtheharris/hacker-rank
- Owner: edwardtheharris
- License: other
- Created: 2019-11-24T00:19:51.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-01-19T00:31:45.000Z (5 months ago)
- Last Synced: 2026-01-19T03:52:49.314Z (5 months ago)
- Topics: bash, python, shell
- Language: Python
- Homepage: https://edwardtheharris.github.io/hacker-rank/
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license.md
Awesome Lists containing this project
README
---
abstract: A collection of problems and solutions from HackerRank.
authors:
- name: Xander Harris
email: xandertheharris@gmail.com
date: 2024-09-03
title: Readme
---
[](https://github.com/edwardtheharris/hacker-rank/actions/workflows/shell.yml)
[](https://github.com/edwardtheharris/hacker-rank/actions/workflows/pylint.yml)
[](https://wakatime.com/badge/github/edwardtheharris/hacker-rank)
And their related solutions, starting with Bash.
## Bash
The problem descriptions and their solution are
in the bash directory.
> Why don’t mermaids use Bash?
> > Because they prefer a C-Shell.
## Python
This code is in the
[Python directory](https://edwardtheharris.github.io/hacker-rank/python/index.html).
> Why do Python coders make terrible spies?
> > They’re always leaving traces.
## C++
Though I don't write a ton of C++, some problems on HackerRank lend themselves
to solutions using a statically typed language and C++
is generally the language I use if I need one of those.
## Full documentation
If you're interested in having me fix your computers for money, or you're
just a genuine masochist, you may find the complete documentation for the code
in this repository on
[the GitHub Pages site](https://edwardtheharris.github.io/hacker-rank/).
[Or, if you're running locally.](index.md)
Thanks for your time!