Sorting Algorithms
Data Structure - Sorting Techniques
https://www.tutorialspoint.com/data_structures_algorithms/sorting_algorithms.htm
A tour of the top 5 sorting algorithms with Python code
https://medium.com/@george.seif94/a-tour-of-the-top-5-sorting-algorithms-with-python-code-43ea9aa02889
GeeksforGeeks
https://www.geeksforgeeks.org/sorting-algorithms/
Soritng Algorithm
https://en.wikipedia.org/wiki/Sorting_algorithm
Sorting Algorithms Explained with Examples in Python, Java, and C++
https://www.freecodecamp.org/news/sorting-algorithms-explained-with-examples-in-python-java-and-c/
Better Explained Sorting Algorithms
https://betterexplained.com/articles/sorting-algorithms/
Real Python Sorting Algorithms in Python
https://realpython.com/sorting-algorithms-python/
Pseudocode for 3 Elementary Sort Algorithms
http://faculty.cs.niu.edu/~hutchins/csci241/sorting.htm
Searching Algorithms
Searching Algorithms, Geeks for Geeks
https://www.geeksforgeeks.org/searching-algorithms/
Search algorithm, Wikipedia
https://en.wikipedia.org/wiki/Search_algorithm
An intro to Algorithms: Searching and Sorting algorithms
https://codeburst.io/algorithms-i-searching-and-sorting-algorithms-56497dbaef20
How Search algorithms work, Google
https://www.google.com/search/howsearchworks/algorithms/
Introduction to Searching Algorithms, Tutorialspoint
https://www.tutorialspoint.com/introduction-to-searching-algorithms
Sorting Algorithms, Geek for Geeks
https://www.geeksforgeeks.org/sorting-algorithms/
Search Algorithms Explained with Examples in Java, Python, and C++
FreeCodeCamp
https://www.freecodecamp.org/news/search-algorithms-explained-with-examples-in-java-python-and-c/
Difference between Searching and Sorting Algorithms, Geek for Geeks