Clean code and nice explanation! One of the cases are missing, If letter-logs content are same then it should sort by key ;)
@nafis_rkАй бұрын
This one was a fun problem!
@aleckarmen38878 ай бұрын
I feel like the "sorted()" function takes care of all the real work in this problem. In an interview, would it be best to write the sorting ourselves or just leave it to the function?