Skip to content

Rotating 25 times  #1

@robomotic

Description

@robomotic

After a left rotation, you do a right rotation:

for (ucOPRIter = 25; ucOPRIter >= 1; ucOPRIter--)

Shouldn't that be?

for (ucOPRIter = 8; ucOPRIter >= 1; ucOPRIter--)

because after 8 left rotation, we go back to the original content and then we can do 8 right rotations?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions