Successfully cleared WiproElite
3 pm || 2/2 slots clearedβ
π
Test accomplished πͺ
DM those who need π― Test Clearance
@Mrtrueliving_ix || @Mrtrueliving_ix
#WiproElite #Round2 #Shortlisted #offcampus
Preview proofs
3 pm || 2/2 slots cleared
Test accomplished πͺ
DM those who need π― Test Clearance
@Mrtrueliving_ix || @Mrtrueliving_ix
#WiproElite #Round2 #Shortlisted #offcampus
Preview proofs
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Graduate Virtual Career Fair - Phase 2 - Multiple Roles
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/15c80b8e-1e1f-4ecd-b13c-0839d9d59109
Deadline: 22 Feb 2025
Cognizant is hiring now β€οΈ
Cognizant Off-Campus hiring for 2024 Engineering graduates for GenC Next, GenC Pro & GenC (Feb-March)
Deadline: 7 March 2025
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/80927bc8-841c-4055-a89d-e207fdb67bd9
Apply asap & check your eligibility
Share with your friends too
Stay tuned
Telegram: https://t.me/code_alphix
Job updates:
https://shorturl.at/zk7DH
All placement help available
DM : https://t.me/mrtrueliving_ix
β€1π1
import math
def solve(N):
th = (2 * N + 3 - math.sqrt(8 * N + 9)) / 2
return math.ceil(th)
Ribbon || Bny
Please open Telegram to view this post
VIEW IN TELEGRAM
β€1π«‘1
def solve(n, m, a):
def dfs(t, w):
if t == m:
return True
if t > m:
return False
@Mrtrueliving_ix
for i in range(n):
if i not in w:
d, s1, s2, s3 = a[i]
for s in (s1, s2, s3):
if s <= t:
if dfs(min(m, s + d), w | {i}):
return True
return False
@Mrtrueliving_ix
return "YES" if dfs(0, set()) else "NO"
Holiday || Bny
Please open Telegram to view this post
VIEW IN TELEGRAM
β€3
def solve(N, D, P, S):
ants = sorted(zip(P, S))
colonies = 0
slowest_time = float('-inf')
@Mrtrueliving_ix
for pos, speed in reversed(ants):
time_to_reach = (D - pos) / speed
if time_to_reach > slowest_time:
colonies += 1
slowest_time = time_to_reach
@Mrtrueliving_ix
return colonies
Little ants || Bny
β€2
Placement Help available
Those who need π― Test Clearance
DM @Mrtrueliving_ixβοΈ β
Mthree || Morgan Stanley
Bny || IBM
NTT || Rupeek sde
Those who need π― Test Clearance
DM @Mrtrueliving_ix
Please open Telegram to view this post
VIEW IN TELEGRAM
Direct assessment βοΈ π
All Batch are allowed
Apply ASAP
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/15c80b8e-1e1f-4ecd-b13c-0839d9d59109
All Batch are allowed
Apply ASAP
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/15c80b8e-1e1f-4ecd-b13c-0839d9d59109
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
ValueMomentum:
https://www.linkedin.com/jobs/view/4150071188
Business analyst https://www.linkedin.com/jobs/view/4148461835
Previous https://t.me/code_alphix/4046
https://www.linkedin.com/jobs/view/4150071188
Business analyst https://www.linkedin.com/jobs/view/4148461835
Previous https://t.me/code_alphix/4046
Linkedin
ValueMomentum hiring Software Engineer in Hyderabad, Telangana, India | LinkedIn
Posted 12:32:39 PM. Job Title: Sitefinity Developer (Fresher/Experienced β 0-5 Years)
Location: Hyderabad (Work fromβ¦See this and similar jobs on LinkedIn.
Location: Hyderabad (Work fromβ¦See this and similar jobs on LinkedIn.
Please open Telegram to view this post
VIEW IN TELEGRAM
Wipro all slots are available
DM those who need π― test Clearance
DM @Mrtrueliving_ix
Previous helping proofs β€οΈβ
https://t.me/code_alphix/5358?single
https://t.me/code_alphix/5355?single
π¬ 9 AM -- 12pm -- 3pm--6 pm --- 9 PM
DM those who need π― test Clearance
DM @Mrtrueliving_ix
Previous helping proofs β€οΈ
https://t.me/code_alphix/5358?single
https://t.me/code_alphix/5355?single
Please open Telegram to view this post
VIEW IN TELEGRAM
CGI hiring
Batch 22/23/24
Limited applications are accepted
Apply ASAP
https://whatsapp.com/channel/0029VahiS3p2v1IyoS891Y1g/2049
Batch 22/23/24
Limited applications are accepted
Apply ASAP
https://whatsapp.com/channel/0029VahiS3p2v1IyoS891Y1g/2049
def mp(n, r):
from functools import lru_cache
p = [0] * (n + 1)
for i in range(n):
p[i + 1] = p[i] + r[i]
@lru_cache(None)
def f(l, r):
if l == r:
return 0
mX = 0
for m in range(l, r):
s1, s2 = p[m + 1] - p[l], p[r + 1] - p[m + 1]
if s1 > s2:
mX = max(mX, f(m + 1, r) + s2)
elif s1 < s2:
mX = max(mX, f(l, m) + s1)
else:
mX = max(mX, f(m + 1, r) + s2, f(l, m) + s1)
return mX
print(f(0, n - 1))
n = int(input())
r = list(map(int, input().split()))
mp(n, r)
Morgan Stanley
Please open Telegram to view this post
VIEW IN TELEGRAM
π1
Please open Telegram to view this post
VIEW IN TELEGRAM
Superset varsity .Sending test mail's
Apply now
https://t.me/code_alphix/5366
DM those who need help
@Mrtrueliving_ix π
Apply now
https://t.me/code_alphix/5366
Deadline : few hours left
DM those who need help
@Mrtrueliving_ix π
All placement help available
βοΈ Rupeek
βοΈ Wipro Elite
βοΈ Superset varsity
βοΈ Mthree
βοΈ BNY (plagiarism )
βοΈ IBM CIC
βοΈ IBM
βοΈ Amazon SDE
On || off campus
Those who need π― TEST CLEARANCE
DM @Mrtrueliving_ixβ
π»
Check previous helping proofs
π― Success rate withπ― clearance
On || off campus
Those who need π― TEST CLEARANCE
DM @Mrtrueliving_ix
Check previous helping proofs
π― Success rate with
Please open Telegram to view this post
VIEW IN TELEGRAM