Skip to content

Commit 29f92f0

Browse files
committed
2 parents 9aa1bbb + 42b5b06 commit 29f92f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ An open source app focused on show in a visual way how sorting algorithms actual
77

88
### Do you want to contribute? Check the backlog
99

10+
#### TODO
1011
- [ ] New algorithms
1112
- [ ] Control animation speed
1213
- [ ] Enable user to add his own array
1314
- [ ] Add algorithm description on detail scene
14-
- [ ] Unit Tests
1515
- [ ] More features on backlog :)
1616

17+
#### IN PROGRESS
18+
- [X] Unit Tests
19+
1720
### Adding a new algorithm
1821

1922
Create a class implemeting the protocol ```Algorithm```. Following the example for the class ```InsertionSort```, you'd need to set the title of your algorithm, the image (pick a nice logo representing your algorithm:)) and description. In the method ```GenerateSwaps```, add the necessary logic to generate all cell swaps which would be necessary.

0 commit comments

Comments
 (0)