add: map exercises and quiz

This commit is contained in:
Inanc Gumus
2019-05-05 00:41:44 +03:00
parent 03c753fe56
commit c6ec3af17e
8 changed files with 390 additions and 3 deletions

View File

@ -1,5 +1,15 @@
# IDEAS
# Header
* Retrieve sorted map keys
What you will learn?
* Roman literals
1. **[Warm Up](https://github.com/inancgumus/learngo/tree/master/22-maps/exercises/01-warm-up)**
Create and print the maps.
2. **[Populate and Lookup](https://github.com/inancgumus/learngo/tree/master/22-maps/exercises/02-populate)**
Add elements to the maps that you've declared in the first exercise, and try them by looking up for the keys.
3. **[Hogwarts Students](https://github.com/inancgumus/learngo/tree/master/22-maps/exercises/03-students)**
Create a program that returns the students by the given Hogwarts house name.