Skip to content

Commit a97823a

Browse files
docs: added README
1 parent 6bae4d7 commit a97823a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Linear-Search-Visualizer/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<br>
20+
<b>Key Found</b>
21+
<br><br>
22+
<img src="https://imgur.com/CmkcfQv.png">
23+
<br>
24+
<b>Key not found</b>
25+
<br><br>
26+
</p>
27+
28+
## Author
29+
[Tanvi Bugdani](https://github.com/tanvi355)

0 commit comments

Comments
 (0)