Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve MinTable::inOrder #10

Open
tscrim opened this issue Dec 22, 2015 · 0 comments
Open

Improve MinTable::inOrder #10

tscrim opened this issue Dec 22, 2015 · 0 comments

Comments

@tscrim
Copy link
Owner

tscrim commented Dec 22, 2015

The basic implementation of MinTable::inOrder() uses recursion and copying of the Coxeter element at every step. We can avoid the recursion and the extra copying by making an entry point which makes one copy and then uses an iterative version of the check. We can also do a similar improvement to the one which records the positions.

@tscrim tscrim changed the title Improve InOrder Improve MinTable::inOrder Dec 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant