exercism-cpp / reverse-string /
@Wook Song Wook Song authored on 14 Sep 2022
..
.exercism Add three exercises, Hello World, Leap, and Reverse String 3 years ago
test Add three exercises, Hello World, Leap, and Reverse String 3 years ago
CMakeLists.txt Add three exercises, Hello World, Leap, and Reverse String 3 years ago
HELP.md Add three exercises, Hello World, Leap, and Reverse String 3 years ago
README.md Add three exercises, Hello World, Leap, and Reverse String 3 years ago
reverse_string.cpp Add three exercises, Hello World, Leap, and Reverse String 3 years ago
reverse_string.h Add three exercises, Hello World, Leap, and Reverse String 3 years ago
reverse_string_test.cpp Add three exercises, Hello World, Leap, and Reverse String 3 years ago
README.md

Reverse String

Welcome to Reverse String on Exercism's C++ Track. If you need help running the tests or submitting your code, check out HELP.md.

Instructions

Reverse a string

For example: input: "cool" output: "looc"

Source

Created by

  • @nidhi98gupta

Contributed to by

  • @elyashiv
  • @KevinWMatthews
  • @patricksjackson

Based on

Introductory challenge to reverse an input string - https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb