Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 532 Bytes

File metadata and controls

11 lines (9 loc) · 532 Bytes

Project Title

  • Objective - To create a class which can reverse a String.
  • Purpose - To gain familiarity with basic algorithms

Part 1 - Clone the project

  • Begin by forking this project into a personal repository.
    • To do this, click the Fork button located at the top right of this page.
  • Navigate to your github profile to find the newly forked repository.
  • Clone the repository from your account into the ~/dev directory.
  • Open the newly cloned project in a code editor (IntelliJ, for example).