| Algorithm | Worst-Case(O) | Average-Case(θ) | Best-Case(Ω) |
|---|---|---|---|
| Linear-Search | n | n/2 | 1 |
| Binary-Search | log n | log n | 1 |
| Bubble-Sort | n2 | n2 | n |
| Selection-Sort | n2 | n2 | n2 |
| Insertion-Sort | n2 | n2 | n |
venkateshpensalwar/DSA
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|