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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ This project is tested only on Windows. It may not work on Linux/macOS without m
38
38
39
39
# Code structure
40
40
41
-
The main menu runs in main.cpp.
41
+
The main menu runs in main.cpp. Gifs of functionality are in the images folder.
42
42
43
43
## Sorting algorithms
44
44
The sorting window is run by a function in the sortingAlgorithms/sortingVisualiser.cpp, the sorting algorithms which create the snapshots are in the same folder. When the user presses one of the sorting buttons in the main menu the sorting algorithm is run, and the list of snapshots sent back to be displayed.
0 commit comments