Logo

Programming-Idioms

History of Idiom 100 > diff from v22 to v23

Edit summary for version 23 by :
[Lua] add comment

Version 22

2016-04-08, 07:05:37

Version 23

2016-04-08, 07:06:56

Idiom #100 Sort by a comparator

Sort elements of array-like collection items, using a comparator c.

Idiom #100 Sort by a comparator

Sort elements of array-like collection items, using a comparator c.

Code
table.sort(items,c)
Code
table.sort(items,c)
Comments bubble
in-place sort
Doc URL
http://www.lua.org/manual/5.3/manual.html#pdf-table.sort
Doc URL
http://www.lua.org/manual/5.3/manual.html#pdf-table.sort
Demo URL
http://codepad.org/B7KqJEhj
Demo URL
http://codepad.org/B7KqJEhj