Skip to content

Commit

Permalink
Added reason in README
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolinux5 committed Sep 9, 2014
1 parent 632932f commit eb4d170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README
@@ -1,3 +1,5 @@
This folder is to contain all the challenges solved in hackerrank and is to be used as instructional use.

On Hold:
teamsAndTopics.cpp

Expand Down
1 change: 1 addition & 0 deletions gameOfRotation.cpp
Expand Up @@ -8,6 +8,7 @@ int main()
cin >> beltSize;

int initialArray[beltSize];
int maxValue = 0;

for(int i = 0; i < beltSize; i++){
cin >> initialArray[i];
Expand Down

0 comments on commit eb4d170

Please sign in to comment.