DEV Community

Discussion on: Merge k sorted arrays in Rust

 
creativcoder profile image
creativcoder

It's the same as other code blocks above. I also tried copy pasting a random code block (rendered properly) from above and pasted in place of that. Still the same.

Thread Thread
 
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 :)