5 lines
150 B
Text
5 lines
150 B
Text
|
|
Sorter (table : list[list[string]], ordering = "lexicographic", column = 0, reverse = false) : list[list[string]]
|
||
|
|
{
|
||
|
|
// implementation goes here
|
||
|
|
}
|