๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
#include <iostream>
#include <vector>
#include <algorithm>
#include <climits>
using namespace std;
int solve(const string& str) {
vector<char> vowels = {'a', 'e', 'i', 'o', 'u'};
const int a = 10;
vector<int> freq(26, 0);
for (char c : str) {
freq[c - 'a']++;
}
int n = str.size();
int minCost = INT_MAX;
for (char target : vowels) {
int cost = 0;
for (int i = 0; i < 26; ++i) {
char c = 'a' + i;
if (c == target) continue;
if (freq[i] > 0) {
if (find(vowels.begin(), vowels.end(), c) != vowels.end()) {
cost += freq[i] * abs(c - target);
} else {
cost += freq[i] * a;
}
}
}
minCost = min(minCost, cost);
}
for (char c : str) {
if (find(vowels.begin(), vowels.end(), c) == vowels.end()) {
return minCost;
}
}
return -1;
}
int main() {
string str;
cin >> str;
cout << solve(str) << endl;
return 0;
}
Minimum Cost String โ
#include <bits/stdc++.h>
using namespace std;
int solve(int N, const vector<int>& A) {
if (N == 0) return 0;
vector<int> dp(N, 0);
for (int i = 0; i < N; ++i) {
int a = A[i];
int b = A[i];
for (int j = i; j >= 0; --j) {
a = min(a, A[j]);
b = max(b, A[j]);
int c = b - a;
if (j > 0) {
dp[i] = max(dp[i], dp[j - 1] + c);
} else {
dp[i] = max(dp[i], c);
}
}
}
return dp[N - 1];
}
Suit Up โ
How many of you have received test or interview links for Google FTE/Internship, Morgan Stanley, Goldman Sachs, Atlan or DE Shaw?
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
#hiring #2024passouts #associatesoftwareengineer #techcareersโฆ | Ankita Bansal
๐ Attention 2024 Graduates! Exciting Opportunity Awaits You ๐
Are you a passionate, driven, and innovative student graduating in 2024 with a degree inโฆ
Are you a passionate, driven, and innovative student graduating in 2024 with a degree inโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Freshers hiring Opportunity at Vipul Trade Enter , Gurgaon
Send resume to : Pratibha@capitalplacementservices.com
Phn No : 8595665108
Send resume to : Pratibha@capitalplacementservices.com
Phn No : 8595665108
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Send Your Resume Here
jobs@aimleap.com
jobs@aimleap.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
#hiring #walmart #openings #jobs #opportunities #connections #cfbr | Anjali Kumari | 297 comments
We Walmart looking for both SDE-2 and SDE-3 engineers ๐ฉโ๐ป
Required qualifications:
SDE-2 : 0-2yrs of experience
SDE-3 : 3+ yrs of experience in Java and springboot
SDE-2 :
Do apply -> https://lnkd.in/g3VTTtiJ
SDE-3 :
Do apply -> https://lnkd.in/gH_PPuexโฆ
Required qualifications:
SDE-2 : 0-2yrs of experience
SDE-3 : 3+ yrs of experience in Java and springboot
SDE-2 :
Do apply -> https://lnkd.in/g3VTTtiJ
SDE-3 :
Do apply -> https://lnkd.in/gH_PPuexโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
3brain technologies is hiring for Entry-Level React JS Developer
Experience: 0 - 2 years
Apply here: https://www.timesjobs.com/candidate/JobDetailView.html?from=submit&adId=70465118&bc=EXT&sequence=0&counter=1&siteparams=301p
Experience: 0 - 2 years
Apply here: https://www.timesjobs.com/candidate/JobDetailView.html?from=submit&adId=70465118&bc=EXT&sequence=0&counter=1&siteparams=301p
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
BharatPe is hiring for Product Intern
Apply here: https://docs.google.com/forms/d/e/1FAIpQLScKceDuSQc7H3S9GjfECoDnLqYTiy8YVmHhZYCnJQoSbPe0AA/viewform
Apply here: https://docs.google.com/forms/d/e/1FAIpQLScKceDuSQc7H3S9GjfECoDnLqYTiy8YVmHhZYCnJQoSbPe0AA/viewform
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Internshala is hiring for Associate Front End Developer
Experience: 0 - 2 year's
Expected Salary: 6 - 7 LPA
Apply here: https://internshala.com/job/detail/fresher-associate-front-end-developer-job-in-gurgaon-at-internshala1726139318/
Experience: 0 - 2 year's
Expected Salary: 6 - 7 LPA
Apply here: https://internshala.com/job/detail/fresher-associate-front-end-developer-job-in-gurgaon-at-internshala1726139318/
Internshala
Associate Front End Developer Fresher Job at Internshala
Key responsibilities:
1. Develop responsive and interactive user interfaces for web applications using HTML, CSS, and JavaScript frameworks such as React, Angular, or Vue.js
2. Collaborate with designers to translate design mockups and wireframesโฆ
1. Develop responsive and interactive user interfaces for web applications using HTML, CSS, and JavaScript frameworks such as React, Angular, or Vue.js
2. Collaborate with designers to translate design mockups and wireframesโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Need Apprentice Trainee for Capitaโค๏ธโค๏ธโค๏ธ
Experience: 0 โ 1 years
Qualification: 12th pass
Salary: 1.75 LPA
Date of Interview: 18th September โ 20th September
Time: 11.30 AM โ 5.30 PM
Address:
B-1, SEZ b Tower no. 8, Magarpatta, Pune.
Mumbai โ Godrej & Boyce, Gate No 2, Plant, 6, Lal Bahadur Shastri Marg, near R-City Mall Vikhroli Bus depot, Vikhroli West, Mumbai, Maharashtra 400079.
Experience: 0 โ 1 years
Qualification: 12th pass
Salary: 1.75 LPA
Date of Interview: 18th September โ 20th September
Time: 11.30 AM โ 5.30 PM
Address:
B-1, SEZ b Tower no. 8, Magarpatta, Pune.
Mumbai โ Godrej & Boyce, Gate No 2, Plant, 6, Lal Bahadur Shastri Marg, near R-City Mall Vikhroli Bus depot, Vikhroli West, Mumbai, Maharashtra 400079.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Citi is hiring for Client Onboarding Analyst
Experience: 0 - 2 years
Expected Salary: 6-12 LPA
Apply here: https://jobs.citi.com/job/-/-/287/66227879552
Experience: 0 - 2 years
Expected Salary: 6-12 LPA
Apply here: https://jobs.citi.com/job/-/-/287/66227879552
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
https://accuknox.zohorecruit.in/jobs/Careers/88774000007273253/Django-Trainee?source=CareerSite
AccuKnox Hiring Django Trainee
AccuKnox Hiring Django Trainee
AccuKnox
AccuKnox - Django Trainee - Remote Job
AccuKnox This is a remote position. Django/Python Trainee - Job Description Must have: Looking for individuals with a can-do attitude. We realize that
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
https://jobs.amdocs.com/careers/job?pid=563430997179688&domain=amdocs.com
Amdocs Hiring Java Developer- Fresh Graduate (Year 2023 & 2024 Graduates only)
โข Bachelor's degree in Science/IT/Computer Science or equivalent
โข 0-11 months work experience in Core Java (OMS, CRM, ARIC). With basic knowledge in Python, SQL, UNIX, Linux, Shell/ Perl scripting.
โข Open to Fresh Graduates (Year 2023 and 2024 only).
โข Local hiring only: Not open to Expat hiring.
โข Willing to work on a Dayshift, Hybrid set- up (Work from home + 3x per week work on site in BGC or in Ortigas).
โข With background and understanding in Software Development Life Cycle.
โข With knowledge in Cloud computing (AWS, Azure)- good-to-have.
Why you will love this job:
โข You will be challenged to design and develop new software applications.
โข You will have the opportunity to work in a growing organization, with ever growing opportunities for personal growth.
Amdocs Hiring Java Developer- Fresh Graduate (Year 2023 & 2024 Graduates only)
โข Bachelor's degree in Science/IT/Computer Science or equivalent
โข 0-11 months work experience in Core Java (OMS, CRM, ARIC). With basic knowledge in Python, SQL, UNIX, Linux, Shell/ Perl scripting.
โข Open to Fresh Graduates (Year 2023 and 2024 only).
โข Local hiring only: Not open to Expat hiring.
โข Willing to work on a Dayshift, Hybrid set- up (Work from home + 3x per week work on site in BGC or in Ortigas).
โข With background and understanding in Software Development Life Cycle.
โข With knowledge in Cloud computing (AWS, Azure)- good-to-have.
Why you will love this job:
โข You will be challenged to design and develop new software applications.
โข You will have the opportunity to work in a growing organization, with ever growing opportunities for personal growth.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)