Skip to content

Commit 1314f1c

Browse files
authored
style: remove unused import (#61)
1 parent fa78f26 commit 1314f1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dynamic_programming/catalan_numbers.nim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
https://oeis.org/A000108
1313
]#
1414
import std/math
15-
import std/sequtils
1615
{.push raises: [].}
1716

1817
func catalanNumbersRecursive(index: Natural): Positive =

0 commit comments

Comments
 (0)