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

Reduce space complexity by directly executing a line after it's created #16

Open
umitkaanusta opened this issue Feb 12, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@umitkaanusta
Copy link
Owner

umitkaanusta commented Feb 12, 2021

Currently, the code is stored first and then executed. The code is held in a list of strings, with each element being one "component". To reduce space complexity, each "component" should be executed just after its creation

@umitkaanusta umitkaanusta added the enhancement New feature or request label Feb 12, 2021
@umitkaanusta umitkaanusta self-assigned this Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant