Coders Packet

Packets submitted by John Jayakumar H

Creating an alarm clock in C++

Hi friends, Today let us see how to create an alarm clock in C++ using inbuilt Beep function

Creating a Puzzle Game 2048 In C++

Hi friends, Today let us see how to create a single-player sliding puzzle game 2048 using C++.

Performing Quick Sort Using Randomized Pivot in C++

Hello friends, today we'll bring down worst-case time complexities of quicksort, by combining randomization along with quicksort in C++.