-
E se a gente criasse mais um arquivo onde comparasse e mostrasse qual dos métodos é mais rápido, o que menos fez trocas/comparações? Não sei se o Victor pensou nisso e já tava fazendo.. Mas se não, po…
-
Some of the tests will never fail, because `assert` is used wrong.
The API of `assert` is: `assert(value, message)` but in the tests it was used like this `assert(actual, expected)` (checkout http://n…
-
on http://interactivepython.org/runestone/static/pythonds/SortSearch/sorting.html page
the "Figure 3: selectionSort" picture is incorrect, from second row instead of "56 26 20 17 77 31 44 55 93" there…
-
I'm having a problem with the baseline code.
Despite of adding seven values into ProblemSetValues array, the baseline code is ran only once with the first value.
The benchmarks code runs normally, b…
-
This issue attempts to provide a complete and detailed list of what we must or would like to complete in time for in-class use. This is currently scheduled to begin on Tuesday, October 9.
I will edit…