> For the complete documentation index, see [llms.txt](https://monica-granbois.gitbook.io/cs-theory-and-problems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://monica-granbois.gitbook.io/cs-theory-and-problems/algorithms/sorting-algorithms.md).

# Sorting Algorithms

Note: videos are not mine. They are just resources I found helpful.

## O(N^2)

### Bubble Sort

[![Bubble Sort](https://img.youtube.com/vi/xli_FI7CuzA/0.jpg)](https://youtu.be/xli_FI7CuzA)

### Selection Sort

[![Insertion Sort](https://img.youtube.com/vi/g-PGLbMth_g/0.jpg)](https://youtu.be/g-PGLbMth_g)

### Insertion Sort

[![Insertion Sort](https://img.youtube.com/vi/JU767SDMDvA/0.jpg)](https://youtu.be/JU767SDMDvA)
