Tag view

#warmup

Cross-subject tag search for related interview cards.

Clear

Results update as you type. Press / to jump straight into search.

Tagged with warmup

1 card

Coding Exercises Easy O(n)

Reverse String

Use slicing with a step of -1 for the shortest solution, or iterate from the end if the interviewer wants the mechanics.

Write a function that returns the input string reversed.