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 the running time of SandBlaster #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

teodutu
Copy link
Member

@teodutu teodutu commented Jun 25, 2021

Decrease the time complexity of the build_operation_nodes function by using a dictionary to reduce its complexity from O(len(operation_nodes)^2) to O(len(operation_nodes)).

razvand and others added 3 commits June 6, 2020 17:35
Fixes errors that appear when trying to run scripts using python3.
This also updates shebang to use Python3.
Decrease the time complexity of the `build_operation_nodes` function by using a dictionary to reduce its complexity from `O(len(operation_nodes)^2)` to `O(len(operation_nodes))`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants