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
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Internship Alert ๐จ
What do we need?
1. Understanding of AI, LLMs and underlying basics
2. Python with Colab, Streamlit and VectorDB
3. Product Thinking and love to own projects and work on them end to end
What's in it for you?
๐ Deep learning, learn from the best
๐ Directly report to our AI Lead and get exponential learning
๐ Stipend
๐ PPO opportunity
https://tally.so/r/3yXDpd?trk=feed-detail_main-feed-card-text
What do we need?
1. Understanding of AI, LLMs and underlying basics
2. Python with Colab, Streamlit and VectorDB
3. Product Thinking and love to own projects and work on them end to end
What's in it for you?
๐ Deep learning, learn from the best
๐ Directly report to our AI Lead and get exponential learning
๐ Stipend
๐ PPO opportunity
https://tally.so/r/3yXDpd?trk=feed-detail_main-feed-card-text
Tally Forms
AI R&D Intern (LLMs)
Made with Tally, the simplest way to create forms.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Stanza Living is #hiringInterns for Data Analyst Role:-
Interested candidate can send updated resume on dhairya.rogha@stanzaliving.com
Or Fill out the google Form Given Below:- https://lnkd.in/d-cxFqfi
Other Details :-
Requirements :- Proficient in Microsoft Excel, SQL (Mandatory)
Monthly Stipend :- 15,000 Fixed
Duration :- 60 Days
Location :- Gurugram Corporate Office
Other Benefits :- โ
Pre-Placement Opportunity โ
Certificate of Completion โ
Letter of Recommendation
Interested candidate can send updated resume on dhairya.rogha@stanzaliving.com
Or Fill out the google Form Given Below:- https://lnkd.in/d-cxFqfi
Other Details :-
Requirements :- Proficient in Microsoft Excel, SQL (Mandatory)
Monthly Stipend :- 15,000 Fixed
Duration :- 60 Days
Location :- Gurugram Corporate Office
Other Benefits :- โ
Pre-Placement Opportunity โ
Certificate of Completion โ
Letter of Recommendation
Linkedin
Sign Up | LinkedIn
500 million+ members | Manage your professional identity. Build and engage with your professional network. Access knowledge, insights and opportunities.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Segwise.ai hiring React developer
Location : Bangalore
Experience : 2-3 years
https://www.linkedin.com/jobs/view/3648406908/?trk=feed-detail_main-feed-card_feed-job-posting-content
Fill this form :
https://docs.google.com/forms/d/e/1FAIpQLSfDJ4uATvXP1kcc7GisyL9Bj0SuFL7unAIHH4K2x0TwDUvDQQ/viewform
Location : Bangalore
Experience : 2-3 years
https://www.linkedin.com/jobs/view/3648406908/?trk=feed-detail_main-feed-card_feed-job-posting-content
Fill this form :
https://docs.google.com/forms/d/e/1FAIpQLSfDJ4uATvXP1kcc7GisyL9Bj0SuFL7unAIHH4K2x0TwDUvDQQ/viewform
Linkedin
Segwise.ai hiring React Developer in Bengaluru, Karnataka, India | LinkedIn
Posted 6:12:24 AM. Segwise.ai is a monitoring and alerting software for Growth and Product teams. We are looking toโฆSee this and similar jobs on LinkedIn.
Accenture is hiring!
Position: Business Analyst
Qualifications: Any Graduate/ MBA
Salary: 38K - 50K Per Month (Expected)
Batch: Any Batch
Experience: 0 - 2 (Years)
Location: Bangalore/ WFH
๐Apply Now: https://www.accenture.com/in-en/careers/jobdetails?id=269678_india_2
Position: Business Analyst
Qualifications: Any Graduate/ MBA
Salary: 38K - 50K Per Month (Expected)
Batch: Any Batch
Experience: 0 - 2 (Years)
Location: Bangalore/ WFH
๐Apply Now: https://www.accenture.com/in-en/careers/jobdetails?id=269678_india_2
Accenture
Search Jobs
Search for Accenture jobs and find open positions near you. Use the search box to learn more about our career opportunities.
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: HPE
Role: R&D
Batch eligible: 2022 and 2023 grads
Apply: https://careers.hpe.com/us/en/job/1115587/RD-Graduate
Role: R&D
Batch eligible: 2022 and 2023 grads
Apply: https://careers.hpe.com/us/en/job/1115587/RD-Graduate
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: CodeMate
Role: Full Stack Developer Internship
Batch eligible: 2022 and 2023 grads
Stipend: 20k - 25k
Location: Noida
Apply: https://bit.ly/3CUki6W
Role: Full Stack Developer Internship
Batch eligible: 2022 and 2023 grads
Stipend: 20k - 25k
Location: Noida
Apply: https://bit.ly/3CUki6W
cuvette.tech
Fullstack Developer Internship in CodeMate at Noida, Uttar Pradesh, India | Cuvette
Apply For Fullstack Developer Internship | Skills required are Javascript, React.js, NodeJs | Stipend โน20K-25K | Job Offer โน 8 LPA - 12 LPA | FULL-TIME INTERNSHIP | Location is Noida, Uttar Pradesh, India
๐1
Accenture โ
Distinct and duplicate integers
Distinct and duplicate integers
Pouring problem
Accenture โ
Accenture โ