Skip to content

Commit 94a8c60

Browse files
Update README.md
1 parent 1d168ce commit 94a8c60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The source code for the processing sketches are stored in the `processing_source
99
It can be run using the [Processing 3 IDE](https://processing.org/download/) or using [Eclipse IDE](https://riptutorial.com/processing/example/31227/using-processing-with-eclipse) with some minor changes.
1010

1111
### Checklist of algorithms:
12+
1213
**Comparison sorts**
1314
- [x] ~~insertion sort~~
1415
- [x] ~~bubble sort~~
@@ -19,7 +20,8 @@ It can be run using the [Processing 3 IDE](https://processing.org/download/) or
1920
- [ ] gnome sort
2021
- [ ] cocktail shaker sort
2122
- [ ] cycle sort
22-
- [ ] shell sort
23+
- [ ] shell sort
24+
2325
**Non-comparison sorts**
2426
- [ ] radix sort
2527
- [ ] counting sort

0 commit comments

Comments
 (0)