Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lecture materials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
generic software skills
lecture materials
Commits
79acc776
Commit
79acc776
authored
1 year ago
by
Dominik Zobel
Committed by
Tobias Koelling
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Scale down table on Big-O-Notation slide
parent
347ac23e
No related branches found
No related tags found
1 merge request
!24
complexity lecture
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lectures/complexity/slides.qmd
+4
-0
4 additions, 0 deletions
lectures/complexity/slides.qmd
with
4 additions
and
0 deletions
lectures/complexity/slides.qmd
+
4
−
0
View file @
79acc776
...
...
@@ -26,6 +26,8 @@ Amount of resources needed for algorithms working on data structures
- With enough data, usually only the order in relation to input data $n$ is important
- Therefore the big-$\mathcal{O}$ notation describes the asymptotic behaviour of running an algorithm
:::{.smaller}
| Order | Notation |
| ------------ | ---------------------- |
| constant | $\mathcal{O}(1)$ |
...
...
@@ -33,6 +35,8 @@ Amount of resources needed for algorithms working on data structures
| linear | $\mathcal{O}(n)$ |
| quadratic | $\mathcal{O}(n^2)$ |
:::
## Selection of Time Complexities
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment