Abstract

Hacker Rank Challenges documentation master file, created by sphinx-quickstart on Wed Feb 7 14:33:54 2024. You can adapt this file completely to your liking, but it should at least contain the root toctree directive.

Hacker Rank Challenges#

shell

Indices and tables#

Glossary#

arrays#

Arrays in Bash can one-dimensional or associative depending on the syntax. More information is available here.

awk#

A program that you can use to select particular records in a file and perform operations upon them. The reference manual is available here.

bash#

Bourne Again SHell, aka the best shell to use for accessing Linux machines. The reference manual is available here.

c++#

This is an implementation of C that includes some object-oriented concepts.

grep#

grep prints lines that contain a match for one or more patterns. You can find the reference manual here.

hacker-rank#

HackerRank is the website that provides the challenges completed in this repository.

python#

Python is an interpreted language that was designed to be readable on the premise that computer code is read far more often than it is written. You can learn more about Python at python.org.

sed#

Sed is a popular utility which enables quick parsing and transformation of text. You can find the reference manual here.

Additional resources can be found at the following links.

uniq#

uniq is a shell command that parses lists of lines and outputs non-repeated values. More information is available here.

Section author: Xander Harris xandertheharris@gmail.com