Coders Packet

Packets submitted by Ishan Dubey

Different Patterns implementation using C++

Different Patterns implementation using C++. There are various patterns of implementation using C++. I have created Rhombus, zigzag & various other patterns.

Quick Sort & Wave Sort in C++

A sorting algorithm is used to rearrange the array according to the user requirements, such as ascending or descending order or even the wave form.