We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bae4d7 commit a97823aCopy full SHA for a97823a
Linear-Search-Visualizer/README.md
@@ -0,0 +1,29 @@
1
+# LINEAR SEARCH VISUALIZER
2
+
3
+## Description
4
+This application visualizes the linear search algorithm on a given array of numbers.
5
+It could be helpful in understanding how the algorithm actually works.
6
7
+## Modules used
8
+- Tkinter
9
+- Random
10
+- Time
11
12
+## Output
13
+<p align="center">
14
+ <img src="https://imgur.com/behB8rV.png">
15
+ <br>
16
+ <b>Initial window</b>
17
+ <br><br>
18
+ <img src="https://imgur.com/oYC93Ie.png">
19
20
+ <b>Key Found</b>
21
22
+ <img src="https://imgur.com/CmkcfQv.png">
23
24
+ <b>Key not found</b>
25
26
+</p>
27
28
+## Author
29
+[Tanvi Bugdani](https://github.com/tanvi355)
0 commit comments