From 03ae3e0bab6424ae23b6d30cfb12e732df84dad3 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Sun, 3 Jan 2016 09:05:15 +0100 Subject: [PATCH] s/outher join/outer join/ --- complexity | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/complexity b/complexity index 0bd8f58..0c16dc0 100644 --- a/complexity +++ b/complexity @@ -114,17 +114,17 @@ Notation This operation is the combination of a product and a selection. So it is O(|n|*|m|) too. -2.6 Outher +2.6 Outer This operation is the union of the outer left and the outer right join. Makes it O(|n|*|m|) too. -2.7 Outher_left +2.7 Outer_left O(|n|*|m|), very depending on the number of the fields, because they are compared. -2.8 Outher_right +2.8 Outer_right Mirror operation of outer_lef