From 99cea33599e4d912e282c3e1b531bd2b7fd373e8 Mon Sep 17 00:00:00 2001 From: Dilan Nery Lopes Date: Sat, 29 Jan 2011 17:31:29 -0300 Subject: [PATCH] =?UTF-8?q?Adicionando=20coment=C3=A1rio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sorting/masochisticsort/masochisticsort.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sorting/masochisticsort/masochisticsort.py b/sorting/masochisticsort/masochisticsort.py index c86ae99..076261c 100644 --- a/sorting/masochisticsort/masochisticsort.py +++ b/sorting/masochisticsort/masochisticsort.py @@ -5,6 +5,19 @@ Masochistic Sort Author: Dilan Nery +Colaborador: + Dilan Nery +Tipo: + Ordenação +Descrição: + Testa todas combinações possiveis de uma lista até encontrar a combinação + em que a lista esteja ordenada +Complexidade: + ? +Dificuldade: + medio +Licensa: + LGPL """ def masoquist_sort(L):