I'm trying to apply heuristics to a code I've been working on right now, but I need to get the smallest element of a list from a list. example:
L = [[1, 1, 6], [1, 2, 5], [1, 3, 7],
[2, 1, 1], [2, 2, 9], [2, 3, 4],
[3, 1, 5], [3, 2,...
asked by
30.07.2018 / 02:58