INF205/lab_3/22.md
2024-03-13 01:52:09 +01:00

3 lines
259 B
Markdown

# How does the performance of your code scale as a function of k?
It seems to scale exponentially but as it does there are bigger and bigger spikes. I think this is because i use a dynamic array that somethimes needs to be moved a lot.
See 22.png for a graph.