TheAlgorithms / Solidity

Algorithms and data structures implemented in Solidity
GNU Lesser General Public License v2.1
332 stars 95 forks source link

[ALGO] Add an algorithm for left rotation of an array #59

Open 0xSumitBanik opened 2 years ago

0xSumitBanik commented 2 years ago

Overview

Add an algorithm in this repo that will perform the left rotation of an array taking the array as an input parameter and also another parameter which will be an uint that denotes the "k" times the left rotation has to be performed.

0xSumitBanik commented 2 years ago

Created the PR for this issue.

60

kr-meet commented 1 year ago

@0xSumitBanik I want to work on this issue

0xSumitBanik commented 1 year ago

@kr-meet I have created a PR #60 for this