Skip to content

Implement generateSequence function - #1526

Closed
Bartekr100 wants to merge 1 commit into
coders-school:generate-sequencefrom
Bartekr100:generate-sequence
Closed

Implement generateSequence function#1526
Bartekr100 wants to merge 1 commit into
coders-school:generate-sequencefrom
Bartekr100:generate-sequence

Conversation

@Bartekr100

Copy link
Copy Markdown

Add a function that generates a std::vector based on a given count and step. It natively handles edge cases like non-positive count and zero step to prevent sequence generation errors across the project.

Add a function that generates a std::vector<int> based on a given 
count and step. It natively handles edge cases like non-positive count 
and zero step to prevent sequence generation errors across the project.
@ziobron

ziobron commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

✅ CI Passed - Task: formatting_check
🏅 Granted 1 XP for @Bartekr100

@ziobron

ziobron commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

✅ CI Passed - Task: generate-sequence
🏅 Granted 5 XP for @Bartekr100

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants