Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 399 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 399 Bytes

Number Rotations (K-Cyclic Shifts)

About

A JavaScript program to check if the number of rotations of an element is greater than the element itself, using k-cyclic shifts.

NOTE: A k-cyclic shift of integer is a function that removes the last k digits of the integer and inserts them in its beginning.

Instructions for Use

Download the code, then run K-Cycles.html in your terminal.