We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1088e8 commit a17dab7Copy full SHA for a17dab7
README.md
@@ -1,8 +1,8 @@
1
-# Number Rotations
+# Number Rotations (K-Cyclic Shifts)
2
3
## About
4
5
-A JavaScript program to check if the number of rotations of a number is greater than the number itself, using k-cycle shifts.
+A JavaScript program to check if the number of rotations of an element is greater than the element itself, using k-cyclic shifts.
6
7
_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._
8
0 commit comments