Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Pilot is hiring for Multiple Intern Roles
Expected Stipend: 3-7 LPA
Apply here for Full Stack developer (Frontend Focus):
https://wellfound.com/jobs/3027463-full-stack-software-engineer-intern-front-end-focus
Apply here for Full Stack developer (Frontend Focus):
https://wellfound.com/jobs/3027463-full-stack-software-engineer-intern-front-end-focus
Expected Stipend: 3-7 LPA
Apply here for Full Stack developer (Frontend Focus):
https://wellfound.com/jobs/3027463-full-stack-software-engineer-intern-front-end-focus
Apply here for Full Stack developer (Frontend Focus):
https://wellfound.com/jobs/3027463-full-stack-software-engineer-intern-front-end-focus
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Wipro is hiring for the role of Automation Engineer- Freshers (2024)
Experience: 0 -1 year's
Expected salary: 5 - 10 LPA
Apply Link: https://unstop.com/jobs/automation-engineer-wipro-1125280?utm_source=DotAware&utm_medium=Affiliates&utm_campaign=Wipro17082024&ref=DAW
Experience: 0 -1 year's
Expected salary: 5 - 10 LPA
Apply Link: https://unstop.com/jobs/automation-engineer-wipro-1125280?utm_source=DotAware&utm_medium=Affiliates&utm_campaign=Wipro17082024&ref=DAW
Unstop
Automation Engineer - Wipro - Noida | 1125280 // Unstop
Become a Automation Engineer at Wipro and get the best salary in the industry. Click the link to apply now and advance your career. | 2024 | 1125280
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Dodo Payments is hiring for Backend Development Intern
Stipend: 10K - 30K per month
Apply here:
https://www.linkedin.com/jobs/view/3998061134/?alternateChannel=search
๐GeeksforGeeks is hiring for SDE Intern- Backend
Expected Stipend: 25K per month
Apply here:
https://www.geeksforgeeks.org/jobs/geeksforgeeks-backend-developer-3810
๐Atlan is hiring for Interns through Engineering Fellowship
Stipend: Competitive
Apply here:
https://jobs.lever.co/atlan/258b1aad-cef9-4f89-8c66-3aac988de02c
Stipend: 10K - 30K per month
Apply here:
https://www.linkedin.com/jobs/view/3998061134/?alternateChannel=search
๐GeeksforGeeks is hiring for SDE Intern- Backend
Expected Stipend: 25K per month
Apply here:
https://www.geeksforgeeks.org/jobs/geeksforgeeks-backend-developer-3810
๐Atlan is hiring for Interns through Engineering Fellowship
Stipend: Competitive
Apply here:
https://jobs.lever.co/atlan/258b1aad-cef9-4f89-8c66-3aac988de02c
Linkedin
Dodo Payments hiring Backend Development Intern in India | LinkedIn
Posted 7:18:42 AM. OverviewThe Backend Development Intern plays a crucial role in supporting the development 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)
๐3
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Full stack developer intern
https://in.linkedin.com/jobs/view/full-stack-developer-intern-at-multiplier-ai-4003361092
https://in.linkedin.com/jobs/view/full-stack-developer-intern-at-multiplier-ai-4003361092
#include <iostream>
#include <vector>
#include <cmath>
#include <algorithm>
#include <climits>
using namespace std;
long long minTimeToEvent(int x, int z, int m, const vector<int>& friends) {
long long minTime = LLONG_MAX;
for (int Y : friends) {
long long time = abs(x - Y) + m + abs(Y - z);
minTime = min(minTime, time);
}
return minTime;
}
Motorq โ
๐1
#include <iostream>
#include <vector>
#include <unordered_map>
using namespace std;
int maxValidLength(const vector<int>& flowers, int K) {
unordered_map<int, int> count;
int n = flowers.size();
int maxLength = 0;
int left = 0;
int distinctCount = 0;
for (int right = 0; right < n; ++right) {
if (count[flowers[right]] == 0) {
distinctCount++;
}
count[flowers[right]]++;
while (distinctCount == K) {
count[flowers[left]]--;
if (count[flowers[left]] == 0) {
distinctCount--;
}
left++;
}
maxLength = max(maxLength, right - left + 1);
}
return maxLength;
}
Gardener and the flowers โ
Motorq
๐1
void generateSubsequences(string s, string current, vector<string>& subsequences) {
if (s.empty()) {
if (!current.empty()) {
subsequences.push_back(current);
}
return;
}
generateSubsequences(s.substr(1), current + s[0], subsequences);
generateSubsequences(s.substr(1), current, subsequences);
}
vector<string> buildSubsequences(string s) {
vector<string> subsequences;
generateSubsequences(s, "", subsequences);
sort(subsequences.begin(), subsequences.end());
return subsequences;
}
Build the subsequence
ORACLEโ
from itertools import product
def goodOrBad(statementCounts, statements):
n = len(statementCounts)
max_good = 0
for combination in product([True, False], repeat=n):
is_valid = True
good_count = sum(combination)
for person, statement in statements:
person -= 1
if combination[person]:
if not combination[statement - 1] == (statement == 1):
is_valid = False
break
if is_valid:
max_good = max(max_good, good_count)
return max_good
GOOD OR BADโ
Oracle
๐คฉ2
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
S.K. Varshney on LinkedIn: The Rhodes Trust Scholarship
A unique opportunity to study Masterโฆ
A unique opportunity to study Masterโฆ
The Rhodes Trust Scholarship
A unique opportunity to study Master courses at University of Oxford for those with strong academic records, leadershipโฆ
A unique opportunity to study Master courses at University of Oxford for those with strong academic records, leadershipโฆ
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
#include <bits/stdc++.h>
using namespace std;
#define int long long
int solution(int n, vector<vector<int>>& edges) {
vector<vector<int>> v(n + 1);
vector<int> indegree(n + 1, 0);
for (auto& edge : edges) {
int u = edge[0], v1 = edge[1];
v[u].push_back(v1);
v[v1].push_back(u);
indegree[v1]++;
indegree[u]++;
}
vector<int> vis(n + 1, 0);
queue<int> q;
for (int i = 1; i <= n; i++) {
if (indegree[i] == 1) {
q.push(i);
break;
}
}
int c = 0;
for (int i = 1; i <= n; i++) {
if (indegree[i] == 0) {
c++;
}
}
if (q.empty()) {
return -1;
}
while (!q.empty()) {
int size = q.size();
c++;
for (int i = 0; i < size; i++) {
auto node = q.front(); q.pop();
if (vis[node]) continue;
vis[node] = 1;
for (auto x : v[node]) {
if (!vis[x]) {
q.push(x);
}
}
}
}
return c;
}
Cab Credit
Uber intern โ
using namespace std;
#define int long long
int solution(int n, vector<vector<int>>& edges) {
vector<vector<int>> v(n + 1);
vector<int> indegree(n + 1, 0);
for (auto& edge : edges) {
int u = edge[0], v1 = edge[1];
v[u].push_back(v1);
v[v1].push_back(u);
indegree[v1]++;
indegree[u]++;
}
vector<int> vis(n + 1, 0);
queue<int> q;
for (int i = 1; i <= n; i++) {
if (indegree[i] == 1) {
q.push(i);
break;
}
}
int c = 0;
for (int i = 1; i <= n; i++) {
if (indegree[i] == 0) {
c++;
}
}
if (q.empty()) {
return -1;
}
while (!q.empty()) {
int size = q.size();
c++;
for (int i = 0; i < size; i++) {
auto node = q.front(); q.pop();
if (vis[node]) continue;
vis[node] = 1;
for (auto x : v[node]) {
if (!vis[x]) {
q.push(x);
}
}
}
}
return c;
}
Cab Credit
Uber intern โ
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
#include <bits/stdc++.h>
using namespace std;
vector<vector<string>> solution(vector<string> apiList, vector<vector<long long>> rateLimits, vector<long long> defaultLimits, vector<vector<string>> requests) {
struct RateLimit {
long long limit;
long long interval;
};
struct Request {
string type;
long long timestamp;
};
unordered_map<string, RateLimit> apiRateMap;
for (size_t i = 0; i < apiList.size(); ++i) {
apiRateMap[apiList[i]] = {rateLimits[i][0], rateLimits[i][1]};
}
unordered_map<string, queue<long long>> apiReqMap;
unordered_map<string, long long> denied;
for (const auto& req : requests) {
string api = req[0];
long long timestamp = stoll(req[1]);
RateLimit rl = (apiRateMap.find(api) != apiRateMap.end()) ? apiRateMap[api] : RateLimit{defaultLimits[0], defaultLimits[1]};
auto& q = apiReqMap[api];
while (!q.empty() && q.front() <= timestamp - rl.interval) {
q.pop();
}
if (q.size() < rl.limit) {
q.push(timestamp);
} else {
denied[api]++;
}
}
vector<vector<string>> result;
for (const auto& entry : denied) {
result.push_back({entry.first, to_string(entry.second)});
}
sort(result.begin(), result.end());
return result;
}
Uber (intern) โ