Accenture
Python 3โ
Python 3โ
You canโt go back and change the beginning. But you can start from where you are & change the ending ๐
๐1
Accenture
C++โ
C++โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
beGalileo is hiring Trainee Developer role.
Batch eligible: 2022 and 2023 grads.
Apply: https://www.linkedin.com/jobs/view/3648349891
P.S: Only go if you donโt have any other offer in hand.
Batch eligible: 2022 and 2023 grads.
Apply: https://www.linkedin.com/jobs/view/3648349891
P.S: Only go if you donโt have any other offer in hand.
Linkedin
64,000+ Developer jobs in India (6,883 new)
Todayโs top 64,000+ Developer jobs in India. Leverage your professional network, and get hired. New Developer jobs added daily.
๐คฉ1
Go many dms regarding code with Cisco that all participants should be present in front of a laptop.
But thatโs not mandatory now, you guys can share your screen using WebEx or any other tool.
Best of luck for tomorrowโs assessment ๐โค๏ธ
But thatโs not mandatory now, you guys can share your screen using WebEx or any other tool.
Best of luck for tomorrowโs assessment ๐โค๏ธ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: PhysicsWallah
Role: iOS Developer
Batch eligible: 2023 grads only
Stipend: 25k
Work From Office: Noida Location
Apply: https://www.linkedin.com/jobs/view/3648804258
Role: iOS Developer
Batch eligible: 2023 grads only
Stipend: 25k
Work From Office: Noida Location
Apply: https://www.linkedin.com/jobs/view/3648804258
Linkedin
PW (PhysicsWallah) hiring iOS Developer in Noida, Uttar Pradesh, India | LinkedIn
Posted 4:13:14 PM. iOS Developer Intern
This is the internship opportunity, there will no PPO.
Location: Noida (WorkโฆSee this and similar jobs on LinkedIn.
This is the internship opportunity, there will no PPO.
Location: Noida (WorkโฆSee this and similar jobs on LinkedIn.
Shooting Code
Cisco โ
Python 3
Cisco โ
Python 3
int maxPoints(vector<int> &nums)
{
int n = nums.size();
if (n == 0)
return 0;
if (n == 1)
return nums[0];
if (n == 2)
return max(nums[0], nums[1]);
vector<int> dp(n, 0);
dp[0] = nums[0];
dp[1] = nums[1];
for (int i = 2; i < n; i++)
{
dp[i] = max(dp[i - 2] + nums[i], dp[i - 1]);
}
return dp[n - 1];
}
Cisco โ
{
int n = nums.size();
if (n == 0)
return 0;
if (n == 1)
return nums[0];
if (n == 2)
return max(nums[0], nums[1]);
vector<int> dp(n, 0);
dp[0] = nums[0];
dp[1] = nums[1];
for (int i = 2; i < n; i++)
{
dp[i] = max(dp[i - 2] + nums[i], dp[i - 1]);
}
return dp[n - 1];
}
Cisco โ
int n = markers.size();
vector<vector<int>> dp(n, vector<int>(n, 0));
for (int len = 1; len <= n; len++) {
for (int i = 0; i + len - 1 < n; i++) {
int j = i + len - 1;
int left = (i + 2 <= j) ? dp[i + 2][j] : 0;
int diagonal = (i + 1 <= j - 1) ? dp[i + 1][j - 1] : 0;
int right = (i <= j - 2) ? dp[i][j - 2] : 0;
dp[i][j] = max(markers[i] + min(left, diagonal), markers[j] + min(diagonal, right));
}
}
return dp[0][n - 1];
Markers code
Ciscoโ
vector<vector<int>> dp(n, vector<int>(n, 0));
for (int len = 1; len <= n; len++) {
for (int i = 0; i + len - 1 < n; i++) {
int j = i + len - 1;
int left = (i + 2 <= j) ? dp[i + 2][j] : 0;
int diagonal = (i + 1 <= j - 1) ? dp[i + 1][j - 1] : 0;
int right = (i <= j - 2) ? dp[i][j - 2] : 0;
dp[i][j] = max(markers[i] + min(left, diagonal), markers[j] + min(diagonal, right));
}
}
return dp[0][n - 1];
Markers code
Ciscoโ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Siemens is hiring for Developer role.
Batch eligible: 2022 and 2023 grads.
Apply: https://jobs.siemens.com/careers/job/563156115986129
Batch eligible: 2022 and 2023 grads.
Apply: https://jobs.siemens.com/careers/job/563156115986129
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Mindtickle
Role: Software Developer Intern
Batch eligible: 2024 grads
Apply: https://www.linkedin.com/jobs/view/3650778930
Role: Software Developer Intern
Batch eligible: 2024 grads
Apply: https://www.linkedin.com/jobs/view/3650778930
Linkedin
Mindtickle hiring Software Developer Engineer - Intern in Pune, Maharashtra, India | LinkedIn
Posted 12:58:32 PM. About us :
Mindtickle provides a comprehensive, data-driven solution for sales readiness andโฆSee this and similar jobs on LinkedIn.
Mindtickle provides a comprehensive, data-driven solution for sales readiness andโฆSee this and similar jobs on LinkedIn.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Amazon Wow
Get Internships and Full Time Offers from Amazon
Batch Eligible: 2024, 2025
Grads(Females only)
Deadline: No deadline(Apply it at the earliest)
https://codeelevateamazon.courserahackathon.com/
Get Internships and Full Time Offers from Amazon
Batch Eligible: 2024, 2025
Grads(Females only)
Deadline: No deadline(Apply it at the earliest)
https://codeelevateamazon.courserahackathon.com/
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Twilio
Role: SDE 1
Batch eligible: 2022 and 2023 grads
Apply: https://boards.greenhouse.io/twilio/jobs/5138362?t=cyu53e
Role: SDE 1
Batch eligible: 2022 and 2023 grads
Apply: https://boards.greenhouse.io/twilio/jobs/5138362?t=cyu53e