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/0_Intro/Intro_Problems.md

15 lines
579 B
Markdown
Raw Normal View History

2020-06-03 16:39:48 +00:00
# Introductory Problems
Author: Nathan Wang
Let's begin by solving a few fun problems! The following problems require relatively little programming experience and no algorithmic knowledge.
Do as many as you want, then move on! You do not have to do all of them.
## Problems
- [Promotion Counting](http://usaco.org/index.php?page=viewproblem2&cpid=591)
- [Word Processor](http://usaco.org/index.php?page=viewproblem2&cpid=987)
- [Fence Painting](http://usaco.org/index.php?page=viewproblem2&cpid=567)
- [Square Pasture](http://usaco.org/index.php?page=viewproblem2&cpid=663)