Vaidhyanathan S M

Results 2 comments of Vaidhyanathan S M

Ohh, Is it ? It is not working for me :(. When I open the same application on Google Chrome, it is working fine.

I have the following code: ```python from edualgo import algorithms as al ping = al.search_algorithms() arr = [10, 9, 4, 5, 7, 8] ping.linear_search(arr, 5, True) ``` The script is...