Community Profile

photo

Prasanna Venkatesh


Active since 2018

Statistics

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

View badges

Content Feed

View by

Solved


Add two numbers
Given a and b, return the sum a+b in c.

5 years ago

Question


Code for Multiple Matrix Multiplication
I have 'n' number of two dimensional(square) matrices. I have stored them as stack in a single three dimensional matrix. How can...

5 years ago | 2 answers | 0

2

answers

Question


Finding a vector as a subset of an array
I have a = [2 2]; b = [2 3]; How to find that 'b' contains all the elements of 'a' i.e. here two 2's. Here 'b' contains only...

5 years ago | 2 answers | 0

2

answers