Partition function P: Difference between revisions

Content added Content deleted
(clarify first para)
(Recursive)
Line 919: Line 919:
The user+sys time is 7m3s as the BigInt.jq library is written in jq.
The user+sys time is 7m3s as the BigInt.jq library is written in jq.


== Recursive ==
=== Recursive ===
{{trans|Julia}} with memoization
{{trans|Julia}} with memoization
<syntaxhighlight lang="jq">def partDiffDiff($n):
<syntaxhighlight lang="jq">def partDiffDiff($n):