Skip to content

Updated average case for Quicksort#247

Merged
harshildarji merged 1 commit into
TheAlgorithms:masterfrom
antfitch:antfitch-patch-2
Feb 1, 2018
Merged

Updated average case for Quicksort#247
harshildarji merged 1 commit into
TheAlgorithms:masterfrom
antfitch:antfitch-patch-2

Conversation

@antfitch
Copy link
Copy Markdown
Contributor

A small edit. Average case for quicksort changed from O(n^2) to O(n log n). Sited:
https://en.wikipedia.org/wiki/Quicksort

A small edit. Average case for quicksort changed from O(n^2) to O(n log n). Sited:
https://en.wikipedia.org/wiki/Quicksort
@harshildarji harshildarji merged commit 1da1e20 into TheAlgorithms:master Feb 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants