Episodes

  • 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.

    Show more Show less
    3 mins
  • 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


    Show more Show less
    4 mins