π1
int LetteredNumberSum(char* str, int len) {
if (str == nullptr) {
return 0;
}
int sum = 0;
for (int i = 0; i < len; i++) {
char letter = str[i];
int ans = 0;
//@allcoding1
switch (letter) {
case 'A':
ans = 1;
break;
case 'B':
ans = 10;
break;
case 'C':
ans = 100;
break;
case 'D':
ans = 1000;
break;
case 'E':
ans = 10000;
break;
case 'F':
ans = 100000;
break;
case 'G':
ans = 1000000;
break;
default:
ans = 0;
break;
}
sum += ans;
}
return sum;
}
C++
join this channel π
@allcoding1_official
@accenture_examAns
if (str == nullptr) {
return 0;
}
int sum = 0;
for (int i = 0; i < len; i++) {
char letter = str[i];
int ans = 0;
//@allcoding1
switch (letter) {
case 'A':
ans = 1;
break;
case 'B':
ans = 10;
break;
case 'C':
ans = 100;
break;
case 'D':
ans = 1000;
break;
case 'E':
ans = 10000;
break;
case 'F':
ans = 100000;
break;
case 'G':
ans = 1000000;
break;
default:
ans = 0;
break;
}
sum += ans;
}
return sum;
}
C++
join this channel π
@allcoding1_official
@accenture_examAns
π3π1
Merge String code
def MergeStrings(str1, str2):
if str1 is None and str2 is None:
return None
if str1 is None:
return str2
if str2 is None:
return str1
len1 = len(str1)
len2 = len(str2)
merged = [''] * (len1 + len2)
for i in range(min(len1, len2)):
if str1[i] <= str2[i]:
merged[i] = str1[i]
merged[-(i+1)] = str2[i]
else:
merged[i] = str2[i]
merged[-(i+1)] = str1[i]
if len1 > len2:
for i in range(len2, len1):
merged[i] = str1[i]
elif len2 > len1:
for i in range(len1, len2):
merged[i] = str2[i]
return ''.join(merged)
Python
join this channel π
@allcoding1_official
@accenture_examAns
def MergeStrings(str1, str2):
if str1 is None and str2 is None:
return None
if str1 is None:
return str2
if str2 is None:
return str1
len1 = len(str1)
len2 = len(str2)
merged = [''] * (len1 + len2)
for i in range(min(len1, len2)):
if str1[i] <= str2[i]:
merged[i] = str1[i]
merged[-(i+1)] = str2[i]
else:
merged[i] = str2[i]
merged[-(i+1)] = str1[i]
if len1 > len2:
for i in range(len2, len1):
merged[i] = str1[i]
elif len2 > len1:
for i in range(len1, len2):
merged[i] = str2[i]
return ''.join(merged)
Python
join this channel π
@allcoding1_official
@accenture_examAns
π1
π―Amazon is hiring for Data Associate I ML Role
Education qualifications:-
Any Graduate /Graduate/ Post Graduates
Job Role : Data Associate I ML
Location: work from home
Apply Now:- http://www.allcoding1.com
Telegram:- @allcoding1_official
Education qualifications:-
Any Graduate /Graduate/ Post Graduates
Job Role : Data Associate I ML
Location: work from home
Apply Now:- http://www.allcoding1.com
Telegram:- @allcoding1_official
π3
π―DXC Technology is hiring for Associate Professional Finance
Company:- DXC Technology
PositionAssociate:- Professional Finance
Qualifications:- Bachelorβs degree Batch Any Batch
Experience:- Freshers & Experienced
Location:- Chennai, India
Apply Now:- http://www.allcoding1.com
Telegram:- @allcoding1_official
Company:- DXC Technology
PositionAssociate:- Professional Finance
Qualifications:- Bachelorβs degree Batch Any Batch
Experience:- Freshers & Experienced
Location:- Chennai, India
Apply Now:- http://www.allcoding1.com
Telegram:- @allcoding1_official
π5π1
π― Tech Mahindra Off Campus Drive 2023 Hiring For Associate Software Engineer | 3.25 & 5.5 LPA
Job Role:Associate Software Engineer
Degree:B.E/B.Tech/MCA/M.Sc
Batch:2022/2023
Salary:Rs 3.25 & 5.5 LPA
Apply Now:- http://www.allcoding1.com
Telegram:- @allcoding1_official
Job Role:Associate Software Engineer
Degree:B.E/B.Tech/MCA/M.Sc
Batch:2022/2023
Salary:Rs 3.25 & 5.5 LPA
Apply Now:- http://www.allcoding1.com
Telegram:- @allcoding1_official
π3β€1
π―Zoho Bulk Hiring 2023 | For UI/UX Designers
Job role :- UI/UX Designers
Degree:- BE, B Tech, BA, B COM, BBA, BSC, BCA, ME, M Tech, MCA, MA, M COM, MSC, Any Graduate
Branch:- Any Branches
Batch:- 2016, 2017, 2018,2019, 2020, 2021, 2022, 2023
Salary:- INR 6 LPA*
Experience:- Fresher
Location:- Chennai, Salem, Coimbatore, Tirunelveli, and Madurai
Apply Now:- http://www.allcoding1.com
Telegram:- @allcoding1_official
Job role :- UI/UX Designers
Degree:- BE, B Tech, BA, B COM, BBA, BSC, BCA, ME, M Tech, MCA, MA, M COM, MSC, Any Graduate
Branch:- Any Branches
Batch:- 2016, 2017, 2018,2019, 2020, 2021, 2022, 2023
Salary:- INR 6 LPA*
Experience:- Fresher
Location:- Chennai, Salem, Coimbatore, Tirunelveli, and Madurai
Apply Now:- http://www.allcoding1.com
Telegram:- @allcoding1_official
π5
π―Goldman Sachs Recruitment Drive 2023 | For 2024 Summer Analyst Program
Job Role:- 2024 Summer Analyst Program
Qualification:- Bachelors or Masters degree
Branch:- Any Specialization
Batch:- 2022, 2023
Salary:- INR 6 β 9* LPA
Experience:-Freshers
Location:- Pan India.
Apply Now:- http://www.allcoding1.com
Telegram:- @allcoding1_official
Job Role:- 2024 Summer Analyst Program
Qualification:- Bachelors or Masters degree
Branch:- Any Specialization
Batch:- 2022, 2023
Salary:- INR 6 β 9* LPA
Experience:-Freshers
Location:- Pan India.
Apply Now:- http://www.allcoding1.com
Telegram:- @allcoding1_official
π4β€1
π―Accenture Bulk Hiring For Internship Program 2023 | Work From Home
Post Name:- Developer Program
Degree:- BE, B Tech, BA, B COM, BBA, BSC, BCA, ME, M Tech, MCA, MA, M COM, MSC, Any Graduate
Branch:- All Branches
Batch:- 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025
Salary:- Not Mention
Experience:- Fresher
Location:- Work From Home
Apply Now:- http://www.allcoding1.com
Telegram:- @allcoding1_official
Post Name:- Developer Program
Degree:- BE, B Tech, BA, B COM, BBA, BSC, BCA, ME, M Tech, MCA, MA, M COM, MSC, Any Graduate
Branch:- All Branches
Batch:- 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025
Salary:- Not Mention
Experience:- Fresher
Location:- Work From Home
Apply Now:- http://www.allcoding1.com
Telegram:- @allcoding1_official
π2
π―IBM Off Campus Drive 2023 | For Intern Software Engineer
Job Role:- Intern Software Engineer
Qualification:- Any Bachelorβs Or Masterβs Degree
Branch:- Any Branches
Batch:- 2020, 2021, 2022, 2023 & 2024
Salary:- INR 8.4 LPA*
Experience:- Fresher
Location:- Bengaluru
Apply Now:- http://www.allcoding1.com
Telegram:- @allcoding1_official
Job Role:- Intern Software Engineer
Qualification:- Any Bachelorβs Or Masterβs Degree
Branch:- Any Branches
Batch:- 2020, 2021, 2022, 2023 & 2024
Salary:- INR 8.4 LPA*
Experience:- Fresher
Location:- Bengaluru
Apply Now:- http://www.allcoding1.com
Telegram:- @allcoding1_official
π1
π―NTT Hiring Freshers 2023 | For Graduate Trainee Engineer
JobRole:- Graduate Trainee Engineer
Qualification:- Diploma or Bachelorβs degree
Branch:- Any Stream
Batch:- 2020, 2021, 2022, 2023
Salary:- INR 4.5* LPA
Experience:- Freshers
Location:- Bangalore, Hyderabad, India
Apply Now:- http://www.allcoding1.com
Telegram:- @allcoding1_official
JobRole:- Graduate Trainee Engineer
Qualification:- Diploma or Bachelorβs degree
Branch:- Any Stream
Batch:- 2020, 2021, 2022, 2023
Salary:- INR 4.5* LPA
Experience:- Freshers
Location:- Bangalore, Hyderabad, India
Apply Now:- http://www.allcoding1.com
Telegram:- @allcoding1_official
π6
π―Amazon is hiring for Data Associate I ML Role
Education qualifications:-
Any Graduate /Graduate/ Post Graduates
Job Role : Data Associate I ML
Location: work from home
Apply Now:- https://www.allcoding1.com/2023/06/amazon-is-hiring-for-data-associate-i_26.html?m=1
Telegram:- @allcoding1_official
Education qualifications:-
Any Graduate /Graduate/ Post Graduates
Job Role : Data Associate I ML
Location: work from home
Apply Now:- https://www.allcoding1.com/2023/06/amazon-is-hiring-for-data-associate-i_26.html?m=1
Telegram:- @allcoding1_official
π5β€4