aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
new file mode 100644
index 0000000..f44390e
--- /dev/null
+++ b/Readme.md
@@ -0,0 +1,12 @@
+# Notes
+
+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)
+