Skip to content

Commit

Permalink
Merge pull request #2 from Lord-of-Codes/master
Browse files Browse the repository at this point in the history
Linked sample algorithm
  • Loading branch information
abhishekchopra13 authored Dec 2, 2019
2 parents 6533b8a + 77afc11 commit 841785e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion Algorithms

This file was deleted.

File renamed without changes.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# nwoc_algorithms
This is a library of various algorithms that are used in competitive programming.

### sample algorithm
[disjoint_set_union.cpp](Algorithms/disjoint_set_union/disjoint_set_union.cpp)
2 changes: 1 addition & 1 deletion instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Before contributing, check whether the algorithm has already been implemented or

1. Make a folder for your algorithm. The folder name should be descriptive. Use underscores instead of spaces.
2. Put your program in that folder. Keep the program name as similar as possible to the folder name.
3. Add documentation for your program.Algorithms without a basic documentation (description, input/output format, sample input/output) will **not** be accepted.
3. Add documentation for your program.Algorithms without a basic documentation (description, input/output format, sample input/output) will **not** be accepted. See [disjoint_set_union.cpp](Algorithms/disjoint_set_union/disjoint_set_union.cpp) for example.
4. Update the List of Algorithms in [README](README.md) with your algorithm.
5. Commit and push the changes, then submit a Pull Request.

Expand Down

0 comments on commit 841785e

Please sign in to comment.