Solve some problems.

This commit is contained in:
2024-04-28 14:33:46 -04:00
parent ceca539c70
commit e9873eaa2f
6 changed files with 222 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
#
def choose(xs, n):
"""
Computes r choose n, in other words choose n from xs.