7 682
订阅者
-324 小时
-287 天
+3030 天
帖子存档
Wipro exam cleared & GOT SVAR ROUND✅
Contact : @MLCODER2
*Wipro exam cleared & GOT SVAR ROUND**✅
Contact : @MLCODER2
*Wipro exam cleared & GOT SVAR ROUND**✅
Contact : @MLCODER2
*Wipro exam cleared & GOT SVAR ROUND**✅
Contact : @MLCODER2
Wipro exam cleared & GOT SVAR ROUND✅
Contact : @MLCODER2
def solve(N, K, Count, A, Q, XY):
results = []
for x, y in XY:
p = A[x - 1]
c = 0
for i in range(N):
if A[i] > p:
c += Count[i]
e = (c // K) + 1
z = c + 1
if e <= y <= z + Count[x - 1] - 1:
results.append("YES")
else:
results.append("NO")
return results
Favourite Candy✅
def solve(N, M, grid, K):
def is_star(r, c, grid):
val = grid[r][c]
if val == 0:
return False
for dr, dc in [(-1,0), (1,0), (0,-1), (0,1)]:
nr, nc = r + dr, c + dc
if not (0 <= nr < N and 0 <= nc < M):
return False
if grid[nr][nc] != val:
return False
return True
def check_win(grid):
for r in range(1, N-1):
for c in range(1, M-1):
if is_star(r, c, grid):
return True
return False
def serialize(grid):
return tuple(tuple(row) for row in grid)
def dfs(state, turn):
grid = [list(row) for row in state]
if check_win(grid):
return (0, 1, 0) if turn == 1 else (0, 0, 1)
moves = [(r, c) for r in range(N) for c in range(M) if grid[r][c] == 0]
if not moves:
return (1, 0, 0)
total = [0, 0, 0]
for r, c in moves:
for fruit in range(1, K+1):
grid[r][c] = fruit
res = dfs(serialize(grid), 1 - turn)
for i in range(3):
total[i] += res[i]
grid[r][c] = 0 # backtrack
return tuple(total)
result = dfs(serialize(grid), 0)
print(*result)
The game of grid✅✅
def solve(N,Q,commands):
slots=[0]*N
for i in commands:
slots[i-1]^=1
return sum(slots)
Memory slot Flip✅
def ABpair(N):
res=1
while True:
if N+res==2*(N^res):
return res
res+=1
Arithmetic bitwise pairs✅
//GalaxE solutions✅
Company: Capgemini
Role: SAP SD
Experience Required: Minimum 6 months to 3 Years of genuine experience in any domain (non-IT experience is also acceptable)
Package: ₹5.5L + 25k bonus (5.75LPA)
Location: PAN India
Process Duration: Approximately 1 month
Notice Period: Immediate joiners only (Upto 30 days notice period accepted)
Eligibility: Open to both male and female candidates
Year of passing: 2021-2024
Process -
1.Registration.
2.Online Exam
3.Technical Interview
4.LOI
5.Offer letter
All Rounds will be Virtual
Note : candidate should have 6 months genuine work experience(IT or NON-IT) including payslips and bank statement.
Interested people can reach out
@MLCODER2
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
