Skip to content

Add Issues 76 and 77 from the Newsletter#12

Merged
dxphilo merged 1 commit into
Rust-Bytes:mainfrom
Abeeujah:epilogue
Aug 28, 2025
Merged

Add Issues 76 and 77 from the Newsletter#12
dxphilo merged 1 commit into
Rust-Bytes:mainfrom
Abeeujah:epilogue

Conversation

@Abeeujah
Copy link
Copy Markdown
Contributor

Issue 76: Rust Quiz: A "guess the output" challenge that tests understanding of Rust's iterator adapters, specifically cycle() and take(), to calculate the sum of a repeating sequence of numbers.

Issue 77: Climbing Stairs: A classic dynamic programming problem. The solution requires implementing a function that uses a recursive approach to count the distinct ways to climb a staircase of n steps, which corresponds to the Fibonacci sequence.

@dxphilo dxphilo merged commit 712b3fb into Rust-Bytes:main Aug 28, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants