Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Asymptotic Notation: Order of Functions, Exercises of Advanced Algorithms

A list of functions ordered according to their asymptotic notation. Functions with the same order of growth are grouped together. The list includes n2, n log n, n3 + log n, √n, n2 + 2n log n, log log n, 17 log n, 10n, n2, n5 − n4 + 2n, 5n2 log log n, 3n2 + n3 log n, n + 6 log n, and 2, with n2 and n log n having the same order of growth. Useful for students preparing for exams, quizzes, or assignments related to advanced mathematics and computer science.

Typology: Exercises

2011/2012

Uploaded on 07/17/2012

padmaja
padmaja 🇮🇳

4.5

(12)

44 documents

1 / 1

Toggle sidebar

Related documents


Partial preview of the text

Download Asymptotic Notation: Order of Functions and more Exercises Advanced Algorithms in PDF only on Docsity! Asymptotic notation Put these functions in order so that if f(n) ∈ O(g(n)) (i.e. f(n) is Big-Oh of g(n)), then f(n) appears before g(n) in the list. Group together functions that have the same asymptotic order of growth (i.e. f(n) ∈ Θg(n)). n2, n log n, n3 + log n, √ n, n2 + 2n log n, log log n, 17 log n, 10n 3 2 , n5 − n4 + 2n, 5n2 log log n, 3n2 + n3 log n, n + 6 log n 1 docsity.com
Docsity logo



Copyright © 2024 Ladybird Srl - Via Leonardo da Vinci 16, 10126, Torino, Italy - VAT 10816460017 - All rights reserved