ch
Feedback
Code With Virus

Code With Virus

前往频道在 Telegram

Coding channel @codewithvirus. 👈 Main group @avirustech 👈 Accenture @Accenturavirustech 👈 IBM. @IBMavirustech 👈 Tech Mahindra. @TechMavirustech 👈

显示更多

📈 Telegram 频道 Code With Virus 的分析概览

频道 Code With Virus (@codewithvirus) 英语 语言赛道中的 是活跃参与者。目前社区聚集了 10 559 名订阅者,在 技术与应用 类别中位列第 10 501,并在 印度 地区排名第 43 593

📊 受众指标与增长动态

невідомо 创建以来,项目保持高速增长,吸引了 10 559 名订阅者。

根据 04 十二月, 2025 的最新数据,频道保持稳定运转。过去 30 天订阅人数变化为 -87,过去 24 小时变化为 0,整体触达仍然可观。

  • 认证状态: 未认证
  • 互动率 (ER): 平均受众互动率为 0%。内容发布后 24 小时内通常能获得 N/A% 的反应,占订阅者总量。
  • 帖子覆盖: 每篇帖子平均可获得 0 次浏览,首日通常累积 0 次浏览。
  • 互动与反馈: 受众积极参与,单帖平均反应数为 0

📝 描述与内容策略

作者将该频道定位为表达主观观点的平台:
Coding channel @codewithvirus. 👈 Main group @avirustech 👈 Accenture @Accenturavirustech 👈 IBM. @IBMavirustech 👈 Tech Mahindra. @TechMavirustech 👈

凭借高频更新(最新数据采集于 05 十二月, 2025),频道始终保持新鲜度与高覆盖。分析显示受众积极互动,使其成为 技术与应用 类别中的关键影响点。

10 559
订阅者
无数据24 小时
-227 天
-8730 天
帖子存档
myCode(str) code in java @codewithvirus. 👈 @codewithvirus. 👈 @codewithvirus. 👈 @codewithvirus. 👈
+2
myCode(str) code in java @codewithvirus. 👈 @codewithvirus. 👈 @codewithvirus. 👈 @codewithvirus. 👈

MyCode(str) code in java
+2
MyCode(str) code in java

// jusPay 3rd code int solve(vector& maze) { int n=maze.size(); int maxSum=-1; for(int i=0; i visited; while(node < n && node >= 0 && i!=maze[node] && visited.count(node)==0) { visited.insert(node); sum+=node; node=maze[node]; } if(node>=0 && node < n && i == maze[node]) { maxSum=max(maxSum,sum); } } return maxSum; }

// jusPay 2nd code int solution(vector arr) { int ans = INT_MIN; int result = -1; vector weight(arr.size(), 0); for (int i = 0; i < arr.size(); i++) { int source = i; int dest = arr[i]; if (dest != -1) { weight[dest] += source; if (ans <= weight[dest]) { ans = max(ans, weight[dest]); result = dest; } } } if (ans != INT_MIN) return result; return -1; }

// jusPay 2nd code int solve(vector& maze,int n) { int maxSum=-1; for(int i=0; i visited; while(node < n && node >= 0 && i!=maze[node] && visited.count(node)==0) { visited.insert(node); sum+=node; node=maze[node]; } if(node>=0 && node < n && i == maze[node]) { maxSum=max(maxSum,sum); } } return maxSum; }

// jusPay 1st code public static int Solution(int[] arr, int C1, int C2) { int[] dist = new int[arr.length]; int max = Integer.MAX_VALUE; Arrays.fill(dist, Integer.MAX_VALUE); Queue q = new ArrayDeque<>(); int dis = -1; q.offer(c1); q.offer(max); boolean[] visited = new boolean[arr.length]; while (q.size() > 1) { int vtx = q.poll(); if (vtx == max) { q.offer(vtx); dis++; continue; } visited[vtx] = true; dist[vtx] = Math.min(dis + 1, dist[vtx]); int neigh = arr[vtx]; if (visited[neigh] == false) { q.offer(neigh); } } Arrays.fill(visited, false); q.poll(); q.offer(C2); q.offer(max); int ans = -1; while (q.size() > 1) { int vtx = q.poll(); if (vtx == max) { q.offer(vtx); dis++; continue; } if (visited[vtx] == false && dist[vtx] != max) { ans = vtx; break; } visited[vtx] = true; int neigh = arr[vtx]; if (visited[neigh] == false) { q.offer(neigh); } } return ans; }

You have on campus Juspay exam ?? Tell me which college form you are mm