Menu Close

LCD Monitors are good for Gaming

LCD monitors, specifically those with modern technologies such as IPS (In-Plane Switching) or TN (Twisted Nematic) panels, can be good choices for gaming. However, the…

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…

PlayStation 5 ReStock …fcukthecode

Experience lightning fast loading with an ultra-high speed SSD, deeper immersion with support for haptic feedback, adaptive triggers and 3D Audio, and an all-new generation…

Huffman Coding -: Greedy Algorithms …FTC

Huffman Coding โ€“ Activity Selection Problem๐Ÿ‘‰ ๐Ÿ‘‰ Activity Selection Problem Hu๏ฌ€man code is a particular type of optimal pre๏ฌx 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…