# Data Structures / Algorithms

- [Sorting](/notes/data-structures-algorithms/sorting.md)
- [Tries](/notes/data-structures-algorithms/tries.md): Tries are a data structure that consist of nodes. They're helpful to organize and store strings, especially for supporting auto completion.
