photo

Nagulavancha Sai Preetham


Last seen: 2 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

2 个提问
1 个回答

Cody

0 个问题
3 个答案

排名
20,049
of 300,000

声誉
2

贡献数
2 个提问
1 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 20,860

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
78,911
of 166,926

贡献数
0 个问题
3 个答案

评分
40

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Solver
  • First Answer

查看徽章

Feeds

排序方式:

已解决


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

3 years 前

已解决


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

3 years 前

已解决


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

3 years 前