This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 2017/2/25 20:40:17 | |
// http://poj.org/problem?id=1095 | |
// node Trees Made to Order.js | |
// https://gist.github.com/kanasimi/4f8911cabb8721123a472f60408bd30d | |
'use strict'; | |
var MAX_NO = 5e8, | |
// count: Catalan numbers | |
count = [1], |