Coders Packet

Packets submitted by Aditi Mishra

Positive Missing Number From Unsorted Array In C++

This project resolves the problem of positive missing numbers from unsorted arrays in C++ language . We can search any numbers entered by the user from the array if it is present.

Reverse Of String Using STL In C++

This project performs string reverse using STL in C++. The string is accepted, the reverse operation is done, and characters are pushed back in the string. The resultant output is produced.

Rotation Of Array In C++

This project performs the Array rotation in C++ language, totally dependent on the user input to rotate the array, and finally, the resultant rotated array is produced.