Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Urgently required Freshers for Foxconn๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ
Qualification: BCom, BA, BSc, Diploma, BE, BTech
Trade- EEE/ ECE/ EIE/ Mechanical/ Mechatronics
Year of Passing: 2022- 2023
Male & Female eligible.
Date of Interview: 6th September.
Venue: Impact College of Engineering and Applied Sciences.
Fill the form here: https://forms.gle/Jyy3Lnm3JwxtCAVy6
Hurry Up !!!!
Qualification: BCom, BA, BSc, Diploma, BE, BTech
Trade- EEE/ ECE/ EIE/ Mechanical/ Mechatronics
Year of Passing: 2022- 2023
Male & Female eligible.
Date of Interview: 6th September.
Venue: Impact College of Engineering and Applied Sciences.
Fill the form here: https://forms.gle/Jyy3Lnm3JwxtCAVy6
Hurry Up !!!!
Google Docs
Job Applications Registration- Foxconn -KA 06-September-2024
Job opportunity for different position in Foxconn, Bangalore location.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Wingify is hiring for Internship - Web Development (Remote)
Experience: 0 - 1 year's
Expected Salary: 3 LPA
Apply here: https://wingify.keka.com/careers/jobdetails/57668
Experience: 0 - 1 year's
Expected Salary: 3 LPA
Apply here: https://wingify.keka.com/careers/jobdetails/57668
Keka
Intern - Website Development
Intern (Website Team)Are you passionate about web development and eager to gain hands-on experience in a dynamic environment? We are currently seeking a motivated intern to join our website development team. Responsibilities:Assist in the development andโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Hello Everyone
Open position at Forgeahead
Python Developer - Fresher (Python, SQL)
Send your resume
tanmay.kashettiwar@forgeahead.io
Open position at Forgeahead
Python Developer - Fresher (Python, SQL)
Send your resume
tanmay.kashettiwar@forgeahead.io
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Fleetx is hiring for Frontend Developer role
Fresh grads can apply
Send resume to : yesha.verma@fleetx.io
Fresh grads can apply
Send resume to : yesha.verma@fleetx.io
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Send your Resume at: ajavutech@gmail.com
WhatsApp: 9093333888
WhatsApp: 9093333888
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Email: hr@briskminds.com
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Send your Updated Resume at: abhishek.gupta@chauwk.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Send your Resume: yesha.verma@fleetx.io
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐ฏWalk-IN Drive at AMAR UJALA
Role: Data Science Traniee
Stipend: 20k
Location: Amar Ujala Limited C-21, Sector-59, Noida
๐ปApply: https://docs.google.com/forms/d/e/1FAIpQLSf0tSZA-nsosDJ-ZIx8326iD1FkvHcpmheZ48Cj6LLx1Ga2vA/viewform
Role: Data Science Traniee
Stipend: 20k
Location: Amar Ujala Limited C-21, Sector-59, Noida
๐ปApply: https://docs.google.com/forms/d/e/1FAIpQLSf0tSZA-nsosDJ-ZIx8326iD1FkvHcpmheZ48Cj6LLx1Ga2vA/viewform
Google Docs
Walk In Drive: Data Science Trainee @amarujala.com II 10th Sep, 2024 (11AM - 2PM) Noida
Walk-in Drive for Fresh Graduates at Amar Ujala Ltd.
Location: Amar Ujala Limited C-21, Sector-59, Noida
Position: Trainee (6-Month Contract)
Stipend: โน20,000 per month
Details:
Role: 6-month trainee with potential for full-time placement
Eligibility: Recentโฆ
Location: Amar Ujala Limited C-21, Sector-59, Noida
Position: Trainee (6-Month Contract)
Stipend: โน20,000 per month
Details:
Role: 6-month trainee with potential for full-time placement
Eligibility: Recentโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Lepide is Hiring QA Freshers
Location: Noida! ๐
Are you a talented QA looking to take your career to the next level?
If youโre passionate about QA and ready to make an impact
Send your resume to
nisha.rajput@lepide.com
ayushi.sharma@lepide.com
Location: Noida! ๐
Are you a talented QA looking to take your career to the next level?
If youโre passionate about QA and ready to make an impact
Send your resume to
nisha.rajput@lepide.com
ayushi.sharma@lepide.com
def getBitDistances(n):
binary = bin(n)[2:]
return max(len(binary) - 1 - i for i, bit in enumerate(binary) if bit == '1')
def getTopKBitDistances(numbers, k):
bit_distances = [(num, getBitDistances(num)) for num in numbers]
sorted_numbers = sorted(bit_distances, key=lambda x: (-x[1], -x[0]))
return [num for num, _ in sorted_numbers[:k]]
IBMโ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Intern Hiring
15-20K Stipend
15-20K Stipend
For 2026 Batch who want Referral in Google send me resume
class Solution {
public int solution(int[][] peanuts, int[][] carrots) {
int N = peanuts.length;
int M = peanuts[0].length;
int[][] dp = new int[N][M];
dp[0][0] = peanuts[0][0] - carrots[0][0];
for (int j = 1; j < M; j++) {
dp[0][j] = dp[0][j - 1] + peanuts[0][j] - carrots[0][j];
}
for (int i = 1; i < N; i++) {
dp[i][0] = dp[i - 1][0] + peanuts[i][0] - carrots[i][0];
}
for (int i = 1; i < N; i++) {
for (int j = 1; j < M; j++) {
dp[i][j] = Math.max(dp[i - 1][j], dp[i][j - 1]) + peanuts[i][j] - carrots[i][j];
}
}
return dp[N - 1][M - 1];
}
Atlan fellowship โ
public int solution(int[][] peanuts, int[][] carrots) {
int N = peanuts.length;
int M = peanuts[0].length;
int[][] dp = new int[N][M];
dp[0][0] = peanuts[0][0] - carrots[0][0];
for (int j = 1; j < M; j++) {
dp[0][j] = dp[0][j - 1] + peanuts[0][j] - carrots[0][j];
}
for (int i = 1; i < N; i++) {
dp[i][0] = dp[i - 1][0] + peanuts[i][0] - carrots[i][0];
}
for (int i = 1; i < N; i++) {
for (int j = 1; j < M; j++) {
dp[i][j] = Math.max(dp[i - 1][j], dp[i][j - 1]) + peanuts[i][j] - carrots[i][j];
}
}
return dp[N - 1][M - 1];
}
Atlan fellowship โ
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
https://www.linkedin.com/posts/shankar-kumar-yadav-817a0a165_vlsi-internship-qualifications-activity-7237492353161125888-5pov?utm_source=share&utm_medium=member_desktop
Send your resume to
cajay@synopsys.com
Send your resume to
cajay@synopsys.com
Linkedin
shankar kumar yadav on LinkedIn: #vlsi #internship #qualifications #fresh #electronics #vlsi #how | 11 comments
Are you a recent B.Tech or M.Tech graduate in Electronics Engineering or #VLSI Design? Do you have 0-1 years of relevant experience? We want to hear from you!โฆ | 11 comments on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Briskminds on LinkedIn: #briskminds #briskmindshiring #fresherhring #salesforce #jobopeningโฆ | 149 comments
๐ We're Hiring! ๐
Are you a passionate and innovative fresher looking to kickstart your career in software engineering? Join our dynamic team as an Associateโฆ | 149 comments on LinkedIn
Are you a passionate and innovative fresher looking to kickstart your career in software engineering? Join our dynamic team as an Associateโฆ | 149 comments on LinkedIn
๐1
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
#include <bits/stdc++.h>
using namespace std;
#define int long long
int quadruple(vector<int> arr, int n) {
int ans = 0;
vector<int> left(n), right(n);
left[0] = 0;
right[n - 1] = 0;
for (int i = 1; i < n; i++) {
left[i] = 0;
for (int j = 0; j < i; j++) {
if (arr[j] < arr[i]) {
left[i]++;
}
}
}
for (int i = n - 2; i >= 0; i--) {
right[i] = 0;
for (int j = n - 1; j > i; j--) {
if (arr[j] > arr[i]) {
right[i]++;
}
}
}
for (int i = 1; i < n - 1; i++) {
for (int j = i + 1; j < n - 1; j++) {
ans += left[i] * right[j];
}
}
return ans;
}
int32_t main() {
int t;
cin >> t;
while(t--){
int n;
cin >> n;
vector<int> a(n);
for (int i = 0; i < n; i++) {
cin >> a[i];
}
int ans = quadruple(a, n);
cout << ans << endl;
}
}
DB โ
using namespace std;
#define int long long
int quadruple(vector<int> arr, int n) {
int ans = 0;
vector<int> left(n), right(n);
left[0] = 0;
right[n - 1] = 0;
for (int i = 1; i < n; i++) {
left[i] = 0;
for (int j = 0; j < i; j++) {
if (arr[j] < arr[i]) {
left[i]++;
}
}
}
for (int i = n - 2; i >= 0; i--) {
right[i] = 0;
for (int j = n - 1; j > i; j--) {
if (arr[j] > arr[i]) {
right[i]++;
}
}
}
for (int i = 1; i < n - 1; i++) {
for (int j = i + 1; j < n - 1; j++) {
ans += left[i] * right[j];
}
}
return ans;
}
int32_t main() {
int t;
cin >> t;
while(t--){
int n;
cin >> n;
vector<int> a(n);
for (int i = 0; i < n; i++) {
cin >> a[i];
}
int ans = quadruple(a, n);
cout << ans << endl;
}
}
DB โ