Community Profile

photo

Prasanna Venkatesh


自 2018 起处于活动状态

Followers: 0   Following: 0

统计数据

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已解决


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

5 years 前

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 2 个回答 | 0

2

个回答