Skip to content

Commit

Permalink
Add 02 README
Browse files Browse the repository at this point in the history
  • Loading branch information
SuprDewd committed Mar 28, 2017
1 parent 5776c00 commit a314d8d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions 02_data_structures/README.md
@@ -0,0 +1,19 @@
# Lecture 2: Data structures and libraries

Reviews the most basic data types and data structures. Covers how to represent big integers, sets and graphs, and how to augment binary search trees.

<h2>Problems</h2>
Solve some of the following problems on Kattis. You need <b>3</b> points to get full score.
<ul>
<li><a href="https://open.kattis.com/problems/deduplicatingfiles">Deduplicating files</a> (1 point)</li>
<li><a href="https://open.kattis.com/problems/restaurant">Working at the Restaurant</a> (1 point)</li>
<li><a href="https://open.kattis.com/problems/addingwords">Adding words</a> (1 point)</li>
<li><a href="https://open.kattis.com/problems/dream">All Just A Dream</a> (1 point)</li>
<li><a href="https://open.kattis.com/problems/moviecollection">Movie collection</a> (1 point)</li>
</ul>
<h2>Bonus problems</h2>
If you want a challenge, you can try solving the following bonus problems.
<ul>
<li><a href="https://open.kattis.com/problems/trendingtopic">Trending Topic</a></li>
<li><a href="https://open.kattis.com/problems/stogovi">Stogovi</a></li>
</ul>

0 comments on commit a314d8d

Please sign in to comment.