Menu Close

Tag: linux

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…

Java program to create a Triangle …ftc

Java program to create a Triangle. INPUT_1:Enter any number:Β  5 OUTPUT:*************** INPUT_2:Enter any number:Β  4 OUTPUT:********** INPUT_3:Enter any number:Β  2 OUTPUT:*** INPUT_4:Enter any number:Β  10…