Skip to content

Commit 0ebc300

Browse files
committed
fixed debug and report writetten
1 parent c783dcf commit 0ebc300

File tree

4 files changed

+1
-0
lines changed

4 files changed

+1
-0
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from sorting_algorithms import *
55
import random
66

7+
# This code creates a chart using the Tkinter library. First, root creation, which is a Tk creation. This object represents a window that will serve as the main window.
78
root = Tk()
89
root.title('Sorting Algorithms Visualization')
910
root.geometry('900x600')

0 commit comments

Comments
 (0)