From 61b8c49e158ff2634f0af2d273526da58f598c24 Mon Sep 17 00:00:00 2001 From: caspervg Date: Mon, 3 Jun 2013 09:43:43 +0300 Subject: [PATCH] Update tables.html with spelling fixes Spelling fixes: Select Sort -> Selection Sort Cartresian Tree -> Cartesian Tree --- Tables.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tables.html b/Tables.html index 0b5a424..279075d 100644 --- a/Tables.html +++ b/Tables.html @@ -144,7 +144,7 @@

Sorting

O(1) - Select Sort + Selection Sort Array O(n^2) O(n^2) @@ -285,7 +285,7 @@

Data Structures

O(n) - Cartresian Tree + Cartesian Tree - O(log(n)) O(log(n))