Codefeast is hiring for above roles :
2027 , 2026 , 2025 passout batches eligible
Available for 6 months remote full time intern
Apply Form : https://docs.google.com/forms/d/e/1FAIpQLSfCEQRLNw1fxO2L1HyzT38R34Wk2rjkqL0FO7RZG88WC6QrFg/viewform
Join Channel : @code_alphix
2027 , 2026 , 2025 passout batches eligible
Available for 6 months remote full time intern
Apply Form : https://docs.google.com/forms/d/e/1FAIpQLSfCEQRLNw1fxO2L1HyzT38R34Wk2rjkqL0FO7RZG88WC6QrFg/viewform
Join Channel : @code_alphix
Google Docs
Codefeast | Trainer Applications | Remote
Codefeast is hiring undergrads and freshers for the following remote profiles.
1) ๐๐๐๐ ๐๐๐ง๐ญ๐จ๐ซ - Full time 10am - 6pm - 25k-35k
๐๐ฒ๐ฅ๐ฅ๐๐๐ฎ๐ฌ - https://docs.google.com/spreadsheets/d/1vhHHmJoSjMWJ993SClP5camm1ccDWpIn/edit?usp=sharing&ouid=115627370971383014274โฆ
1) ๐๐๐๐ ๐๐๐ง๐ญ๐จ๐ซ - Full time 10am - 6pm - 25k-35k
๐๐ฒ๐ฅ๐ฅ๐๐๐ฎ๐ฌ - https://docs.google.com/spreadsheets/d/1vhHHmJoSjMWJ993SClP5camm1ccDWpIn/edit?usp=sharing&ouid=115627370971383014274โฆ
embedUR systems : Fresher Drive B.E / B.Tech 2024 Batch
Salary Remuneration:
Offered CTC: Up to 8 Lakhs
Apply Form : http://forms.office.com/r/2BB7XFaqFj
Join Channel : @code_alphix
Salary Remuneration:
Offered CTC: Up to 8 Lakhs
Apply Form : http://forms.office.com/r/2BB7XFaqFj
Join Channel : @code_alphix
Office
Please fill out this form
๐1
COGNIZANT EXAM HELP GROUP pinned ยซTommaro oA help available ๐ฏ๐ โ ๏ธSOTI exam โ ๏ธTECH MAHINDRA โ ๏ธIBM ๐ฏ Test Clearance ๐ค DM for more info: #Adminโ๏ธ ๐ ยป
Please open Telegram to view this post
VIEW IN TELEGRAM
COGNIZANT EXAM HELP GROUP
Tech m round 2 help available ๐ #admin #paid help โ๏ธ ๐
Please open Telegram to view this post
VIEW IN TELEGRAM
โค1
SOTI. 1pm Test help available ๐
Platform: mettl
Don't miss the chance๐
Remote access also available๐
DM for OA help
@Mrtrueliving_ix \\ @Mrtrueliving_ix
Platform: mettl
Don't miss the chance
Remote access also available
DM for OA help
@Mrtrueliving_ix \\ @Mrtrueliving_ix
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
def solve(priceList):
floors = len(priceList)
frequencies = len(priceList[0])
dp = [[0] * frequencies for _ in range(floors)]
for j in range(frequencies):
dp[0][j] = priceList[0][j]
for i in range(1, floors):
for j in range(frequencies):
min_cost = float('inf')
for k in range(frequencies):
if k != j:
min_cost = min(min_cost, dp[i-1][k])
dp[i][j] = priceList[i][j] + min_cost
return min(dp[-1])
floors = len(priceList)
frequencies = len(priceList[0])
dp = [[0] * frequencies for _ in range(floors)]
for j in range(frequencies):
dp[0][j] = priceList[0][j]
for i in range(1, floors):
for j in range(frequencies):
min_cost = float('inf')
for k in range(frequencies):
if k != j:
min_cost = min(min_cost, dp[i-1][k])
dp[i][j] = priceList[i][j] + min_cost
return min(dp[-1])
SOTI TEST EXAM๐
Please open Telegram to view this post
VIEW IN TELEGRAM
โค2
COGNIZANT EXAM HELP GROUP pinned ยซSOTI. 1pm Test help available ๐ Platform: mettl Don't miss the chance ๐ Remote access also available ๐ DM for OA help @Mrtrueliving_ix \\ @Mrtrueliving_ixยป
Please open Telegram to view this post
VIEW IN TELEGRAM
โค2
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4๐1