โ
โ
#HackerEarth Substring deletion - C++ Solution
https://stupidtechy.me/threads/substring-deletion-c-solution.96/
https://stupidtechy.me/threads/substring-deletion-c-solution.96/
StupidTechy.Me
HackerEarth - Substring deletion - C++ Solution
Substring deletion - HackerEarth C++ Solution
Substring deletion
You are given a string C. You have to perform the following operations on it:
Pick any two non-overlapping substrings that are...
Substring deletion
You are given a string C. You have to perform the following operations on it:
Pick any two non-overlapping substrings that are...
โ
โ
Circular Printer - MapIt (MyAnatomy) Python Solution - Replicon Test Code
https://stupidtechy.me/threads/circular-printer-mapit-myanatomy-python-solution-replicon-test-code.116/
https://stupidtechy.me/threads/circular-printer-mapit-myanatomy-python-solution-replicon-test-code.116/
StupidTechy.Me
Premium - Circular Printer - MapIt (MyAnatomy) Python Solution -...
Circular Printer - MapIt (MyAnatomy) Python Solution - Replicon Test Code
Solution-
Circular Printer - MapIt (MyAnatomy) Python Solution - Replicon Test Code
Solution-
Circular Printer - MapIt (MyAnatomy) Python Solution - Replicon Test Code
โ
โ
Duplicated Products - MapIt (MyAnatomy) Python Solution - Replicon Test Code
https://stupidtechy.me/threads/duplicated-products-mapit-myanatomy-python-solution-replicon-test-code.117/
https://stupidtechy.me/threads/duplicated-products-mapit-myanatomy-python-solution-replicon-test-code.117/
StupidTechy.Me
Premium - Duplicated Products - MapIt (MyAnatomy) Python Solution...
Duplicated Products - MapIt (MyAnatomy) Python Solution - Replicon Test Code
Solutions-
Duplicated Products - MapIt (MyAnatomy) Python Solution - Replicon Test Code
For VIP Membership Upgrade:-...
Solutions-
Duplicated Products - MapIt (MyAnatomy) Python Solution - Replicon Test Code
For VIP Membership Upgrade:-...
๐ ServiceNow Hiring Freshers For Software QA Engineer Position- BE/BTech/MCA
* Job Role : Software QA Engineer
* Experience : 0 โ 1 years
* Eligibility : BE/BTech/MCA
* Package : 3.5 LPA+
https://fresherearth.blogspot.com/2021/08/ServiceNow-Hiring-Freshers-For-Software-QA-Engineer-Position-BE-BTech-MCA.html
* Job Role : Software QA Engineer
* Experience : 0 โ 1 years
* Eligibility : BE/BTech/MCA
* Package : 3.5 LPA+
https://fresherearth.blogspot.com/2021/08/ServiceNow-Hiring-Freshers-For-Software-QA-Engineer-Position-BE-BTech-MCA.html
FresherEarth - Get All Latest Jobs Here
ServiceNow Hiring Freshers For Software QA Engineer Position- BE/BTech/MCA
fresher jobs, freshers jobs, off campus jobs, latest fresher jobs, fresher jobs bangalore, fresher jobs hyderabad, latest walk in drive
If we helped in right way from your perspective you can appreciate us with donate option...
Donate Us - swiggy@apl
After that send us screenshot on our bot - @sup777exams_bot
Donate Us - swiggy@apl
After that send us screenshot on our bot - @sup777exams_bot
๐๐ Giveaway Time ๐๐
๐What will you get in this giveaway?
๐When is our Giveaway?
๐What will you get in this giveaway?
30 X StupidTechy.Me VIP Membership Accounts
๐How to participate in the giveaway?Make sure that you have an account on StuipdTechy.
You have to invite your friends/classmates to our group (
@sup777exams).
โ
Winner will be selected Randomly.๐When is our Giveaway?
A giveaway will happen when we reach 4k members in our group.
๐งIf you have any query related to Giveaway... Ping my Bot ๐โ๐จ @sup777exams_bot๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ pinned ยซ๐๐ Giveaway Time ๐๐ ๐What will you get in this giveaway? 30 X StupidTechy.Me VIP Membership Accounts ๐How to participate in the giveaway? Make sure that you have an account on StuipdTechy. You have to invite your friends/classmates to our group (@sup777exams).โฆยป
String And Queries
Python 3
โ โ โ โ
Python 3
โ โ โ โ
โ
โ
Break the Palindrome
class Solution {
public String breakPalindrome(String palindrome) {
// If empty or of length 1 => return empty
if (palindrome.length() <= 1) {
return "";
}
char[] chars = palindrome.toCharArray();
for (int i = 0; i < chars.length; i++) {
if (chars[i] != 'a') {
// Skip if the string is of odd length and it is the middle index
if (palindrome.length() % 2 != 0 && i == palindrome.length() / 2) {
continue;
}
chars[i] = 'a';
break;
}
// If all chars all 'a' update last char to 'b'
if (i == chars.length - 1) {
chars[i] = 'b';
}
}
return String.valueOf(chars);
}
}
class Solution {
public String breakPalindrome(String palindrome) {
// If empty or of length 1 => return empty
if (palindrome.length() <= 1) {
return "";
}
char[] chars = palindrome.toCharArray();
for (int i = 0; i < chars.length; i++) {
if (chars[i] != 'a') {
// Skip if the string is of odd length and it is the middle index
if (palindrome.length() % 2 != 0 && i == palindrome.length() / 2) {
continue;
}
chars[i] = 'a';
break;
}
// If all chars all 'a' update last char to 'b'
if (i == chars.length - 1) {
chars[i] = 'b';
}
}
return String.valueOf(chars);
}
}
๐1
Tech Mahindra
Pattern
Round 1
Aptitude 75ques 142 mins
English essay 1Q 15 mins
Tech test 26ques 65 mins
(1 coding + 25 mcq)
Pattern
Round 1
Aptitude 75ques 142 mins
English essay 1Q 15 mins
Tech test 26ques 65 mins
(1 coding + 25 mcq)
๐ IBM Off Campus Drive 2021: Associate System Engineer | Freshers | BE/ B.Tech/ ME/ M.Tech/ MCA | PAN India
* Job Role : Associate System Engineer
* Experience : Freshers (2019 โ 2021 Batch)
* Salary : 4-6.5 LPA
https://fresherearth.blogspot.com/2021/08/IBM-Off-Campus-Drive-2021-Associate-System-Engineer-Freshers-BE-B.Tech-ME-M.Tech-MCA-Bangalore.html
* Job Role : Associate System Engineer
* Experience : Freshers (2019 โ 2021 Batch)
* Salary : 4-6.5 LPA
https://fresherearth.blogspot.com/2021/08/IBM-Off-Campus-Drive-2021-Associate-System-Engineer-Freshers-BE-B.Tech-ME-M.Tech-MCA-Bangalore.html
FresherEarth - Get All Latest Jobs Here
IBM Off Campus Drive 2021: Associate System Engineer | Freshers | BE/ B.Tech/ ME/ M.Tech/ MCA | Bangalore
fresher jobs, freshers jobs, off campus jobs, latest fresher jobs, fresher jobs bangalore, fresher jobs hyderabad, latest walk in drive
โ
โ
โ
#HackerEarth - SubArray Count...
Forwarded from ๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ (Sanket Kumar)
โ
โ
Duplicated Products - MapIt (MyAnatomy) Python Solution - Replicon Test Code
https://stupidtechy.me/threads/duplicated-products-mapit-myanatomy-python-solution-replicon-test-code.117/
https://stupidtechy.me/threads/duplicated-products-mapit-myanatomy-python-solution-replicon-test-code.117/