Summary Flashcards
1
Q
∃ meaning
A
at least one member
2
Q
∀ meaning
A
all members
3
Q
X (or Σ) meaning
A
the finite input alphabet/set
4
Q
Y (or ω) meaning
A
the finite output alphabet/set
5
Q
Turing machine Q symbol
A
set of states
6
Q
Turing machine b symbol
A
blank symbol
7
Q
Turing machine Γ symbol
A
set of alphabets
8
Q
Turing machine Σ symbol
A
set of inputs
9
Q
Turing machine F symbol
A
final state
10
Q
Turing machine δ symbol
A
transition function
11
Q
ε or Λ symbol
A
empty, null string
12
Q
In-place sorting
A
When a program doesn’t require extra spaces
13
Q
Not-in-place sorting
A
When a program requires extra spaces
14
Q
In-place sorting example
A
Bubble sort
15
Q
Not-in-place sorting example
A
Merge-sort