Skip to content

Commit ed795e2

Browse files
authored
Merge pull request #6 from nazir20/asli
fixed debug and report writetten
2 parents 24ce20a + 0ebc300 commit ed795e2

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

+1
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)