Sort a list by number and char

后端 未结 0 1520
我在风中等你
我在风中等你 2020-12-17 04:59

I have the list in LISP: ((1 b) (1 a) (2 D) (1 z) (1 t) (2 a) (3 n))

I have to order it first on the number and if equal on the lexichographic order of the char, the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题