aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2021-09-18 18:06:42 +0200
committerJulian T <julian@jtle.dk>2021-09-18 18:06:42 +0200
commitff954bdc2e33bfafbf8efac030762835583a3246 (patch)
treeca2437230869a2e8b5e6006954d13c4196508374 /Readme.md
parent17ebc4a8a9224cc0d11a1444907d4596e71b69c0 (diff)
Remove some unneeded files and readme stuff
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/Readme.md b/Readme.md
index f44390e..efcc18c 100644
--- a/Readme.md
+++ b/Readme.md
@@ -2,11 +2,5 @@
Collection of notes and implementation for courses.
-## Implementations
-
-- [ Dijkstra ](sem1/algo/mm12)
-- [ Breath first search ](sem1/algo/mm10/bfs.c)
-- [ Calculator in flex and bison ]( sem1/osc/mm11/regn )
-- [ Binary tree ](sem1/algo/mm6)
-- [ Merge sort ](sem1/algo/lek1/merge.c)
-
+There is no real structure to this.
+Some of the `.tex` files can be rendered with the `render.py` python file.