Skip to main content
Ctrl+K
Hacker Rank Challenges 0.0.1 documentation - Home

HackerRank Challenges

  • Bash challenges
    • Shell (awk)
      • awk command 1
      • awk command 2
      • awk command 3
      • awk command 4
    • Shell Arrays
      • Concatenate an array to itself
      • Count the Number of Elements in an Array
      • Display an Element of an Array
      • Filter an Array with Patterns
      • Functions and Fractal Trees
      • Lonely Integer
      • Read in an Array
      • Filter an Array with Patterns
      • Slice an Array
    • Shell (cut)
      • Cut 1
      • Cut 2
      • Cut 3
      • Cut 4
      • Cut 5
      • Cut 6
      • Cut 7
      • Cut 8
      • Cut 9
    • Shell (grep)
      • grep command 1
      • grep command 2
      • grep command 3
      • grep a
      • grep b
    • Shell (paste)
      • paste 1
      • paste 2
      • paste 3
      • paste 4
    • Shell (sort)
      • sort 1
      • sort 2
      • sort 3
      • sort 4
      • sort 5
      • sort 6
      • sort 7
    • Shell (sed)
      • Sed command 1
      • Sed command 2
      • Sed command 3
      • Sed command 4
      • Sed command 5
    • Shell text
      • Head of a Text File 1
      • Head of a Text File 2
      • Middle of a Text File
      • Tail of a Text File 1
      • Tail of a Text File 2
    • Shell (tr)
      • tr 1
      • tr 2
      • tr 3
    • Shell (uniq)
      • Uniq Command 1
      • Uniq Command 2
      • Uniq Command 3
      • Uniq Command 4
    • Compute the average
  • C++ Challenges
    • A Very Big Sum
  • Python Challenges
    • A Very Big Sum
    • Compare the Triplets
    • Python (Basic) Cert
      • Multiset Implementation
      • String Operations
    • Simple Array Sum

Repository Minutiae

  • Readme
  • Unlicensed
  • GitHub Actions configuration
  • .md

Shell (tr)

Abstract

HackerRank Shell tr Challenges

Shell (tr)#

tr

  • tr 1
    • Problem
      • Input Format
      • Output Format
      • Sample Input
      • Sample Output
    • Solution
  • tr 2
    • Problem
      • Input Format
      • Output Format
      • Sample Input
      • Sample Output
    • Solution
  • tr 3
    • Problem
      • Input Format
      • Output Format
      • Sample Input
      • Sample Output
    • Solution

Section author: Xander Harris xandertheharris@gmail.com

previous

Tail of a Text File 2

next

tr 1

By Xander Harris

© Copyright 2024, Xander Harris.