Daily jobs Updates
3.33K subscribers
224 photos
2 videos
114 files
1.47K links
500+ Placement & Competitive Exam Materials
75+ Companies Materials
100+ JOB Updates in a Month

๐Ÿš€DM for Promotion @Wren_0
๐Ÿš€Placement Updates: @offcampusjobs_0
๐ŸŒŸ Placment Material: @placement_materials0
Download Telegram
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
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
Forwarded from Off Campus Job Update
Tcs coding

1.D
2.break
3.arrayindexout
4.B
5.B
6.D

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

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
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

https://t.me/Coding_solution_0
9.10
Forwarded from Off Campus Job Update
Arrangment
All test case pass code
Available
@Wren_0
@Wren_0
@Wren_0
Forwarded from Off Campus Job Update
C language
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
Forwarded from Off Campus Job Update
C language
N Numbers Code
Telegram -
https://t.me/company_0
https://t.me/company_0
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.
๐Ÿ“ข 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
Forwarded from Off Campus Job Update
Python
General ali code
Telegram-
https://t.me/Coding_solution_0
Forwarded from Off Campus Job Update
C language
(prime and palindrome)
Telegram
https://t.me/Coding_solution_0
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
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
Forwarded from Off Campus Job Update
Follow Us and Get All the Solution
โค๏ธ
https://www.instagram.com/invites/contact/?i=1fboxm0sq7duz&utm_content=26zggmd
Forwarded from Off Campus Job Update
Infosys All Solution Here
โค๏ธ๐Ÿš€
https://t.me/Coding_solution_0

https://t.me/Coding_solution_0