-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
dijkstra 算法 在机器上跑过没?明显有错误啊!对照这里,缩进错误
如果可以,希望大侠多点注释
>>> def odd_even(l):
... return [i for i in l if (~i&1)] + [j for j in l if (j&1)]
Metadata
Metadata
Assignees
Labels
No labels