This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/3_Bronze/5_Bronze_DS_Common.md
2020-06-15 16:25:29 -07:00

1.2 KiB

id title author order
ds Data Structures Nathan Wang, Darren Yao, ? 5

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

(actually go through these ...)

Stack::

  • UVa 00514 - Rails
  • UVa 00732 - Anagram by Stack
  • UVa 01062 - Containers

Queue/Deque::

  • UVa 10172 - The Lonesome Cargo
  • UVa 10901 - Ferry Loading III
  • UVa 11034 - Ferry Loading IV

General:

Other Resources