Épisodes

  • Linear Search
    Oct 9 2023

    Linear Search is one of the popular searching algorithms that works by searching for an element sequentially from a list/array from start till the end.

    Voir plus Voir moins
    3 min
  • Sorting data in Python
    Oct 6 2023

    A quick look into couple of different ways of sorting the data in a list in Python.

    • sort() method
    • sorted() function


    Voir plus Voir moins
    4 min