-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Hi,
Thank you for providing the module.
I was wondering whether you could provide information on the algorithms used?
e.g. Smith Watermann?
(While your code is well structured I am getting a bit lost with some of the variables)
I am considering using / modifying it, but have currently the following blockers:
- It doesn't give me back the indices or the original sequence elements (because I am meant to encode them)
- Recursion is in general good but in this case it leads to a too deep stack level with long sequences
Reactions are currently unavailable