aboutsummaryrefslogtreecommitdiff
path: root/microposts/catalan-overflow.md
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2021-07-01 15:16:19 +1000
committerYuchen Pei <me@ypei.me>2021-07-01 15:16:19 +1000
commitbd3b4e7d8a436685f8b676da8f6ffe9498ab2e3f (patch)
tree1d29d70ddb35b18407c69792cd76e66d2a2280b6 /microposts/catalan-overflow.md
parent661762ba8fd5fd685bfbe99473d7286efa85b381 (diff)
Added copyright notices and license headers to website content.
also removed more unused files.
Diffstat (limited to 'microposts/catalan-overflow.md')
-rw-r--r--microposts/catalan-overflow.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/microposts/catalan-overflow.md b/microposts/catalan-overflow.md
deleted file mode 100644
index 8f26145..0000000
--- a/microposts/catalan-overflow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-date: 2018-06-11
----
-
-To compute Catalan numbers without unnecessary overflow, use the recurrence formula $C_n = {4 n - 2 \over n + 1} C_{n - 1}$.