Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 460 Bytes

exercises3.md

File metadata and controls

11 lines (8 loc) · 460 Bytes

Exercises on Go Programming (part 3)

Exercise 1

Complete the exercise rot13Reader from the "A Tour of Go".

Exercise 2

Consider the heap data structure of Exercise 3 of last week. Generalize the Heap interface and the corresponding implementation using generics.

Exercise 3

Complete the exercise Web Crawler from the "A Tour of Go".