This commit is contained in:
Trygve 2024-04-23 14:33:50 +02:00
parent 789f5aa84e
commit 0319f2ae29
1 changed files with 18 additions and 0 deletions

18
documentation/lab5.md Normal file
View File

@ -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