edualgo / eduAlgo

A simple python package having modules of different algorithms to use in educational purposes.
https://edualgo.github.io/documentation/
MIT License
99 stars 54 forks source link

Added String Rotation #189

Closed ParanjoyG closed 2 years ago

ParanjoyG commented 2 years ago

Hey there, I have added a algorithm to rotate a string clockwise by a certain value For eg if we rotate the string "beautiful" by 3 places, It gives us "fulbeauti". Any comments are welcome. Thank you

ghost commented 2 years ago

Changes to your CodeSee Architecture Map:

View a CodeSee Map of these changes

View this PR diagram as an interactive map

View more CodeSee Maps

Legend

CodeSee Map Legend

ParanjoyG commented 2 years ago

Hey If you choose to merge the PR can you add the hactoberfest accepted tag as well Thank you