Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
GeeksforGeeks is hiring For Technical Content Writer Intern. โ๏ธ
What we are looking for:
- Available for 6 months in-office internship
- Having SEO Knowledge
- Creative Content
- Experience preferred
Location:- Noida
Join the Geeksforgeeks family and be part of something extraordinary! ๐ Fill The Forms Given Below To Apply ๐
https://lnkd.in/gZha5wWf
What we are looking for:
- Available for 6 months in-office internship
- Having SEO Knowledge
- Creative Content
- Experience preferred
Location:- Noida
Join the Geeksforgeeks family and be part of something extraordinary! ๐ Fill The Forms Given Below To Apply ๐
https://lnkd.in/gZha5wWf
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)
Hiring Data Analyst (Fresher/ 2023-24 Batch) at Razormet Technologies
Salary: โน400,000/yr - โน500,000/yr
https://www.linkedin.com/jobs/view/3798981663
Salary: โน400,000/yr - โน500,000/yr
https://www.linkedin.com/jobs/view/3798981663
Linkedin
Razormet Technologies hiring Hiring Data Analyst (Fresher/ 2023-24 Batch)- in India | LinkedIn
Posted 7:48:02 AM. We are currently seeking a talented and motivated Data Analyst to join our growingโฆ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)
ZeStream is hiring for several positions with any experience level
Apply here : https://lnkd.in/g6PTsQ6w
Apply here : https://lnkd.in/g6PTsQ6w
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)
My Team at Meesho Is hiring for Business Analysts ( 0-2 YOE)
( Multiple Openings)
For referrals,
Interested Folks can apply through this google form:
https://lnkd.in/gY9vE5yb
( Multiple Openings)
For referrals,
Interested Folks can apply through this google form:
https://lnkd.in/gY9vE5yb
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)
๐FamPay is Hiring !!
Role: Backend Engineering Intern
Apply here: https://jobs.lever.co/fampay/eae15a84-15d3-42d2-a228-5c0064de4dbe
Role: Backend Engineering Intern
Apply here: https://jobs.lever.co/fampay/eae15a84-15d3-42d2-a228-5c0064de4dbe
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Salesforce is Hiring Intern !!
Role: security Intern
Batch: 2024
Stipend: 50 to 70k
Apply here- https://salesforce.wd12.myworkdayjobs.com/en-US/External_Career_Site/job/India---Hyderabad/Intern_JR234461
Role: security Intern
Batch: 2024
Stipend: 50 to 70k
Apply here- https://salesforce.wd12.myworkdayjobs.com/en-US/External_Career_Site/job/India---Hyderabad/Intern_JR234461
Myworkdayjobs
Intern
To get the best candidate experience, please consider applying for a maximum of 3 roles within 12 months to ensure you are not duplicating efforts. About Futureforce University Recruiting Our Futureforce University Recruiting program is dedicated to attractingโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Antino Labs is Hiring !!
Role: Frontend Developer Internship
Batch: 2025,2026,2027
Stipend: 10k - 15k per month
Apply here: https://bit.ly/48ESLEv
Role: Frontend Developer Internship
Batch: 2025,2026,2027
Stipend: 10k - 15k per month
Apply here: https://bit.ly/48ESLEv
cuvette.tech
Frontend Developer Internship in Antino Labs at Gurugram, Haryana, India | Cuvette
Apply For Frontend Developer Internship | Skills required are React.js, Javascript, CSS | Stipend โน10K-15K | FULL-TIME INTERNSHIP | Location is Gurugram, Haryana, India
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Bentley Systems is Hiring !!
Role: Software Engineer II (Automation)- Fresher
Experience: 0-5 Year's
Expected CTC: 6-13 LPA
Apply here: https://bit.ly/3vsPbz6
Role: Software Engineer II (Automation)- Fresher
Experience: 0-5 Year's
Expected CTC: 6-13 LPA
Apply here: https://bit.ly/3vsPbz6
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Quest Global is inviting applications from Engineering Graduates of Batch 2023, 2022 in Industrial Domains. Last Date to Apply: 10th January 2024
Click on the below link to register: https://forms.office.com/r/zytvedkhYw
Click on the below link to register: https://forms.office.com/r/zytvedkhYw
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Tata Capital is hiring for Quality Executive.
Experience :- 0 to 2 year's
Location :- Karnataka
Apply Now - https://cutt.ly/zwHcWs3G
Experience :- 0 to 2 year's
Location :- Karnataka
Apply Now - https://cutt.ly/zwHcWs3G
#include<bits/stdc++.h>
using namespace std;
#define MOD 1000000007
#define MAX 250
int main() {
ios_base::sync_with_stdio(false);
cin.tie(NULL);
string s;
cin >> s;
vector<long long> dp(s.size()+1, 0);
dp[0] = 1;
for(int i=1; i<=s.size(); i++) {
if(s[i-1] != '0') {
dp[i] = dp[i-1];
}
if(i > 1 && s[i-2] != '0' && stoi(s.substr(i-2, 2)) <= 26) {
dp[i] = (dp[i] + dp[i-2]) % MOD;
}
}
cout << dp[s.size()] << "\n";
return 0;
}
Alphanumeric combinationsโ
using namespace std;
#define MOD 1000000007
#define MAX 250
int main() {
ios_base::sync_with_stdio(false);
cin.tie(NULL);
string s;
cin >> s;
vector<long long> dp(s.size()+1, 0);
dp[0] = 1;
for(int i=1; i<=s.size(); i++) {
if(s[i-1] != '0') {
dp[i] = dp[i-1];
}
if(i > 1 && s[i-2] != '0' && stoi(s.substr(i-2, 2)) <= 26) {
dp[i] = (dp[i] + dp[i-2]) % MOD;
}
}
cout << dp[s.size()] << "\n";
return 0;
}
Alphanumeric combinationsโ
#include <bits/stdc++.h>
using namespace std;
bool f(int n) {
string s = to_string(n);
return s.find('1') != string::npos && s.find('2') != string::npos && s.find('3') != string::npos;
}
vector<int> solve(vector<int>& nums) {
vector<int> res;
for (int n : nums) {
if (f(n)) {
res.push_back(n);
}
}
if (res.empty()) {
return {-1};
}
sort(res.begin(), res.end());
return res;
}
int main() {
vector<int> nums = {1456, 345671, 43218, 123};
vector<int> res = solve(nums);
for (int i = 0; i < res.size(); ++i) {
if (i > 0) {
cout << ",";
}
cout << res[i];
}
cout << endl;
return 0;
}
Number Checker โ
using namespace std;
bool f(int n) {
string s = to_string(n);
return s.find('1') != string::npos && s.find('2') != string::npos && s.find('3') != string::npos;
}
vector<int> solve(vector<int>& nums) {
vector<int> res;
for (int n : nums) {
if (f(n)) {
res.push_back(n);
}
}
if (res.empty()) {
return {-1};
}
sort(res.begin(), res.end());
return res;
}
int main() {
vector<int> nums = {1456, 345671, 43218, 123};
vector<int> res = solve(nums);
for (int i = 0; i < res.size(); ++i) {
if (i > 0) {
cout << ",";
}
cout << res[i];
}
cout << endl;
return 0;
}
Number Checker โ
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
const int INF = 99;
const int MAXN = 20;
int dist[MAXN][MAXN];
int next_node[MAXN][MAXN];
int path_count[MAXN][MAXN][MAXN];
void solve(int n) {
for (int i = 0; i < n; i++) {
for (int j = 0; j < n; j++) {
if (i != j && dist[i][j] != INF) {
for (int k = 0; k < n; k++) {
if (dist[i][k] + dist[k][j] == dist[i][j]) {
path_count[i][j][k]++;
}
}
}
}
}
vector<int> v;
for (int k = 0; k < n; k++) {
int count = 0;
for (int i = 0; i < n; i++) {
for (int j = 0; j < n; j++) {
if (i != j && i != k && j != k) {
count += path_count[i][j][k];
}
}
}
if (count > 0) {
v.push_back(k);
}
}
sort(v.begin(), v.end());
for (int node : v) {
cout << node << endl;
}
}
int main() {
int n;
cin >> n >> n;
for (int i = 0; i < n; i++) {
for (int j = 0; j < n; j++) {
cin >> dist[i][j];
if (dist[i][j] == INF) {
next_node[i][j] = -1;
} else {
next_node[i][j] = j;
}
}
}
for (int k = 0; k < n; k++) {
for (int i = 0; i < n; i++) {
for (int j = 0; j < n; j++) {
if (dist[i][k] + dist[k][j] < dist[i][j]) {
dist[i][j] = dist[i][k] + dist[k][j];
next_node[i][j] = next_node[i][k];
}
}
}
}
solve(n);
return 0;
}
#include <vector>
#include <algorithm>
using namespace std;
const int INF = 99;
const int MAXN = 20;
int dist[MAXN][MAXN];
int next_node[MAXN][MAXN];
int path_count[MAXN][MAXN][MAXN];
void solve(int n) {
for (int i = 0; i < n; i++) {
for (int j = 0; j < n; j++) {
if (i != j && dist[i][j] != INF) {
for (int k = 0; k < n; k++) {
if (dist[i][k] + dist[k][j] == dist[i][j]) {
path_count[i][j][k]++;
}
}
}
}
}
vector<int> v;
for (int k = 0; k < n; k++) {
int count = 0;
for (int i = 0; i < n; i++) {
for (int j = 0; j < n; j++) {
if (i != j && i != k && j != k) {
count += path_count[i][j][k];
}
}
}
if (count > 0) {
v.push_back(k);
}
}
sort(v.begin(), v.end());
for (int node : v) {
cout << node << endl;
}
}
int main() {
int n;
cin >> n >> n;
for (int i = 0; i < n; i++) {
for (int j = 0; j < n; j++) {
cin >> dist[i][j];
if (dist[i][j] == INF) {
next_node[i][j] = -1;
} else {
next_node[i][j] = j;
}
}
}
for (int k = 0; k < n; k++) {
for (int i = 0; i < n; i++) {
for (int j = 0; j < n; j++) {
if (dist[i][k] + dist[k][j] < dist[i][j]) {
dist[i][j] = dist[i][k] + dist[k][j];
next_node[i][j] = next_node[i][k];
}
}
}
}
solve(n);
return 0;
}
int solve(int n, vector<int>& arr) {
while (arr.size() > 1) {
int len = INT_MAX;
int idx = -1;
for (int i = 0; i < arr.size() - 1; ++i) {
int d = arr[i + 1];
if (d == 0 || arr[i] == 0) {
continue;
}
int r = min(arr[i] % d, d % arr[i]);
if (r < len) {
len = r;
idx = i;
}
}
if (idx == -1) {
break;
}
int d = arr[idx + 1];
if (d != 0) {
arr[idx] = min(arr[idx] % d, d % arr[idx]);
}
arr.erase(arr.begin() + idx + 1);
}
return arr.size();
}
Women Day Mathematics Challenge โ
while (arr.size() > 1) {
int len = INT_MAX;
int idx = -1;
for (int i = 0; i < arr.size() - 1; ++i) {
int d = arr[i + 1];
if (d == 0 || arr[i] == 0) {
continue;
}
int r = min(arr[i] % d, d % arr[i]);
if (r < len) {
len = r;
idx = i;
}
}
if (idx == -1) {
break;
}
int d = arr[idx + 1];
if (d != 0) {
arr[idx] = min(arr[idx] % d, d % arr[idx]);
}
arr.erase(arr.begin() + idx + 1);
}
return arr.size();
}
Women Day Mathematics Challenge โ
#include<bits/stdc++.h>
using namespace std;
int main() {
int n;
cin >> n;
vector<int> a(n);
for(int i=0; i<n; i++) {
cin >> a[i];
}
sort(a.begin(), a.end());
int ans = 0, count = 1;
for(int i=1; i<n; i++) {
if(a[i] > a[i-1]) {
ans += count;
count = 1;
} else {
count++;
}
}
cout << ans << endl;
return 0;
}
using namespace std;
int main() {
int n;
cin >> n;
vector<int> a(n);
for(int i=0; i<n; i++) {
cin >> a[i];
}
sort(a.begin(), a.end());
int ans = 0, count = 1;
for(int i=1; i<n; i++) {
if(a[i] > a[i-1]) {
ans += count;
count = 1;
} else {
count++;
}
}
cout << ans << endl;
return 0;
}
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Job Role : Service Desk Skills
Qualification : B.E/B.Tech
Batch : Any Batch
https://www.linkedin.com/jobs/view/3797415823/
Qualification : B.E/B.Tech
Batch : Any Batch
https://www.linkedin.com/jobs/view/3797415823/
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Sensata is Hiring !!
Role: Intern
Expected Stipend: 20k-40k per month
Apply here: https://sensata.wd1.myworkdayjobs.com/en-US/Sensata-Careers/job/Pune-India/Intern_IRC91727
Role: Intern
Expected Stipend: 20k-40k per month
Apply here: https://sensata.wd1.myworkdayjobs.com/en-US/Sensata-Careers/job/Pune-India/Intern_IRC91727