Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 585 Bytes

File metadata and controls

29 lines (25 loc) · 585 Bytes

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