INF205/lab_3/22.md

3 lines
259 B
Markdown
Raw Normal View History

2024-03-13 00:52:09 +00:00
# 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.