why i’m getting TLE in this ??
Merge sort problem
Hey @CODER_JATIN
Updated ur code for removing both MLE and TLE : https://ide.codingblocks.com/s/352762
okay , but bhaiya why my code is giving TLE ?
because u are considering only > and < condns but not the condition when elements can be equal so that’s why it was stuck
