DEV Community

Discussion on: Merge k sorted arrays in Rust

Collapse
 
frosnerd profile image
Frank Rosner

I can't see the source code of the post unfortunately. But if you could take a screen shot of that last code snippet markdown I might be able to help you :)

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