From acccc9827aaf2aef2c78cad6a41e0717203c1bc9 Mon Sep 17 00:00:00 2001 From: Deven <63876261+devenperez@users.noreply.github.com> Date: Sun, 28 May 2023 18:59:23 -0400 Subject: [PATCH] Attach STATS - LeetHub --- 83-remove-duplicates-from-sorted-list/STATS_py.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 83-remove-duplicates-from-sorted-list/STATS_py.md diff --git a/83-remove-duplicates-from-sorted-list/STATS_py.md b/83-remove-duplicates-from-sorted-list/STATS_py.md new file mode 100644 index 0000000..7507744 --- /dev/null +++ b/83-remove-duplicates-from-sorted-list/STATS_py.md @@ -0,0 +1 @@ +Time: 56 ms (33.26%), Space: 16.4 MB (21.31%) - LeetHub \ No newline at end of file