Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMaster7000 authored Sep 15, 2024
1 parent a17dab7 commit 1ac5655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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._
_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

Expand Down

0 comments on commit 1ac5655

Please sign in to comment.