Update 5_Bronze_DS_Common.md

This commit is contained in:
Darren Yao 2020-06-15 12:43:55 -07:00 committed by GitHub
parent 090009652e
commit f457d8afb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
---
slug: /bronze/ds
title: Data Structures
author: Nathan Wang, ?
author: Nathan Wang, Darren Yao, ?
order: 5
---
@ -11,6 +11,9 @@ Problems and additional resources regarding built-in data structures.
## Problems
**CSES:**
Do roughly the first half of the Sorting and Searching section in the [CSES Problem Set](https://cses.fi/problemset/)
(actually go through these ...)
**Stack:**:
@ -24,18 +27,6 @@ Problems and additional resources regarding built-in data structures.
- UVa 10901 - Ferry Loading III
- UVa 11034 - Ferry Loading IV
**Ordered Maps:**:
- UVa 10226 - Hardwood Species
- UVa 11286 - Conformity
- UVa 11572 - Unique Snowflakes
**Set/Multiset:**
- UVa 00978 - Lemmings Battle
- UVa 11136 - Hoax or what
- UVa 11849 - CD
**General:**
- [Beautiful Triplets](https://www.hackerearth.com/practice/algorithms/greedy/basics-of-greedy-algorithms/practice-problems/algorithm/mancunian-and-beautiful-triplets-30968257/) [](54)