Please open Telegram to view this post
VIEW IN TELEGRAM
Last call for
throughtworks
Swiggy FE & BE
Zomato FT
Netcore
Asian paints
DM FOR ๐ฏ TEST CLEARANCE ๐
@MRTRUELIVING_IX
@MRTRUELIVING_IX
Accenture๐ฆ
Accenture ON // Off campus placement help available
Prev:
https://t.me/code_alphix/3524?single
DM -@mrtrueliving_ix
๐ฏ Test Clearance
https://t.me/code_alphix/3798?single
Please open Telegram to view this post
VIEW IN TELEGRAM
Netcore๐
Both codes are done๐ฑ
Test accomplished๐
OA HELP
@MRTRUELIVING_IX
@MRTRUELIVING_IX
๐ฏ TEST CLEARANCE๐
#NetCore #SD #Coding #round 1
Both codes are done
Test accomplished
OA HELP
@MRTRUELIVING_IX
@MRTRUELIVING_IX
๐ฏ TEST CLEARANCE
#NetCore #SD #Coding #round 1
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
https://docs.google.com/forms/d/e/1FAIpQLSdKqB9TRsdbqz1Dx0Q--vc6mmPcuJ0KdF5V7JH4K24kfGdoAw/viewform
2025 batch....
Check your mails๐ฃ
2025 batch....
Check your mails
Please open Telegram to view this post
VIEW IN TELEGRAM
Netcore๐ // Both codes are done ๐ฑ
Test accomplished๐
OA HELP AVAILABLE:
@MRTRUELIVING_IX
@MRTRUELIVING_IX
๐ฏ TEST CLEARANCE๐
#NetCore #SD #Coding #round 1
Test accomplished
OA HELP AVAILABLE:
@MRTRUELIVING_IX
@MRTRUELIVING_IX
๐ฏ TEST CLEARANCE
#NetCore #SD #Coding #round 1
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
def solve(s):
def is_palindrome(t):
return t == t[::-1]
n, evens, odds = len(s), 0, 0
for i in range(n):
for j in range(i + 1, n + 1):
sub, k, merged = s[i:j], 0, ''
while k < len(sub):
if k + 1 < len(sub) and sub[k] == sub[k + 1]:
merged += sub[k]
k += 2
else:
merged += sub[k]
k += 1
if is_palindrome(merged):
if (j - i) % 2 == 0:
evens += 1
else:
odds += 1
return [evens, odds]
Steve substring // Airtel
Please open Telegram to view this post
VIEW IN TELEGRAM
โค2
#include <stdio.h>
#include <regex.h>
int isPowerOfTwo(const char *binaryString) {
regex_t regex;
int result;
result = regcomp(®ex, "^0*10*$", REG_EXTENDED);
if (result) {
printf("Could not compile regex\n");
return 0;
}
result = regexec(®ex, binaryString, 0, NULL, 0);
regfree(®ex);
if (!result) {
return 1;
} else {
return 0;
}
}
int main() {
int t;
char binaryString[1000];
scanf("%d", &t);
while (t--) {
scanf("%s", binaryString);
if (isPowerOfTwo(binaryString)) {
printf("True\n");
} else {
printf("False\n");
}
}
return 0;
}
Nvidia regex
Please open Telegram to view this post
VIEW IN TELEGRAM
string largestMagical(string binString) {
if (binString.empty()) return binString;
vector<string> ans;
int cnt = 0, j = 0;
for (int i = 0; i < binString.size(); ++i) {
cnt += binString[i] == '1' ? 1 : -1;
if (cnt == 0) {
ans.push_back("1" + largestMagical(binString.substr(j + 1, i - j - 1)) + "0");
j = i + 1;
}
}
sort(ans.begin(), ans.end(), greater<string>());
return accumulate(ans.begin(), ans.end(), string{});
}Nvidia largestmagical
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
WhatsApp.com
๐ฎ๐ณ</>Code_icons๐จโ๐ป๐ฏโข | WhatsApp Channel
๐ฎ๐ณ</>Code_icons๐จโ๐ป๐ฏโข WhatsApp Channel. Welcome family ๐ช๐ค
Every fresher deserves a chance to riseโจ
Led by :https://t.me/mrtrueliving_ix
Telegram: https://t.me/jobUpdatesclub
Help proofs:https://t.me/code_alphix
https://t.me/codeicons_hiring
https:/โฆ
Every fresher deserves a chance to riseโจ
Led by :https://t.me/mrtrueliving_ix
Telegram: https://t.me/jobUpdatesclub
Help proofs:https://t.me/code_alphix
https://t.me/codeicons_hiring
https:/โฆ
โค1๐1๐1
COGNIZANT EXAM HELP GROUP pinned ยซโญ ACCENTURE Interview Experience โญ 1) Intro. 2) OOPS concepts. 3) Wap to find the perfect square of a number in array. 4) DBMS. 5) Why wanted to join tech Mahindra. 6) SQL.. 7) Final year project.. 8) Your role.. 9) And 1-2 more questions...I forgot.โฆยป
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM