filmov
tv
Nth Fibonacci Number Function 🦀 Practice Rust #rust #practice #controlflow #programming #algorithm
Показать описание
This short video will demonstrate a simple practice with Rust control flow - writing a function to return the Nth number in the Fibonacci sequence. This is a simple function that involves two if statement checks and a recursive call.