Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Recursive functions should be translated into iterative functions #33

Closed
Tracked by #26
matjazv opened this issue Aug 26, 2022 · 0 comments · Fixed by #55
Closed
Tracked by #26

Recursive functions should be translated into iterative functions #33

matjazv opened this issue Aug 26, 2022 · 0 comments · Fixed by #55
Assignees
Milestone

Comments

@matjazv
Copy link
Contributor

matjazv commented Aug 26, 2022

Description

  • iterative functions have better execution performance
  • easier to find an opportunity for their optimization and possible parallelism

Acceptance Criteria

  • there is no recursive functions in a code

Additional Information

  • only perform this action on a places in the code where and if it makes sense
@milenagojkovic milenagojkovic modified the milestone: Sprint 7 Aug 29, 2022
@milenagojkovic milenagojkovic modified the milestones: Sprint 7, Sprint 8 Sep 11, 2022
@matjazv matjazv self-assigned this Sep 19, 2022
@milenagojkovic milenagojkovic added this to the Sprint 8 milestone Sep 19, 2022
shuse2 added a commit that referenced this issue Sep 23, 2022
Recursive functions are translated into iterative functions - Closes #33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants