about summary refs log tree commit diff
path: root/notes.md
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-02-17 13:19:38 +0100
committerEmile <hanemile@protonmail.com>2019-02-17 13:19:38 +0100
commite7a23c6fda1ec15ea5640be1b676e12174ce946f (patch)
treec611698c509bf5c9342e99ff83f6aba1ec457126 /notes.md
parent940c4ef4fc8a62aa7fac07e26e18357e33eedc0f (diff)
update
Diffstat (limited to 'notes.md')
-rw-r--r--notes.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/notes.md b/notes.md
new file mode 100644
index 0000000..bd13ddc
--- /dev/null
+++ b/notes.md
@@ -0,0 +1,12 @@
+nodes
+| n       | n * (n-1)	 | n * log(n)        |
+| ------- | ------------ | ----------------- | 
+| 2	      | 2	         | 2                 |
+| 4	      | 12	         | 8                 |
+| 10	  | 90	         | 33.2192809488736  | 
+| 100	  | 9900	     | 664.385618977473  |
+| 1000	  | 999000	     | 9965.78428466209  |
+| 10000	  | 99990000	 | 132877.123795495  |
+| 100000  | 9999900000   | 1660964.04744368  |
+| 1000000 | 999999000000 | 19931568.5693242  |
+