Community Profile

photo

Christos

MathWorks

Last seen: 1 day ago Active since 2022

Programming Languages:
C++, Javascript, HTML, CSS
Spoken Languages:
English

Statistics

  • Explorer
  • Commenter
  • Promoter
  • Community Group Solver
  • Solver

View badges

Content Feed

View by

Solved


Find Logic 32

1 year ago

Solved


Find Logic 31

1 year ago

Solved


Find Logic 30

1 year ago

Solved


Find Logic 29

1 year ago

Solved


Find Logic 28

1 year ago

Solved


Find Logic 27

1 year ago

Solved


Find Logic 26

1 year ago

Solved


Find Logic 25

1 year ago

Solved


Find Logic 24

1 year ago

Solved


Find Logic 23

1 year ago

Solved


Find Logic 22

1 year ago

Solved


Find Logic 21

1 year ago

Solved


Find Logic 20

1 year ago

Solved


Longest run of consecutive numbers
Given a vector a, find the number(s) that is/are repeated consecutively most often. For example, if you have a = [1 2 2 2 1 ...

1 year ago

Solved


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

1 year ago

Solved


Project Euler: Problem 2, Sum of even Fibonacci
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 te...

1 year ago

Solved


Find the next Fibonacci number
In the sequence of Fibonacci numbers, every number is the sum of the two preceding ones: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55...

1 year ago

Solved


Integer Sequence - II : New Fibonacci
Crack the following Integer Sequence. (Hints : It has been obtained from original Fibonacci Sequence and all the terms are also ...

1 year ago

Solved


Return the Fibonacci Sequence
Write a code which returns the Fibonacci Sequence such that the largest value in the sequence is less than the input integer N. ...

1 year ago

Solved


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

1 year ago