about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bd13ddc..7641973 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
 nodes
+
 | n       | n * (n-1)	 | n * log(n)        |
 | ------- | ------------ | ----------------- | 
 | 2	      | 2	         | 2                 |