Menu Close

Tag: C

Bubble Sort… – FcukTheCode

Parameter Description Stable Yes In place Yes Best case complexity O(n) Average case complexity O(n^2) Worst case complexity O(1) The BubbleSort compares each successive pair…

Sorting – fcukthecode

Parameter Description Stability A sorting algorithm is stable if it preserves the relative order of equal elements after sorting. In place A sorting algorithm is…

Compute all Arithmetic Operations

Rathik_1 organized technical round interview in Macrosoft for the set of computer science candidates.The problem is to perform addition, subtraction, multiplication, and division of given…

Calculate the Cube Root

Ramu is collecting some random inputs from his maths teacher.Help ramu to calculate the cube root of the user input by using C++ program.Input: Get…