You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,12 @@ The k-means algorithm has a worst case runtime that is super-polynomial in the i
38
38
39
39
Everything is implemented in Swift except for the functions that convert between color spaces, which use GLKit and thus must be written in C (since Swift doesn't support C unions at this time).
40
40
41
-
### Mac App
41
+
### Apps
42
42
43
-
The project includes a Mac app that can be used to see the results of the algorithm and to run a simple benchmark.
43
+
The project includes Mac and iOS apps that can be used to see the results of the algorithm and to run a simple benchmark.
0 commit comments