fundamental of algorithms lecture 1 notes

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:30 AM on 6/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

{a0,a1,…,an-1}

Denotes a set of elements

2
New cards

X = {}

denotes an empty set or list

3
New cards

denotes a variable or value in an element of a given set

4
New cards

denotes a variable or value is not an element of a given set

5
New cards

denotes a given variable or value or set is a subset of a given set

6
New cards

denotes a given variable or value or set is a proper subset of a given set

7
New cards

(x,y)

denotes a pair of values

8
New cards

(X0,x1,….,xn-1)

denotes an ordered n tuple or list

9
New cards

|x|

denotes the size of a given set or list x

10
New cards

y[I]

denotes the ith element of a given list y where I = 0, 1…., |y| - 1

11
New cards

π

denotes floor value of a given value or variable

12
New cards

π

smallest integer greater than or equal to x

13
New cards

Mod ( % )

remainder after one integer is divided by another

14
New cards

Σ

finite non empty set

15
New cards

Lexicographic order

order on strings induced by order on letter and denoted by the same symbol

16
New cards

log(a) + log(b)

log(ab)

17
New cards

log(a) - log(b)

log(a/b)

18
New cards

log(n^k)

k log(n)

19
New cards

log(2^n)

n

20
New cards

2^log(n)

n