Sort UUIDs Mikhail Shirokov

Sort 18,000,000 UUIDs as fast as possible.

Input

One UUID per line on STDIN in standard format:

01c39d6f-a905-41b5-b960-55f5be445bf8
790455cb-9813-4298-87ec-9ede1dc38e10
8ff38a09-f995-467b-9d07-5536f621402e
...

Output

All UUIDs sorted in ascending lexicographic order, one per line, to STDOUT.

Back to listAug 5, 2023 11:18sadfunsadfunError
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 5, 2023 11:1800000Error: Exit with code 2: panic: runtime error: index out of range [4500000] with length 16 goroutine 1 [running]: main.main.func1(0x30?, 0x5604d1b8cda0?) /tmp/solution891349757/main.go:81 +0x8c sort.order2_func(...) /tmp/go1.20.7/go/src/sort/zsortfu...stderr