Welcome to Test algorithms’s documentation!

Fundamental Algorithms

This document provides an overview of three fundamental algorithms: Bubble Sort, Merge Sort, and Binary Search. It includes a brief explanation of each algorithm, along with their time and space complexities in Python.