forked from AlgorithmsMeetup/PreviousAlgorithms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editing git guide and creating participantSolutions for this week's algo
- Loading branch information
1 parent
d24543e
commit f335953
Showing
2 changed files
with
81 additions
and
57 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
DynamicProgramming/participantSolutions/AddingASolution.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
How to: | ||
|
||
- Make sure you have forked the repo, are using your fork of the repo. | ||
- Name your file as a group name or github username: `EpiphanyMachineSolution.js` | ||
- Copy your solution from ``../solution.js` | ||
- Save, and commit ***this file***. | ||
- do not commit changes from any other directory (including the `solution.js` file) | ||
- Push to Github | ||
- Issue a pull request. | ||
|
||
For help: | ||
|
||
- https://guides.github.com/activities/forking/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters