From f6a97d9e5766c90ee71a97a90cd3faf6cff0ca72 Mon Sep 17 00:00:00 2001 From: Simon Lindholm Date: Sat, 24 Apr 2021 00:41:11 +0200 Subject: [PATCH] License for MinRotation --- content/strings/MinRotation.h | 1 + 1 file changed, 1 insertion(+) 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)