def sum_of_factors(num):
factors_sum = 0
i = 1
while i * i <= num:
if num % i == 0:
factors_sum += i
if i != num // i:
factors_sum += num // i
i += 1
return factors_sum
All test cases passing
//Max Subset Sum
factors_sum = 0
i = 1
while i * i <= num:
if num % i == 0:
factors_sum += i
if i != num // i:
factors_sum += num // i
i += 1
return factors_sum
All test cases passing
//Max Subset Sum
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
#hiring #dataengineer #lakehouse | Nikhil Mittal | 279 comments
Hi everyone - I am looking for two Data Engineers with an experience of 1-2 years (2021, 2022 & 2023 graduates only) to work on Lakehouse Architecture basedโฆ | 279 comments on LinkedIn
vector<int> playOfGlasses(int c1, int w1, int c2, int w2, int c3, int w3) {
// code here
int t;
for (int i = 0; i < 3; ++i) {
t = min(w1, c2 - w2);
w1 -= t;
w2 += t;
t = min(w2, c3 - w3);
w2 -= t;
w3 += t;
t = min(w3, c1 - w1);
w3 -= t;
w1 += t;
}
t = min(w1, c2 - w2);
w1 -= t;
w2 += t;
return {w1, w2, w3};
}
Play of glasses
GFGโ
// code here
int t;
for (int i = 0; i < 3; ++i) {
t = min(w1, c2 - w2);
w1 -= t;
w2 += t;
t = min(w2, c3 - w3);
w2 -= t;
w3 += t;
t = min(w3, c1 - w1);
w3 -= t;
w1 += t;
}
t = min(w1, c2 - w2);
w1 -= t;
w2 += t;
return {w1, w2, w3};
}
Play of glasses
GFGโ
๐3
class Solution {
public:
int maximizeTheFuel(int n, int a, int b) {
int m = 0;
for (int p = 0; p <= n; p += a) {
int r = n - p;
int d = min(r / b, b);
m = max(m, p + d);
}
for (int d = 0; d <= n; d += b) {
int r = n - d;
int p = min(r / a, a);
m = max(m, p + d);
}
for (int p = 0; p <= n; p += a) {
for (int d = 0; d <= n - p; d += b) {
int r = n - p - d;
int h = (p + d) / 2;
int mh = min(h, r);
m = max(m, p + d + mh);
}
}
return m;
}
};
Gfg โ
public:
int maximizeTheFuel(int n, int a, int b) {
int m = 0;
for (int p = 0; p <= n; p += a) {
int r = n - p;
int d = min(r / b, b);
m = max(m, p + d);
}
for (int d = 0; d <= n; d += b) {
int r = n - d;
int p = min(r / a, a);
m = max(m, p + d);
}
for (int p = 0; p <= n; p += a) {
for (int d = 0; d <= n - p; d += b) {
int r = n - p - d;
int h = (p + d) / 2;
int mh = min(h, r);
m = max(m, p + d + mh);
}
}
return m;
}
};
Gfg โ
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Hello Connections!!
Greetings from Gammastack
We are hiring!!!
#Devopsengineer for Indore location.
Experience- Fresher to 2 years
Kindly share resume at nmawle@gammastack.com
Greetings from Gammastack
We are hiring!!!
#Devopsengineer for Indore location.
Experience- Fresher to 2 years
Kindly share resume at nmawle@gammastack.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
FresherOpportunityAlert
IRIS Software Group is recruiting #Freshers for UK Payroll Processing roles.
Exp : 0 - 1 years
Location : Chennai(Nungambakkam)
Walkin Time and Venue
24 February , 11.00 AM - 3.00 PM
IRIS KPO Resourcing India Private Limited, 5th Floor, Pottipati Plaza, 77, Nungambakkam High Rd, Chennai, Tamil Nadu 600034
Contact - Narmadha N
Education : B.Com / BBA / BCA / M.Com / MBA candidates, who have passed out from 2021,2022,& 2023 are only eligible.
Shift Timings : 2.00 PM to 10.00 PM
IRIS Software Group is recruiting #Freshers for UK Payroll Processing roles.
Exp : 0 - 1 years
Location : Chennai(Nungambakkam)
Walkin Time and Venue
24 February , 11.00 AM - 3.00 PM
IRIS KPO Resourcing India Private Limited, 5th Floor, Pottipati Plaza, 77, Nungambakkam High Rd, Chennai, Tamil Nadu 600034
Contact - Narmadha N
Education : B.Com / BBA / BCA / M.Com / MBA candidates, who have passed out from 2021,2022,& 2023 are only eligible.
Shift Timings : 2.00 PM to 10.00 PM
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name : BCG - Boston and Consulting Group
Role : Research Associates
Batch : 2023/2022 passouts
Link : https://www.linkedin.com/organization/1784/campaign/9f17f9fa-85b8-4bde-b60b-1393cbf67635/
Role : Research Associates
Batch : 2023/2022 passouts
Link : https://www.linkedin.com/organization/1784/campaign/9f17f9fa-85b8-4bde-b60b-1393cbf67635/
Linkedin
Sign Up | LinkedIn
500 million+ members | Manage your professional identity. Build and engage with your professional network. Access knowledge, insights and opportunities.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐TestGrid is hiring for Multiple Roles
Location: Remote
๐Apply here for Frontend Engineer: https://linkedin.com/jobs/view/3835007660/
๐Apply here for Software Engineer: https://linkedin.com/jobs/view/3835011125/?trk=d_flagship3_company
Location: Remote
๐Apply here for Frontend Engineer: https://linkedin.com/jobs/view/3835007660/
๐Apply here for Software Engineer: https://linkedin.com/jobs/view/3835011125/?trk=d_flagship3_company
Linkedin
TestGrid.io hiring Frontend Developer in India | LinkedIn
Posted 2:02:52 AM. Job Summary:TestGrid is seeking an experienced front-end Developer to join our innovative andโฆ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)
๐ Seagate is Hiring !!
Role: Machine Learning Intern
Batch: 2023 and 2024
Stipend: 30k - 35k per month
Apply here: https://unstop.com/internships/machine-learning-internship-seagate-886533?utm_source=DotAware&utm_medium=Affiliates&utm_campaign=seagate21022024&ref=DAW
Role: Machine Learning Intern
Batch: 2023 and 2024
Stipend: 30k - 35k per month
Apply here: https://unstop.com/internships/machine-learning-internship-seagate-886533?utm_source=DotAware&utm_medium=Affiliates&utm_campaign=seagate21022024&ref=DAW
Unstop
Machine Learning - Internship - Seagate - Pune | 886533 // Unstop
Click the link to apply for Machine Learning - Internship at Seagate. | 2024 | 886533
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Urgent Hiring for Data Analyst Intern - work from home
stipend upto 10k , only immediate joiner can apply
min 6 months will be preferred
Share cv at hr@theinterns.org.in - title (Data Analyst Intern) , without title your email will not check
stipend upto 10k , only immediate joiner can apply
min 6 months will be preferred
Share cv at hr@theinterns.org.in - title (Data Analyst Intern) , without title your email will not check
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Oasis of Ideas is Hiring !!
Role: Full Stack Engineer
Location: Remote
Salary: 60k(base)+upto 40k(bonus)/month
๐Apply here: https://linkedin.com/jobs/view/3828245725
Role: Full Stack Engineer
Location: Remote
Salary: 60k(base)+upto 40k(bonus)/month
๐Apply here: https://linkedin.com/jobs/view/3828245725
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Hello #everyone
I hope this post finds you well!
We are hiring #freshers for the profiles that are mentioned below-
1. Business Analyst
2. Technical Analyst - Python & Node. Js
*Job Requirement*
Job Location-#hyderabad
Qualification- B.Tech / M.Tech / BCA / MCA
Notice period- #15days / #immediatejoiners
Interested candidates can directly share their resume at pooja@ppnsolutions.com
I hope this post finds you well!
We are hiring #freshers for the profiles that are mentioned below-
1. Business Analyst
2. Technical Analyst - Python & Node. Js
*Job Requirement*
Job Location-#hyderabad
Qualification- B.Tech / M.Tech / BCA / MCA
Notice period- #15days / #immediatejoiners
Interested candidates can directly share their resume at pooja@ppnsolutions.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐ MaxScripts Technologies is Hiring | Apply Now
๐ Location: Nagpur
๐ Experience: 0 - 2 years
๐จโ๐ป Frontend Opportunities:
React JS, Typescript
๐จโ๐ป Backend Opportunities:
Node JS, Java
๐ Qualification: Graduation (BE/MCA) | FRESHERS CAN ALSO APPLY
โ๏ธ Share your resume at: info@maxscriptstechnologies.com
๐ Location: Nagpur
๐ Experience: 0 - 2 years
๐จโ๐ป Frontend Opportunities:
React JS, Typescript
๐จโ๐ป Backend Opportunities:
Node JS, Java
๐ Qualification: Graduation (BE/MCA) | FRESHERS CAN ALSO APPLY
โ๏ธ Share your resume at: info@maxscriptstechnologies.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Alteryx is Hiring !!
Role: Associate Software Engineer
Batch: 2023, 2024
๐ Apply here:
https://alteryx.wd5.myworkdayjobs.com/en-US/AlteryxCareers/job/Bangalore-India/Associate-Software-Engineer_R9809
Role: Associate Software Engineer
Batch: 2023, 2024
๐ Apply here:
https://alteryx.wd5.myworkdayjobs.com/en-US/AlteryxCareers/job/Bangalore-India/Associate-Software-Engineer_R9809
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐ Inkle is Hiring !!
Role: Frontend Engineer (Intern)
Batch: 2024, 2025
๐ Apply here:
https://inkle.keka.com/careers/jobdetails/34594
Role: Frontend Engineer (Intern)
Batch: 2024, 2025
๐ Apply here:
https://inkle.keka.com/careers/jobdetails/34594