photo

Md. Al-Imran Abir


Last seen: Today Active since 2021

Followers: 0   Following: 0

Programming Languages:
Python, C++, C, MATLAB, SQL, Assembly
Spoken Languages:
English, Bengali
Pronouns:
He/him

Statistics

All
  • Promoter
  • Solver
  • Thankful Level 2
  • First Answer
  • First Review

View badges

Feeds

View by

Solved


Calculate Angle From Axis
Given coordinates x and y, an axis ("X" or "Y"), and a direction ("cw" or "ccw", meaning clockwise and counterclockwise, respect...

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: Input...

1 year ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1 year ago