๐ Infosys Mega Offcampus Recruitment
๐ Off-campus Job Updates
โ๏ธProfile 1- System Engineer
โ๏ธProfile 2- Operation Executive
โถ๏ธ Batch- 2019, 2020, 2021 & 2022
โ Salary- 2.22 - 3.6 LPA
โ Eligibility- BE/BTech/ME/MTech/MCA/Msc/BCA/Bsc/Diploma
โ Last Date- 16 January 2022
๐Apply @ https://bit.ly/31uM3E0
๐More Details- https://bit.ly/3eWzGDV
Share this opportunity with your all friendsโค๏ธ
@python_0
@python_0
๐ Off-campus Job Updates
โ๏ธProfile 1- System Engineer
โ๏ธProfile 2- Operation Executive
โถ๏ธ Batch- 2019, 2020, 2021 & 2022
โ Salary- 2.22 - 3.6 LPA
โ Eligibility- BE/BTech/ME/MTech/MCA/Msc/BCA/Bsc/Diploma
โ Last Date- 16 January 2022
๐Apply @ https://bit.ly/31uM3E0
๐More Details- https://bit.ly/3eWzGDV
Share this opportunity with your all friendsโค๏ธ
@python_0
@python_0
YouTube
Infosys Mass hiring- Real or Fake | Must Watch before Applying | Detailed Eligibility | Jobs Adda
Infosys Mass hiring- Real or Fake | Must Watch before Applying | Detailed Eligibility | Jobs Adda
Hi all, Welcome to Jobs Adda. Here you would get all fresher jobs updates along with effective study material for engineering graduates related to IT/Core sector.โฆ
Hi all, Welcome to Jobs Adda. Here you would get all fresher jobs updates along with effective study material for engineering graduates related to IT/Core sector.โฆ
๐ข 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