Skip to content

A JavaScript program to check if the number of rotations of a number is greater than it.

License

Notifications You must be signed in to change notification settings

OnBoard-Devs/Number-Rotations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 n is a function that removes the last k digits of n and inserts them in its beginning.

Instructions for Use

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

About

A JavaScript program to check if the number of rotations of a number is greater than it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%