removed TODO list (all completed)

This commit is contained in:
Michael Cao 2020-06-15 20:44:00 -05:00
parent b72b0534d2
commit 2143be8d47

View file

@ -1,7 +1,7 @@
---
id: sorting
title: "Sorting"
author: Siyong (WIP)
author: Siyong, Michael Cao
prerequisites:
-
- Silver - Containers
@ -16,16 +16,6 @@ prerequisites:
<!-- END DESCRIPTION -->
<!--
TODO List:
- Improve Library Sorting: (maybe link actual website instead of documentation)
- Java Custom Comparators
- All (currently just pointing to darren's book)
- Python Custom Comparators
- Potentially explain use in stl data structures
- Coordinate Compression
-->
**Sorting** is exactly what it sounds like: arranging items in some particular order.
<!-- END DESCRIPTION -->