Big-O
if constant and such that we have
Little-O
if
What is the status of showing lower bounds ?
- We (mostly) believe
- Hence, we do not expect polynomial time algorithm for hard problems algorithms
Example
Given an undirected graph on vertices and edges, find a set of minimum size such that each edge of has at least one-endpoint in .
- Brute force algorithm runs in time
- We designed an time algorithm via branching