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

Refactor DFA product function #52

Open
rohaquinlop opened this issue Dec 3, 2024 · 0 comments
Open

Refactor DFA product function #52

rohaquinlop opened this issue Dec 3, 2024 · 0 comments
Assignees
Labels
refactor Refactor current code

Comments

@rohaquinlop
Copy link
Owner

In order to keep the repository as easy to understand and maintain, refactor the current product implementation to reduce its complexity and improve the readability.

@rohaquinlop rohaquinlop added the refactor Refactor current code label Dec 3, 2024
@rohaquinlop rohaquinlop self-assigned this Dec 3, 2024
rohaquinlop added a commit that referenced this issue Dec 3, 2024
- Refactor the product function in the DFA class to
improve readability and maintainability.
- Avoid nested loops and use itertools.product to
generate the cross product of the states.
rohaquinlop added a commit that referenced this issue Dec 3, 2024
refac(dfa): #52 Refactor product function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor current code
Projects
None yet
Development

No branches or pull requests

1 participant