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