๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.63K subscribers
5.6K photos
3 videos
95 files
10.2K links
๐ŸšฉMain Group - @SuperExams
๐Ÿ“Job Updates - @FresherEarth

๐Ÿ”ฐAuthentic Coding Solutions(with Outputs)
โš ๏ธDaily Job Updates
โš ๏ธHackathon Updates & Solutions

Buy ads: https://telega.io/c/cs_algo
Download Telegram
Hello all,

We at Droame are looking for enthusiastic software engineers for our team. Droame is creating autonomous drones that merge centralized and localized autonomy to support huge volumes of aerial traffic. Similar to what Tesla is doing for ground vehicles, we are pushing the boundaries of technology to bring the future of aerial logistics to reality.

Our founders are alumni of IIT Kharagpur and with our experience, we have been able to lead a talented team of engineers and developers to create some truly groundbreaking technologies.

If you are interested in joining us, please visit our job portal on Unstop at https://unstop.com/jobs/software-engineer-droame-643316 to apply and learn more about our open positions.

Batch: 2023,2022,2021

Job Location: Jaipur, Rajasthan
CTC: 6-8 LPA
๐Ÿ‘1
#include<bits/stdc++.h>
using namespace std;


int maximumNetworks(int *speed,int n,int minComps,long speedThreshold)
{
long long int count=0,sum=0,b; // variable declartion

for(int i=0;i<n;i++)
{
  sum=sum+speed[i];
   b++;
  if(b>=minComps && sum>=speedThreshold)
  {
   count++;
   sum=0;
   b=0;
   }
  }

  return count;
}

// main function

int main()
{
int n,i,m; // variable declration
cout<<"PLEASE ENTER THE VALUE OF N:\n";
cin>>n;
cout<<"PLEASE ENTER THE "<<n<<" SPEED ELEMENT:\n";

int speed[n];
for(i=0;i<n;i++)
  cin>>speed[i];

cout<<"PLEASE ENTER THE MINCOMPS VALUE:\n";
cin>>m;
cout<<"PLEASE ENTER THE SPEEDTHRESHOLD VALUE:\n";
long s;
cin>>s;
// maximumNetworks function call
cout<<maximumNetworks(speed,n,m,s)<<endl;
  
return 0;
}


Network Foundation โœ…
Abhishek is looking for community and growth interns in Bengaluru for #splore, an AI/ML gaming startup funded by Tamasek.

Internship period - 3 months minimum

Stipend - Based on the previous experiences, graduation and master degree.

Role - Full time.

Interested candidates - email me their CV on abhishek.s@splore.com