diff --git a/content/strings/MinRotation.h b/content/strings/MinRotation.h index 683ff88..8c2a444 100644 --- a/content/strings/MinRotation.h +++ b/content/strings/MinRotation.h @@ -1,5 +1,6 @@ /** * Author: Stjepan Glavina + * License: Unlicense * Source: https://github.com/stjepang/snippets/blob/master/min_rotation.cpp * Description: Finds the lexicographically smallest rotation of a string. * Time: O(N)