Solidity icon indicating copy to clipboard operation
Solidity copied to clipboard

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

Open 0xSumitBanik opened this issue 3 years ago • 3 comments

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.

  • [x] Create LeftRotation of an Array Smart Contract.

0xSumitBanik avatar Oct 22 '22 10:10 0xSumitBanik

Created the PR for this issue. #60

0xSumitBanik avatar Oct 22 '22 11:10 0xSumitBanik

@0xSumitBanik I want to work on this issue

kr-meet avatar Jun 01 '23 13:06 kr-meet

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

0xSumitBanik avatar Jun 01 '23 13:06 0xSumitBanik