Time Complexity
A sorting algorithm $A$ is said to have more time complexity than a sorting algorithm $B$ if it uses more number of comparisons for sorting the same array than algorithm $B$. Given that algorithm $A$ uses $X$ comparisons to sort an array and algorithm $B$ uses $Y$ comparisons to sort the same array, find whether algorithm $A$ has more time complexity. ### Input - The first line of input will con
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start