Coders Packet

Packets submitted by MRINAL SINHA

Using bits manipulation to find sum of each subset in C++

The project uses the bits manipulation technique to find the sum of each subset of the given set in C++.

Tower of Hanoi visualization using C++ Graphics

The project shows the visualization of the mathematical puzzle called Tower of Hanoi using C++ graphics.

Performing hybrid sorts using C++

Sorting the given elements using C++ , which has better time complexity than regular Merge and Quick Sorts .