skully-coder / competitiveprogramming

This repository aims to contain solutions and explanations to various competitive programming problems, which may be important for interviews and online tests of different companies.
https://skully-coder.github.io/competitiveprogramming/
MIT License
39 stars 90 forks source link

Left Rotation of a given array in K times #184

Closed RiyazurRazak closed 3 years ago

RiyazurRazak commented 3 years ago

Is your feature request related to a problem? Please describe. I would like to add code for the left rotation of a given array in k times

Describe the solution you'd like I will use CPP for coding

Describe alternatives you've considered Code is completely written by me

Sriram-bb63 commented 3 years ago

I would like to add python code for this problem

Arjun-Dagar commented 3 years ago

I have added an optimal C++ code.