more rearranging

This commit is contained in:
Benjamin Qi 2020-06-04 20:41:28 -04:00
parent 9fa1f7ee95
commit 9202339d78
7 changed files with 10 additions and 5 deletions

View file

@ -2,7 +2,7 @@
slug: /intro/containers
title: Containers
author: Unknown
order: 4
order: 2
---

View file

@ -2,7 +2,7 @@
slug: /bronze/rectangle-geometry
title: "Rectangle Geometry"
author: Unknown
order: 2
order: 3
---
See 7.1 of https://www.overleaf.com/project/5e73f65cde1d010001224d8a

View file

@ -2,7 +2,7 @@
slug: /bronze/simulation
title: "Simulation"
author: Unknown
order: 2
order: 4
---
See 5 of https://www.overleaf.com/project/5e73f65cde1d010001224d8a

View file

@ -2,7 +2,7 @@
slug: /bronze/complete-search
title: "Complete Search"
author: Unknown
order: 4
order: 5
---
See 6 of https://www.overleaf.com/project/5e73f65cde1d010001224d8a

View file

@ -3,6 +3,9 @@ slug: /silver/containers
title: "Containers"
author: Unknown
order: 2
prerequisites:
-
- Bronze - Containers
---
Containers from C++ standard template library (STL)

View file

@ -3,6 +3,8 @@ slug: /silver/two-pointers
title: "Two Pointers"
author: Unknown
order: 5
-
- Silver - Sorting
---
- CPH 8.1

View file

@ -1,6 +1,6 @@
---
slug: /plat/hashing
title: "Platinum - Strings"
title: "Strings"
author: Benjamin Qi
order: 6
prerequisites: