๐ข Atos Syntel is hiring Fresherโs๐ฏ
๐ฎ Role:- Trainee Engineer
๐จโ๐ Education:- B.E/B.Tech/BSC/BCS/MCA
โ๏ธBatch:- 2021/2022
๐Location:- Across India
๐ฐSalary:- 3.2 LPA- 3.5 LPA
โ Apply @: https://bit.ly/3EW3ATb
๐ Pass This Job Info to all your friends & Groups ๐
@python_0
@python_0
๐ฎ Role:- Trainee Engineer
๐จโ๐ Education:- B.E/B.Tech/BSC/BCS/MCA
โ๏ธBatch:- 2021/2022
๐Location:- Across India
๐ฐSalary:- 3.2 LPA- 3.5 LPA
โ Apply @: https://bit.ly/3EW3ATb
๐ Pass This Job Info to all your friends & Groups ๐
@python_0
@python_0
Forwarded from Off Campus Job Update
class Solution:
def calculateMinimumHP(self, dungeon: List[List[int]]) -> int:
def oneIfNotPos(a):
return a if a > 0 else 1
def f(i: int, j: int) -> int:
cached = self.cache.get((i, j))
if cached:
return cached
answer = min(oneIfNotPos(f(i, j + 1) - dungeon[i][j]), \
oneIfNotPos(f(i + 1, j) - dungeon[i][j]))
self.cache[(i, j)] = answer
return answer
m = len(dungeon)
n = len(dungeon[0])
# init cache to remove ifs from f
self.cache = {(m - 1, n - 1): oneIfNotPos(1 - dungeon[m - 1][n - 1])}
for i in range(0, m):
self.cache[(i, n)] = 1000 000000 # inf
for j in range(0, n):
self.cache[(m, j)] = 10000 00000 # inf
return f(0, 0)
Python
Dungeon Hunters
Telegram -https://t.me/Coding_solution_0
def calculateMinimumHP(self, dungeon: List[List[int]]) -> int:
def oneIfNotPos(a):
return a if a > 0 else 1
def f(i: int, j: int) -> int:
cached = self.cache.get((i, j))
if cached:
return cached
answer = min(oneIfNotPos(f(i, j + 1) - dungeon[i][j]), \
oneIfNotPos(f(i + 1, j) - dungeon[i][j]))
self.cache[(i, j)] = answer
return answer
m = len(dungeon)
n = len(dungeon[0])
# init cache to remove ifs from f
self.cache = {(m - 1, n - 1): oneIfNotPos(1 - dungeon[m - 1][n - 1])}
for i in range(0, m):
self.cache[(i, n)] = 1000 000000 # inf
for j in range(0, n):
self.cache[(m, j)] = 10000 00000 # inf
return f(0, 0)
Python
Dungeon Hunters
Telegram -https://t.me/Coding_solution_0
HCL Off Campus Drive 2022:
Job Role: Software Engineer
Qualification: B.E/B.Tech/M.E/M.Tech/MCA/M.Sc
Batch: 2017, 2018, 2019, 2020 & 2021
Salary: upto Rs 4.75 LPA
Venue Location: Virtual(Online)
Test Date: 24 January 2022 onwards
Job Location: Across India
Last Date: 21 January 2022
Apply @ https://bit.ly/3t6S31d
Explore More- https://bit.ly/3G6Kvze
๐ Share This Info to your friends & Whatsapp Groups. It Helps Many๐
@python_0
@python_0
Job Role: Software Engineer
Qualification: B.E/B.Tech/M.E/M.Tech/MCA/M.Sc
Batch: 2017, 2018, 2019, 2020 & 2021
Salary: upto Rs 4.75 LPA
Venue Location: Virtual(Online)
Test Date: 24 January 2022 onwards
Job Location: Across India
Last Date: 21 January 2022
Apply @ https://bit.ly/3t6S31d
Explore More- https://bit.ly/3G6Kvze
๐ Share This Info to your friends & Whatsapp Groups. It Helps Many๐
@python_0
@python_0
Forwarded from Off Campus Job Update
Forwarded from Off Campus Job Update
Tcs coding
1.D
2.break
3.arrayindexout
4.B
5.B
6.D
7.change control
Telegram -https://t.me/Coding_solution_0
1.D
2.break
3.arrayindexout
4.B
5.B
6.D
7.change control
Telegram -https://t.me/Coding_solution_0
Forwarded from Off Campus Job Update
Tcs coding
1.D
2.break
3.arrayindexout
4.B
5.B
6.D
7.change control
8.37
Telegram - https://t.me/Coding_solution_0
1.D
2.break
3.arrayindexout
4.B
5.B
6.D
7.change control
8.37
Telegram - https://t.me/Coding_solution_0
Forwarded from Off Campus Job Update
Forwarded from Off Campus Job Update
Forwarded from Off Campus Job Update
C language
N Numbers Code
Telegram -
C language
N Numbers Code
Telegram -
N Numbers Code
Telegram -
C language
N Numbers Code
Telegram -
Forwarded from Off Campus Job Update
โ
Working with codes
โ Guys if you cant send messages in discussion group
Join this the problem will resolve
https://t.me/company_0
https://t.me/company_0
https://t.me/company_0
โ Guys if you cant send messages in discussion group
Join this the problem will resolve
https://t.me/company_0
https://t.me/company_0
https://t.me/company_0
Forwarded from Off Campus Job Update
Forwarded from Off Campus Job Update
INFOSYS EXAM ALL SLOTS SOLUTION GROUP ๐
Telegram - https://t.me/Coding_solution_0
Telegram - GROUP
https://t.me/good_coders
โ Share post in ur college Whatsapp grps.
Telegram - https://t.me/Coding_solution_0
Telegram - GROUP
https://t.me/good_coders
โ Share post in ur college Whatsapp grps.
๐ข LTI Mass hiring- Talent hunt Test ๐ฏ
๐ฎ Role:- Software Engineer
๐จโ๐ Education:- B.E/B.Tech (Any Branch)
โ๏ธBatch:- 2022
โ๏ธEligibility- 60% throughout
๐Location:- Across India
๐ฐSalary:- 4LPA - 5 LPA
โ Apply @: https://bit.ly/3t7yiXd
โ๏ธMore Details: https://bit.ly/3G4JsQh
Very Important- Only few hours left, Apply as soon as possible.
๐ Pass This Job Info to all your friends & Groups ๐
@python_0
@python_0
๐ฎ Role:- Software Engineer
๐จโ๐ Education:- B.E/B.Tech (Any Branch)
โ๏ธBatch:- 2022
โ๏ธEligibility- 60% throughout
๐Location:- Across India
๐ฐSalary:- 4LPA - 5 LPA
โ Apply @: https://bit.ly/3t7yiXd
โ๏ธMore Details: https://bit.ly/3G4JsQh
Very Important- Only few hours left, Apply as soon as possible.
๐ Pass This Job Info to all your friends & Groups ๐
@python_0
@python_0
Forwarded from Off Campus Job Update
Forwarded from Off Campus Job Update
Forwarded from Coding Solutions Group
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Off Campus Job Update
Just Subscribe My YouTube channel
I'll provide you each and every solution โค๏ธ
https://youtube.com/channel/UCmYO_4lgP8V5qRAunlc9wSg
I'll provide you each and every solution โค๏ธ
https://youtube.com/channel/UCmYO_4lgP8V5qRAunlc9wSg
Forwarded from Off Campus Job Update
https://t.me/Coding_solution_0
n = int(input())
a = list(map(int,input().split()))
c = 0
for i in range(n-1):
for j in range(i+1:n):
s1 = sum(list(map(int,bin(i)[2:].split())))
s2 = sum(list(map(int,bin(j)[2:].split())))
if s1 == s2:
c += 1
print(c)
Python
Bob and Numbers Code
Telegram- https://t.me/Coding_solution_0
n = int(input())
a = list(map(int,input().split()))
c = 0
for i in range(n-1):
for j in range(i+1:n):
s1 = sum(list(map(int,bin(i)[2:].split())))
s2 = sum(list(map(int,bin(j)[2:].split())))
if s1 == s2:
c += 1
print(c)
Python
Bob and Numbers Code
Telegram- https://t.me/Coding_solution_0