From 0319f2ae297f164727b49dc276e77b0293c0ccfb Mon Sep 17 00:00:00 2001 From: Trygve Date: Tue, 23 Apr 2024 14:33:50 +0200 Subject: [PATCH] lab 5 --- documentation/lab5.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 documentation/lab5.md diff --git a/documentation/lab5.md b/documentation/lab5.md new file mode 100644 index 0000000..0083432 --- /dev/null +++ b/documentation/lab5.md @@ -0,0 +1,18 @@ +# 29. Glossary: +## dynamic library +Dynamic libraries are libraries are pre compiled and often provided by the operating system, as opposed to compiling it as part of your project. This saves space as each program dont need its own "copy". + +# 30. Draft slides: +See slides.pdf + +# 31. Basic functionality and validation per +... + +# 32 Special interest functionality and responsibilities +Per now we dont have time to add any extra functionality. + +33. Programming project: Progress on data structure implementation + +... + +34. Parallelization \ No newline at end of file