Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Clearfeed
Role: Software Engineer Intern
Batch eligible: 2025 grads only
Apply: https://clearfeed.keka.com/careers/jobdetails/798
Role: Software Engineer Intern
Batch eligible: 2025 grads only
Apply: https://clearfeed.keka.com/careers/jobdetails/798
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
long long anser(vector<int>& arr, int i, vector<long long>& dp) {
if (i >= arr.size()) {
return -1;
}
if (dp[i] != -1) {
return dp[i];
}
int ans=anser(arr,i+1,dp);
return max(ans,max(ans|arr[i],arr[i]));
}
long long answer(vector<int>& arr) {
int n = arr.size();
vector<long long> dp(n, -1);
return anser(arr, 0, dp);
}
OR BITโ
#include <iostream>
#include <vector>
using namespace std;
pair<int, int> urgent(const vector<int>& arr, int n) {
vector<int> freq(n + 1, 0);
int duplicate = -1, missing = -1;
for (int i = 0; i < n; i++) {
freq[arr[i]]++;
}
for (int i = 1; i <= n; i++) {
if (freq[i] == 0) {
missing = i;
} else if (freq[i] > 1) {
duplicate = i;
}
}
if (duplicate != -1 && missing != -1) {
return {duplicate, missing};
} else {
return {-1, -1};
}
}
Messed Up Array โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Gammaprep is hiring for Multiple roles
Remote Opportunity
8 - 9 LPA CTC
Apply Here : https://wellfound.com/jobs/3086112-data-analyst-at-gammaprep-com
Remote Opportunity
8 - 9 LPA CTC
Apply Here : https://wellfound.com/jobs/3086112-data-analyst-at-gammaprep-com
๐1
#include <iostream>
#include <vector>
using namespace std;
void solve(int N, const vector<int>& L, const vector<int>& R) {
vector<pair<int, int>> available_slots;
if (L[0] > 0) {
available_slots.push_back({0, L[0]});
}
for (int i = 1; i < N; ++i) {
if (R[i-1] < L[i]) {
available_slots.push_back({R[i-1], L[i]});
}
}
if (R[N-1] < 1000000000) {
available_slots.push_back({R[N-1], 1000000000});
}
if (available_slots.empty()) {
cout << "-1 -1" << endl;
} else {
for (const auto& slot : available_slots) {
cout << slot.first << " " << slot.second << " ";
}
cout << endl;
}
}
Available Time Frames โ
#include <vector>
using namespace std;
void solve(int N, const vector<int>& L, const vector<int>& R) {
vector<pair<int, int>> available_slots;
if (L[0] > 0) {
available_slots.push_back({0, L[0]});
}
for (int i = 1; i < N; ++i) {
if (R[i-1] < L[i]) {
available_slots.push_back({R[i-1], L[i]});
}
}
if (R[N-1] < 1000000000) {
available_slots.push_back({R[N-1], 1000000000});
}
if (available_slots.empty()) {
cout << "-1 -1" << endl;
} else {
for (const auto& slot : available_slots) {
cout << slot.first << " " << slot.second << " ";
}
cout << endl;
}
}
Available Time Frames โ
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
#hiring #startuphiring #internship | Ravi Ahlawat | 61 comments
A friend is hiring 2 Founder Office Interns at a YC startup! ๐
๐ Looking for someone who can wear multiple hats and learn on-the-go with a proactive problem solving mindset with high velocity.
This role offers high ownership with a steep learning curveโฆ
๐ Looking for someone who can wear multiple hats and learn on-the-go with a proactive problem solving mindset with high velocity.
This role offers high ownership with a steep learning curveโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name : Siemens
Scholarship for first year students from Government Colleges.
Entire Tuition Fee covered + Internship at Siemens also
Link : https://www.siemens.com/in/en/company/sustainability/corporate-citizenship/siemens-scholarship-program.html
Last Date is September 15. Apply early.
Share with first year students from your college.
Scholarship for first year students from Government Colleges.
Entire Tuition Fee covered + Internship at Siemens also
Link : https://www.siemens.com/in/en/company/sustainability/corporate-citizenship/siemens-scholarship-program.html
Last Date is September 15. Apply early.
Share with first year students from your college.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
QBrainX is hiring for ServiceNow Opportunity for 2018 to 2023 passouts
Send resume to : sona.sekar@qbrainx.com
Send resume to : sona.sekar@qbrainx.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Rapido Intern Product Management
https://docs.google.com/forms/d/e/1FAIpQLSfuJQjLs0vPGkJTuUY7j-AX0cx0sSLJGM8XpDw-MpoVh6Pc7A/viewform
https://docs.google.com/forms/d/e/1FAIpQLSfuJQjLs0vPGkJTuUY7j-AX0cx0sSLJGM8XpDw-MpoVh6Pc7A/viewform
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Python Developer Trainee
Location : Pune
Interested candidate send your Resume
aghaavte@inferyx.com
Location : Pune
Interested candidate send your Resume
aghaavte@inferyx.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Deadline 3 September
https://docs.google.com/forms/d/e/1FAIpQLSe7uqxivfcfJQNYJHczImAXVYX66ZWFR12ir7_ScOmATJ7Mrg/viewform
https://docs.google.com/forms/d/e/1FAIpQLSe7uqxivfcfJQNYJHczImAXVYX66ZWFR12ir7_ScOmATJ7Mrg/viewform
โค3
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name : UST Global
D3 Hackathon 2024
Batch : All Engineering - BTech and MTech
Prizes worth 19 Lakhs to be won + PPO for top performers
Link to register : https://p.hck.re/hDC6
Last Date to register is September 4.
D3 Hackathon 2024
Batch : All Engineering - BTech and MTech
Prizes worth 19 Lakhs to be won + PPO for top performers
Link to register : https://p.hck.re/hDC6
Last Date to register is September 4.
HackerEarth
UST D3CODE Hackathon'24 on HackerEarth
D3CODE, UST presents an exciting opportunity for tech enthusiasts to demonstrate their passion for innovation, problem-solving, design thinking, and programming skills, with the chance to win incredible prizes. D3CODE consists of two main events: regionalโฆ
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Artmac is hiring for AWS Data Engineer with Databricks - Freshers (2024)
Experience: 0 - 1 year's
Apply here: https://www.linkedin.com/jobs/view/4015661389/
Experience: 0 - 1 year's
Apply here: https://www.linkedin.com/jobs/view/4015661389/
Linkedin
34,000+ Data Engineer jobs in India (1,887 new)
Todayโs top 34,000+ Data Engineer jobs in India. Leverage your professional network, and get hired. New Data Engineer jobs added daily.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Send your reume to: fresher-jobs@mitrahsoft.com
Contact: 9092480924
Contact: 9092480924
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Zomato Hiring Data Analyst
https://docs.google.com/forms/d/e/1FAIpQLSfL6qJfdBsMW6MZsJdKrqJW1EwaA7CGX6knZKz-O69mYiey8Q/viewform
https://docs.google.com/forms/d/e/1FAIpQLSfL6qJfdBsMW6MZsJdKrqJW1EwaA7CGX6knZKz-O69mYiey8Q/viewform
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Infosys brings a great opportunity for recent MBA graduates from the batch of 2023 & 2024.
https://surveys.infosysapps.com/r/a/InfosysMBAOffcampus
https://surveys.infosysapps.com/r/a/InfosysMBAOffcampus
Infosysapps
Infosys | Surveys
Create Surveys. Collect feedback through a computer assisted, Mobile friendly method. Design Surveys, Send Request , Analyze response and more ...
#include <iostream>
#include <vector>
#include <functional>
#include <array>
using namespace std;
using ll = long long;
ll maxValue(ll a, ll b) {
return (a > b) ? a : b;
}
int getMinServers(int n, vector<int> f, vector<int> t, vector<int> w, vector<int> v) {
vector<ll> size(n), maxDistance(n);
vector<vector<array<ll, 2>>> adjacencyList(n);
for (ll i = 0; i < f.size(); i++) {
f[i]--;
t[i]--;
adjacencyList[f[i]].push_back({t[i], w[i]});
adjacencyList[t[i]].push_back({f[i], w[i]});
}
ll answer = 0;
function<void(ll, ll)> dfs1 = [&](ll u, ll parent) {
size[u] = 1;
ll idx = 0;
while (idx < adjacencyList[u].size()) {
ll vertex = adjacencyList[u][idx][0];
ll weight = adjacencyList[u][idx][1];
if (vertex != parent) {
maxDistance[vertex] = maxValue(maxDistance[u] + weight, weight);
dfs1(vertex, u);
size[u] += size[vertex];
}
idx++;
}
};
function<void(ll, ll)> dfs2 = [&](ll u, ll parent) {
if (u != 0 && maxDistance[u] > v[u]) {
answer += size[u];
} else {
ll idx = 0;
while (idx < adjacencyList[u].size()) {
ll vertex = adjacencyList[u][idx][0];
if (vertex != parent) {
dfs2(vertex, u);
}
idx++;
}
}
};
dfs1(0, -1);
dfs2(0, -1);
return answer;
}
Cisco โ
Minserver
๐3
#include <iostream>
#include <vector>
#include <algorithm>
#include <climits>
using namespace std;
int solve(int i, vector<int>& lst, int ad, const vector<int>& machineCount, const vector<int>& finalMachineCount, int shiftingCost) {
int n = machineCount.size();
if (i == n) {
int res = ad;
for (int k = 0; k < 3; ++k) {
res += abs(lst[k] - finalMachineCount[k]);
}
return res;
}
int res = INT_MAX;
res = min(res, solve(i + 1, lst, ad, machineCount, finalMachineCount, shiftingCost));
for (int j = 0; j < 3; ++j) {
lst[j] += machineCount[i];
if (lst[j] - machineCount[i] != 0) {
res = min(res, solve(i + 1, lst, ad + shiftingCost, machineCount, finalMachineCount, shiftingCost));
} else {
res = min(res, solve(i + 1, lst, ad, machineCount, finalMachineCount, shiftingCost));
}
lst[j] -= machineCount[i];
}
return res;
}
int getMinimumCost(const vector<int>& machineCount, const vector<int>& finalMachineCount, int shiftingCost) {
vector<int> lst(3, 0);
return solve(0, lst, 0, machineCount, finalMachineCount, shiftingCost);
}
GetMinimum Costโ
Cisco
#include <vector>
#include <algorithm>
#include <climits>
using namespace std;
int solve(int i, vector<int>& lst, int ad, const vector<int>& machineCount, const vector<int>& finalMachineCount, int shiftingCost) {
int n = machineCount.size();
if (i == n) {
int res = ad;
for (int k = 0; k < 3; ++k) {
res += abs(lst[k] - finalMachineCount[k]);
}
return res;
}
int res = INT_MAX;
res = min(res, solve(i + 1, lst, ad, machineCount, finalMachineCount, shiftingCost));
for (int j = 0; j < 3; ++j) {
lst[j] += machineCount[i];
if (lst[j] - machineCount[i] != 0) {
res = min(res, solve(i + 1, lst, ad + shiftingCost, machineCount, finalMachineCount, shiftingCost));
} else {
res = min(res, solve(i + 1, lst, ad, machineCount, finalMachineCount, shiftingCost));
}
lst[j] -= machineCount[i];
}
return res;
}
int getMinimumCost(const vector<int>& machineCount, const vector<int>& finalMachineCount, int shiftingCost) {
vector<int> lst(3, 0);
return solve(0, lst, 0, machineCount, finalMachineCount, shiftingCost);
}
GetMinimum Costโ
Cisco