Skip to content

Files

Latest commit

 

History

History

Linear-Search-Visualizer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

LINEAR SEARCH VISUALIZER

Description

This application visualizes the linear search algorithm on a given array of numbers. It could be helpful in understanding how the algorithm actually works.

Modules used

  • Tkinter
  • Random
  • Time

Output


Initial window


Key Found


Key not found

Author

Tanvi Bugdani