Back to Browse

Code Wars C# Coding Challenge 6 kyu: Tribonacci Sequence

300 views
Jul 29, 2022
11:41

Follow along here: https://www.codewars.com/kata/556deca17c58da83c00002db/train/csharp Beginner level C# object oriented programming series. This challenge is a fun twist on the Fibonacci sequence, based instead on the previous 3 values. Viewers are provided the starting values ("signature") and told how many values to generate. Return the results in a double array. We will solve without LINQ, but some of that will be sprinkled in too as part of a refactor. The best way to learn computer programming is by actually writing code. Create a Code Wars account at www.codewars.com/r/3jPbdQ to follow along. No downloads required- you can start coding right away from your favorite browser. Coding challenges can be quite fun too, like puzzles and brain teasers.

Download

0 formats

No download links available.

Code Wars C# Coding Challenge 6 kyu: Tribonacci Sequence | NatokHD