Skip to content

Conversation

@Alaz-Oz
Copy link
Member

@Alaz-Oz Alaz-Oz commented Jan 15, 2024

  • Removed the Algorithm Name before the pseudocode
  • Added strided-for loop for long steppings

- Removed the Algorithm Name before the pseudocode
- Added `strided-for` loop for long steppings
@Alaz-Oz Alaz-Oz assigned 2G-Afroz and unassigned 2G-Afroz Jan 17, 2024
@Alaz-Oz Alaz-Oz added the documentation Improvements or additions to documentation label Jan 17, 2024
@Alaz-Oz Alaz-Oz requested a review from 2G-Afroz January 20, 2024 17:10
Comment on lines 55 to 57
# For stepValue = 1
for i = startValue to endValue:
# code block
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we use for loop, no matter what! we should add stepValue.
So, we don't need second for loop.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That will make the loop lengthy without any reason. We will not use step value apart from some special cases. So it is better to have a plain version, that uses single steps.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope. We will have to make one standard and no matter what we should have to stick with that standard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants