From a9ed8165c5912fa9d185567394f80d329dde7924 Mon Sep 17 00:00:00 2001 From: Deven <63876261+devenperez@users.noreply.github.com> Date: Sun, 8 Jan 2023 09:26:53 -0500 Subject: [PATCH] Attach STATS - LeetHub --- 19-remove-nth-node-from-end-of-list/STATS_py.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 19-remove-nth-node-from-end-of-list/STATS_py.md diff --git a/19-remove-nth-node-from-end-of-list/STATS_py.md b/19-remove-nth-node-from-end-of-list/STATS_py.md new file mode 100644 index 0000000..c9f013c --- /dev/null +++ b/19-remove-nth-node-from-end-of-list/STATS_py.md @@ -0,0 +1 @@ +Time: 29 ms (53.66%), Space: 13.4 MB (46.16%) - LeetHub \ No newline at end of file