Closed Devarsh-leo closed 4 years ago
Looks great!
Please rename your file, as menu-driven-linear-search.py
Thanks! Happy Hacking!
@Devarsh-leo Do uncomment the previous code, and place your code in another file named menu-driven-linear-search.py
@Devarsh-leo Great work so far! Contributions merged! Thanks, Happy Hacking!
Modified File : linear-search.py Folder: Algorithms in Python New User Interface with more efficiency is added. Menu is made to interact with user. List comprehension is used instead of for loops to increase efficiency of the program. Multiple values can searched or removed with only one time input. While loop is placed so the program can be used until user wants to exit. Previous code is still added in comments at the bottom of the file.