DEV Community

Discussion on: Merge k sorted arrays in Rust

 
frosnerd profile image
Frank Rosner

The problem is that the backticks from O(n*k * Log(k)) are not closed :)

Thread Thread
 
creativcoder profile image
creativcoder

Ah, good catch. Thank you. Totally missed it, as dev.to editor does not have colored syntax highligher. Usually edit in my code editor :)