Knots
Knots copied to clipboard
Make Seifert surface calculation algorithm less stack-hungry
Current implementation requires a lot of stack space. It's make sense to optimize it somehow, may be replace recursion with iteration.