From adfafd33cd3fbb9c56f4e7a5a58fb3707f1b0a56 Mon Sep 17 00:00:00 2001 From: SayoKun <373484252@qq.com> Date: Mon, 19 Dec 2022 11:33:26 +0800 Subject: [PATCH] Update time_complexity.cs annotationn --- .../csharp/chapter_computational_complexity/time_complexity.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codes/csharp/chapter_computational_complexity/time_complexity.cs b/codes/csharp/chapter_computational_complexity/time_complexity.cs index 867d9c382..576f47ae4 100644 --- a/codes/csharp/chapter_computational_complexity/time_complexity.cs +++ b/codes/csharp/chapter_computational_complexity/time_complexity.cs @@ -1,4 +1,4 @@ -// File: LinkedList.cs +// File: time_complexity.cs // Created Time: 2022-12-19 // Author: SayoKun (373484252@qq.com)