Link to repository: https://gitfront.io/r/mbn-code/HjpWouTddfkn/Algoritmeanalyse-og-optimering/
As it is currently a private repository, use the link above.
So I am currently starting with my final programming & math project for my higher technical exam. I am looking for some help and advice on what some good sources for learning about:
Asymptotes and Polynomial Division
Sorting and Searching Algorithms
Asymptotic Notation and Algorithm Complexity
Visualization of Algorithms
So I can:
-
explain the concepts of asymptotes and polynomial division to determine the asymptotes of a function like g(x)=(3x^2-1)/(x^2+2x).
-
And so I can prodvide and overview of sorting and searching algorithms like Binary search & Quicksort, Merge sort.
-
Explain the asymptotic notation for the algorithms.
-
Derive the complexity of binary search & Quicksort, Merge sort.
-
Then visualise to illustrate how the algorithms work on random datasets.
-
And then lastly setup cases with different data compositions where I can then discuss the pros and cons of the algorithms.