https://github.com/ralphpina/golden-frog-problems
https://github.com/ralphpina/golden-frog-problems
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ralphpina/golden-frog-problems
- Owner: ralphpina
- Created: 2013-07-25T01:45:33.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-25T15:01:13.000Z (almost 13 years ago)
- Last Synced: 2025-02-05T21:02:19.864Z (over 1 year ago)
- Language: Java
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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