Beakerboy / vbaProject-Compiler

Create a vbaProject.bin file from VBA source files.
15 stars 3 forks source link

Red black tree notes #76

Closed Beakerboy closed 1 year ago

Beakerboy commented 1 year ago

Use the sorted function

sorted(list, key=lambda x: (len(x), x.name.upper()))

Beakerboy commented 1 year ago

Using an actual red black tree