/Algorithms

Algorithms

Primary LanguagePython

Demonstration on fundamental algorithms, including:

  • Binary search (.py)

  • Linear search (.py)

  • Bubble Sort (.py)

  • Quick Sort (.py)

  • Search Tree (.java).

Image taken from: https://favtutor.com/blogs/bubble-sort-python image

Image taken from: https://www.studytonight.com/python-programs/python-program-for-quicksort image

Image taken from: https://www.w3resource.com/python-exercises/data-structures-and-algorithms/python-search-and-sorting-exercise-1.php image

Image taken from: https://www.tutorialspoint.com/data_structures_algorithms/tree_data_structure.htm image