Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
326 stars 367 forks source link

Block Swap Algo #1762

Closed MANURAJ7 closed 1 year ago

MANURAJ7 commented 1 year ago

**Is your feature request related to a problem? Block Swap Algorithm for array rotation.

Describe the solution you'd like The Algorithm will be having O(n) time complexity. I would be providing the explanatory pseudo code too.