๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
#include<bits/stdc++.h>
using namespace std;
int memoize(int l, int r, int residue, const vector<char>& colors) {
int n = colors.size();
int dp[n][n][n];
memset(dp, -1, sizeof(dp));
if (r < l)
return 0;
else if (dp[l][r][residue] != -1)
return dp[l][r][residue];
dp[l][r][residue] = (residue + 1) * (residue + 1) + memoize(l, r - 1, 0, colors);
for (int i = l; i < r; i++) {
if (colors[i] == colors[r]) {
dp[l][r][residue] = max(dp[l][r][residue], memoize(l, i - 1, 0, colors) + memoize(i + 1, r, residue + 1, colors));
}
}
return dp[l][r][residue];
}
int solve(int n, vector<char> colors) {
return memoize(0, n - 1, 0, colors);
}
int main() {
int n;
cin >> n;
vector<char> colors(n);
for (int i = 0; i < n; i++) {
cin >> colors[i];
}
cout << solve(n, colors);
return 0;
}
Crayon Removal Scoring Game โ
using namespace std;
int memoize(int l, int r, int residue, const vector<char>& colors) {
int n = colors.size();
int dp[n][n][n];
memset(dp, -1, sizeof(dp));
if (r < l)
return 0;
else if (dp[l][r][residue] != -1)
return dp[l][r][residue];
dp[l][r][residue] = (residue + 1) * (residue + 1) + memoize(l, r - 1, 0, colors);
for (int i = l; i < r; i++) {
if (colors[i] == colors[r]) {
dp[l][r][residue] = max(dp[l][r][residue], memoize(l, i - 1, 0, colors) + memoize(i + 1, r, residue + 1, colors));
}
}
return dp[l][r][residue];
}
int solve(int n, vector<char> colors) {
return memoize(0, n - 1, 0, colors);
}
int main() {
int n;
cin >> n;
vector<char> colors(n);
for (int i = 0; i < n; i++) {
cin >> colors[i];
}
cout << solve(n, colors);
return 0;
}
Crayon Removal Scoring Game โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
I am looking for an intern to help build new age automation systems.
If you know Python or JavaScript and have some basic software development skills, this could be for you.
โจ Perks: Remote work, competitive pay, and chances of a full time offer.
๐ก Plus points: Experience with n8n, CrewAI, or LangChain.
email: ayush.som@prossimatech.com
If you know Python or JavaScript and have some basic software development skills, this could be for you.
โจ Perks: Remote work, competitive pay, and chances of a full time offer.
๐ก Plus points: Experience with n8n, CrewAI, or LangChain.
email: ayush.som@prossimatech.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Weโre looking for Frontend Developer interns at Razorpod & Razornext (Gurgaon, Haryana). Sharing here in case itโs a fit for someoneโฆ
Weโre looking for Frontend Developer interns at Razorpod & Razornext (Gurgaon, Haryana). Sharing here in case itโs a fit for someone you know (or you!)
If you enjoy building things with React.js, Next.js, TypeScript, and Tailwind CSS, and want to see yourโฆ
If you enjoy building things with React.js, Next.js, TypeScript, and Tailwind CSS, and want to see yourโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐ Weโre Hiring SDE Interns at CredFlow!
At CredFlow, we empower over 100,000+ SMEs across India to unlock working capital, streamline finances, and fuel their growth. Our systems process 4Bn+ API hits monthly, handle 100TB+ of data, and power financial decision-making for businesses every day
.
Weโre looking for Software Development Engineer (SDE) Interns who are passionate about building scalable technology, problem-solving, and learning in a fast-paced environment.
๐น What youโll do:
Work alongside senior engineers on real-world product development.
Design, code, test, and debug applications.
Learn best practices in software engineering while contributing to meaningful projects.
๐น What weโre looking for:
Fresh engineering 2025 graduates (preferably CS or related fields).
Knowledge of at least one OOP language and one database system.
Strong problem-solving and communication skills.
๐ Location: Noida, Sector 3
๐ Internship with a strong opportunity to transition into a full-time role.
If youโre excited to be part of a high-growth fintech revolution, apply now and letโs build the future of SME finance together!
๐ Drop your CV at Gazal.khan@credflow.in or apply directly through LinkedIn.
At CredFlow, we empower over 100,000+ SMEs across India to unlock working capital, streamline finances, and fuel their growth. Our systems process 4Bn+ API hits monthly, handle 100TB+ of data, and power financial decision-making for businesses every day
.
Weโre looking for Software Development Engineer (SDE) Interns who are passionate about building scalable technology, problem-solving, and learning in a fast-paced environment.
๐น What youโll do:
Work alongside senior engineers on real-world product development.
Design, code, test, and debug applications.
Learn best practices in software engineering while contributing to meaningful projects.
๐น What weโre looking for:
Fresh engineering 2025 graduates (preferably CS or related fields).
Knowledge of at least one OOP language and one database system.
Strong problem-solving and communication skills.
๐ Location: Noida, Sector 3
๐ Internship with a strong opportunity to transition into a full-time role.
If youโre excited to be part of a high-growth fintech revolution, apply now and letโs build the future of SME finance together!
๐ Drop your CV at Gazal.khan@credflow.in or apply directly through LinkedIn.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Wellfound
Full-Stack Engineer (Internship 2025) at AI Planet โข Hyderabad
AI Planet is hiring a Full-Stack Engineer (Internship 2025) in Hyderabad - Apply now on Wellfound!
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Hcltech
Analyst with DWP-UCC-Network Voice in Noida | HCLTech
We are hiring Analyst with DWP-UCC-Network Voice skills and 0-2.5 Years of experience in Noida. Supercharge your career with HCLTech. Apply now!
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company: Rubrik
Role: Software Engineer Intern, 6 Months Internship
Batch: 2026 passouts
Stipend: 1 lakh+
Apply: 6 Months Internship
https://www.rubrik.com/company/careers/departments/job.7208329
Role: Software Engineer Intern, 6 Months Internship
Batch: 2026 passouts
Stipend: 1 lakh+
Apply: 6 Months Internship
https://www.rubrik.com/company/careers/departments/job.7208329
Rubrik
Software Engineer - Winter Intern
Accelerate your career at Rubrik
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: MRI Software
Role: Intern
Eligibility: 2026 grads
https://mrisoftware.wd501.myworkdayjobs.com/External_CareerSite/job/Bangalore-India-Office/Intern_R-105447
Role: Intern
Eligibility: 2026 grads
https://mrisoftware.wd501.myworkdayjobs.com/External_CareerSite/job/Bangalore-India-Office/Intern_R-105447
Myworkdayjobs
Intern
We are currently seeking a Junior Software Engineer to work within our global Product Development department working to apply defined software development life cycle processes to deliver production ready code of the highest quality, this individual will beโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Nanonets is hiring for Data Engineer (0-2 years)
Experience: 0 - 2 years
Expected Salary: 15-25 LPA
Apply here: https://www.linkedin.com/jobs/view/4292895159/
Experience: 0 - 2 years
Expected Salary: 15-25 LPA
Apply here: https://www.linkedin.com/jobs/view/4292895159/
Linkedin
Nanonets hiring Data Engineer in Bengaluru, Karnataka, India | LinkedIn
Posted 12:19:30 PM. Nanonets has a vision to help computers see the world starting with reading and understandingโฆ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)
L&T is hiring for Diploma Engineer Trainee Role
Experience: 0 - 2 years
Apply here: https://forms.office.com/pages/responsepage.aspx?id=_NBSSHr4K0atCXc_mGzMBC4ued-ulMFCsj29pPcuyV5UQjg1WFhNREpLS1dNRzFMRVVQWDA0WjIwUC4u&route=shorturl
Experience: 0 - 2 years
Apply here: https://forms.office.com/pages/responsepage.aspx?id=_NBSSHr4K0atCXc_mGzMBC4ued-ulMFCsj29pPcuyV5UQjg1WFhNREpLS1dNRzFMRVVQWDA0WjIwUC4u&route=shorturl
Office
Please fill out this form
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
dozee is hiring for Software Engineer
Experience: 0 - 2 years
Apply here: https://jobs.lever.co/dozee/1b59b5a6-5458-41e0-a920-2af562e951aa
Experience: 0 - 2 years
Apply here: https://jobs.lever.co/dozee/1b59b5a6-5458-41e0-a920-2af562e951aa
jobs.lever.co
Dozee - Software Engineer I
Role overview: We are seeking a highly motivated and enthusiastic Full Stack Developer to join our team. The ideal candidate will be passionate about web technologies, eager to learn, and capable of contributing to both front-end and back-end developmentโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Calix is hiring for Graduate Trainee
Experience: 0 - 2 years
Apply here: https://calix.wd1.myworkdayjobs.com/ExternalInternational/job/Bangalore/Graduate-Trainee--Customer-Success_R-10368?source=LinkedIn
Synopsys is hiring for Intern Roles
Experience: 0 - 2 years
Apply here: https://careers.synopsys.com/job/-/-/44408/85512221232
Experience: 0 - 2 years
Apply here: https://calix.wd1.myworkdayjobs.com/ExternalInternational/job/Bangalore/Graduate-Trainee--Customer-Success_R-10368?source=LinkedIn
Synopsys is hiring for Intern Roles
Experience: 0 - 2 years
Apply here: https://careers.synopsys.com/job/-/-/44408/85512221232
Myworkdayjobs
Graduate Trainee, Customer Success
Calix provides the cloud, software platforms, systems and services required for communications service providers to simplify their businesses, excite their subscribers and grow their value. Customer Succes: Support Internship Location: India โ (Flexible hybridโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Cargill is hiring for Software Engineer Intern
Experience: 0 - 2 years
Expected Stipend: 3-4 LPA
Apply here: https://careers.cargill.com/en/job/-/-/23251/85548314848
Experience: 0 - 2 years
Expected Stipend: 3-4 LPA
Apply here: https://careers.cargill.com/en/job/-/-/23251/85548314848
Cargill
Software Engineer Intern at Cargill
Learn more about applying for Software Engineer Intern at Cargill
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: GE Vernova
Role: Software Engineer Intern
Eligibility: 2026 grads only
Apply Link: https://careers.gevernova.com/global/en/job/GVXGVWGLOBALR5018384EXTERNALENGLOBAL/Software-Engineering-Specialist-Intern
Doston mei bhi share kr dena โค๏ธ๐งฟ
Role: Software Engineer Intern
Eligibility: 2026 grads only
Apply Link: https://careers.gevernova.com/global/en/job/GVXGVWGLOBALR5018384EXTERNALENGLOBAL/Software-Engineering-Specialist-Intern
Doston mei bhi share kr dena โค๏ธ๐งฟ
GE Vernova
Software Engineering Specialist - Intern in Hyderabad, Telangana, India | Digital Technology / IT at GE Vernova
Apply for Software Engineering Specialist - Intern job with GE Vernova in Hyderabad, Telangana, India. Digital Technology / IT at GE Vernova
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Synopsis Apprenticeship program
Key Program Facts:
Program Length: 12 months.
Location: Noida, India.
Working Model- in-office.
Full-Time/Part-Time: Full-Time
Should be a graduate engineer with bachelor's degree in computer science, Information Technology, or a related field (2025).
Link - https://careers.synopsys.com/job/-/-/44408/85512221232
Key Program Facts:
Program Length: 12 months.
Location: Noida, India.
Working Model- in-office.
Full-Time/Part-Time: Full-Time
Should be a graduate engineer with bachelor's degree in computer science, Information Technology, or a related field (2025).
Link - https://careers.synopsys.com/job/-/-/44408/85512221232
Company
IT Infrastructure & DevOps Apprenticeship at Synopsys
Learn more about applying for IT Infrastructure & DevOps Apprenticeship at Synopsys
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Juspay is hiring Junior Developer Advocate
For 2021, 2022, 2023, 2024 gards
Location: Bangalore
https://forms.gle/B68XquZh7CE3s11B8
For 2021, 2022, 2023, 2024 gards
Location: Bangalore
https://forms.gle/B68XquZh7CE3s11B8
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
GoKwik is hiring for DevOps Engineer
Experience: 0 - 2 years
Expected Stipend: 12-20 LPA
Apply here: https://jobs.joindevops.com/jobs/99235605-devops-engineer
Experience: 0 - 2 years
Expected Stipend: 12-20 LPA
Apply here: https://jobs.joindevops.com/jobs/99235605-devops-engineer
Joindevops
DevOps Engineer at GoKwik
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Dear Connections,
We are conducting interviews for Automation Testing Freshers at our Hyderabad office on September 5th.
๐ฐ Salary: 6 LPA for selected candidates
๐ Date: September 5th
๐ Venue: AutoRABIT, 5th Floor, iSprout, My Home Twitza, Hitech City Main Road, Gachibowli, Hyderabad
If you know anyone in your family or friends circle looking for an opportunity as a Fresher in Automation Testing, please encourage them to apply using the link below:
๐ https://lnkd.in/gsc7MaXS
We are conducting interviews for Automation Testing Freshers at our Hyderabad office on September 5th.
๐ฐ Salary: 6 LPA for selected candidates
๐ Date: September 5th
๐ Venue: AutoRABIT, 5th Floor, iSprout, My Home Twitza, Hitech City Main Road, Gachibowli, Hyderabad
If you know anyone in your family or friends circle looking for an opportunity as a Fresher in Automation Testing, please encourage them to apply using the link below:
๐ https://lnkd.in/gsc7MaXS
lnkd.in
LinkedIn
This link will take you to a page thatโs not on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
#hiring | Cognecto
We're #hiring a new Paid Internship โ Software Engineer (Vision AI, Data Science, Angular, Java Spring Boot) in Bengaluru, Karnataka. Apply today or share this post with your network.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
FIS Global
Software Engineer job in AMBIT IT PARK, 7th Floor, Block B & C, Chennai- 600058, Tamil Nadu, India | Product Development jobs atโฆ
Apply for Software Engineer job with FIS Global in AMBIT IT PARK, 7th Floor, Block B & C, Chennai- 600058, Tamil Nadu, India. Browse and apply for Product Development jobs at FIS Global