# Algorithms

## Table of Contents

- [Algorithms](#algorithms)
  - [Table of Contents](#table-of-contents)
  - [Complexity](#complexity)
  - [Sorting](#sorting)
    - [Buble Sort](#buble-sort)
    - [Merge Sort](#merge-sort)
    - [Insertion Sort](#insertion-sort)
    - [Quick Sort](#quick-sort)
    - [Selection Sort](#selection-sort)
  - [Heap Sort](#heap-sort)
  - [Search](#search)
    - [Binary Search](#binary-search)
    - [Linear Search](#linear-search)

## Complexity

## Sorting

### Buble Sort

### Merge Sort

### Insertion Sort

### Quick Sort

### Selection Sort

## Heap Sort

## Search

### Binary Search

### Linear Search