Menu Close

Tag: Code

Help Mommy out …fcukthecode

Mommy is a very active lady. She likes to keep all stuff sorted. She has developed an interesting technique of sorting stuff over the years.…

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…

Huffman Coding -: Greedy Algorithms …FTC

Huffman Coding – Activity Selection ProblemπŸ‘‰ πŸ‘‰ Activity Selection Problem Huffman code is a particular type of optimal prefix code that is commonly used for…