ashvish183 / Hactoberfest2023

Add any code of DSA
13 stars 233 forks source link

Rotate Array #32

Open Shradha1303 opened 1 year ago

Shradha1303 commented 1 year ago

This pull request introduces C++ code for array rotation, allowing an integer array to be rotated to the right by a specified number of steps 'k'. The code includes a Solution class housing a rotate method, and a main function for user interaction.