Skip to content

Commit 8646013

Browse files
Jose StricklinJose Stricklin
authored andcommitted
first test commit! yay
1 parent 294bd2a commit 8646013

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,3 +234,5 @@ Below is the list of some of the most used Big O notations and their performance
234234
| **Shell sort** | n log(n) | depends on gap sequence | n (log(n))^2 | 1 | No | |
235235
| **Counting sort** | n + r | n + r | n + r | n + r | Yes | r - biggest number in array |
236236
| **Radix sort** | n * k | n * k | n * k | n + k | Yes | k - length of longest key |
237+
238+
## ADDED USELESS SNIPPET AS PER GALVANIZE

0 commit comments

Comments
 (0)