An open API service indexing awesome lists of open source software.

https://github.com/ralphpina/golden-frog-problems


https://github.com/ralphpina/golden-frog-problems

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

Golden-Frog-Problems
====================

Each of the two files ReverseArray.java and IncrementByTwo.java has comments explaining what I did.

To run the problems:
------
1) Download or clone the repo.

2) In your local machine cd into the directory with the files (should be /path/where/downloaded/Golden-Frog-Problems)

3) run each one:

$ java ReverseArray

$ java IncrementByTwo