Python 3โ
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
CodeRush Hiring Challenge (Tomorrow at 9 PM)
Rewards:
1)Free Access to Coding Courses
2) Cash Prize worth Rs. 30,000
Registration is totally free!!
Link to register: https://bit.ly/CODERUSH_CHALLENGE
Rewards:
1)Free Access to Coding Courses
2) Cash Prize worth Rs. 30,000
Registration is totally free!!
Link to register: https://bit.ly/CODERUSH_CHALLENGE
#include <vector>
using namespace std;
long long minimumSplits(vector<int> arr) {
long long totalSplits = 0;
long long prevVal = arr.back();
for (int idx = arr.size() - 2; idx >= 0; idx--) {
totalSplits += (arr[idx] - 1) / prevVal;
long long numGroups = ((arr[idx] - 1) / prevVal + 1);
prevVal = arr[idx] / numGroups;
}
return totalSplits;
}
Break Sort
PayPal โ
using namespace std;
long long minimumSplits(vector<int> arr) {
long long totalSplits = 0;
long long prevVal = arr.back();
for (int idx = arr.size() - 2; idx >= 0; idx--) {
totalSplits += (arr[idx] - 1) / prevVal;
long long numGroups = ((arr[idx] - 1) / prevVal + 1);
prevVal = arr[idx] / numGroups;
}
return totalSplits;
}
Break Sort
PayPal โ
#include<bits/stdc++.h>
using namespace std;
string getLargestNumber(string num)
{
string ans ="",s="";
for(int i=0;i<(int)num.size()-1;i++)
{
if((num[i]-'0')%2==(num[i+1]-'0')%2)
s+=num[i];
else
{
s+=num[i];
sort(s.rbegin(),s.rend());
ans+=s;
s="";
}
}
s+=num[(int)num.size()-1];
sort(s.rbegin(),s.rend());
ans+=s;
return ans;
}
int main(){
string s;
cin>>s;
cout<<getLargestNumber(s);
}
Swap Parity โ
using namespace std;
string getLargestNumber(string num)
{
string ans ="",s="";
for(int i=0;i<(int)num.size()-1;i++)
{
if((num[i]-'0')%2==(num[i+1]-'0')%2)
s+=num[i];
else
{
s+=num[i];
sort(s.rbegin(),s.rend());
ans+=s;
s="";
}
}
s+=num[(int)num.size()-1];
sort(s.rbegin(),s.rend());
ans+=s;
return ans;
}
int main(){
string s;
cin>>s;
cout<<getLargestNumber(s);
}
Swap Parity โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
AYRA hiring SDE Intern : https://www.linkedin.com/jobs/view/3745614127
Linkedin
AYRA hiring Software Engineer Intern in Bengaluru, Karnataka, India | LinkedIn
Posted 9:10:25 AM. Company DescriptionAyra Technologies is a leading innovator in the tech industry, dedicated toโฆSee this and similar jobs on LinkedIn.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Instasell (Startup)
Role: SDE Intern
Batch eligible: 2024 grads only
Stipend: 40k per month
Apply: https://wellfound.com/jobs/1802889-software-development-intern-rs-40-000-month-3-6-months
Role: SDE Intern
Batch eligible: 2024 grads only
Stipend: 40k per month
Apply: https://wellfound.com/jobs/1802889-software-development-intern-rs-40-000-month-3-6-months
๐1
Winning Team
Accenture โ
Accenture โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Check out this job at GlobalLogic: https://www.linkedin.com/jobs/view/3742665992
GlobalLogic is hiring 2023 Grads
GlobalLogic is hiring 2023 Grads
Linkedin
GlobalLogic hiring GlobalLogic Off Campus Drive for 2023 Batch | B.Tech Graduates from IITโs, NITโs and BITโs only in Hyderabadโฆ
Posted 7:18:06 AM. Virtual Off-campus recruitment for the Batch of 2023.Graduates from IITโs, NITโs and BITโsโฆSee this and similar jobs on LinkedIn.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: GoGuardian
Role: Software Engineer 1
Batch eligible: 2021, 2022 and 2023 grads
Apply: https://boards.greenhouse.io/goguardian/jobs/4014133006
Role: Software Engineer 1
Batch eligible: 2021, 2022 and 2023 grads
Apply: https://boards.greenhouse.io/goguardian/jobs/4014133006
job-boards.greenhouse.io
GoGuardian
<p>At GoGuardian, weโre helping shape the future of digital learning by providing educators, students, and schools with tools to create equitable and engaging learning environments. Together, we build innovative solutions that empower students, deliver insightsโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Cradlepoint
Role: SDE Intern
Batch eligible: 2023 and 2024 grads
Apply: https://www.linkedin.com/jobs/view/3745610683
Role: SDE Intern
Batch eligible: 2023 and 2024 grads
Apply: https://www.linkedin.com/jobs/view/3745610683
Linkedin
Cradlepoint hiring Software Development Engineer (SDE) Intern in Bengaluru, Karnataka, India | LinkedIn
Posted 9:21:35 AM. OverviewCradlepoint โ a part of Ericsson โ was born in Boise and built for wireless. We are a teamโฆSee this and similar jobs on LinkedIn.
๐1
In case you joined late, scroll up and apply in other opportunities as well.
Also pin the chat so that u will not miss out any update!!
Also pin the chat so that u will not miss out any update!!