|
@@ -0,0 +1,13 @@
|
|
|
+# Mathematical Foundation of Algorithms
|
|
|
+
|
|
|
+Harbour.Space course
|
|
|
+
|
|
|
+This repository contains the slides used for each lesson, and some extra content generated.
|
|
|
+
|
|
|
+Slides are generated using [auditorium](https://github.com/apiad/auditorium). The content of each slide is at `lesson-xx/main.py`.
|
|
|
+
|
|
|
+Also slides will be hosted during the duration of the course at:
|
|
|
+
|
|
|
+`http://o-for.net:[5000 + lesson_id]`
|
|
|
+
|
|
|
+For example, access lesson 1 at: http://o-for.net:5001
|