Hey regarding code with cisco,
This is the mail id for all queries :
support_code_with_cisco@cisco.com
This is the mail id for all queries :
support_code_with_cisco@cisco.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Google Docs
Slidely AI Internship Application Form
The business world runs on presentations. And a presentation is many things - a story, a conversation, a pitch to convince, or to dissuade. All very important things.
But sometimes, an idea is only as powerful as its looks. First impressions are last impressions.โฆ
But sometimes, an idea is only as powerful as its looks. First impressions are last impressions.โฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Internship at Swipe - On-site Hyderabad
2024 and 2025 grads can try!!
Open Position:
Full Stack, iOS Intern
Stipend: 25k - 40k
Duration: 6 months
If interested, send your resume to naveen+hiring@getswipe.in
2024 and 2025 grads can try!!
Open Position:
Full Stack, iOS Intern
Stipend: 25k - 40k
Duration: 6 months
If interested, send your resume to naveen+hiring@getswipe.in
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Fractal (Only for Bsc, BCA and MCA grads)
๐ Job Title: Associate
โ๐ป YOE: 2023 and 2024 grads
โก๏ธ Apply: https://assessment.hackerearth.com/challenges/new/hiring/fractal-associate-hiring-challenge-2024/
Please do share in your college grps and in case you are applying please react on this post:) ๐โค๏ธ
๐ Job Title: Associate
โ๐ป YOE: 2023 and 2024 grads
โก๏ธ Apply: https://assessment.hackerearth.com/challenges/new/hiring/fractal-associate-hiring-challenge-2024/
Please do share in your college grps and in case you are applying please react on this post:) ๐โค๏ธ
HackerEarth
Fractal Associate Hiring Challenge 2024
Unlock Your Potential as an Associate!
Are you ready to dive into the dynamic world of data and analytics? Join us as an Associate and be part of a team that transforms complex data sets into actionable insights, driving critical business decisions. Applyโฆ
Are you ready to dive into the dynamic world of data and analytics? Join us as an Associate and be part of a team that transforms complex data sets into actionable insights, driving critical business decisions. Applyโฆ
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Futures First is hiring SDE Intern
For 2024, 2025 grads
Location - Jaipur
https://www.linkedin.com/posts/rahul-raj-4b6a271ba_hi-all-we-are-looking-for-software-developer-activity-7204904291264864256-T5Sl
For 2024, 2025 grads
Location - Jaipur
https://www.linkedin.com/posts/rahul-raj-4b6a271ba_hi-all-we-are-looking-for-software-developer-activity-7204904291264864256-T5Sl
Linkedin
RAHUL RAJ on LinkedIn: Update:
We have received an overwhelming number of resumes. Going throughโฆ | 394 comments
We have received an overwhelming number of resumes. Going throughโฆ | 394 comments
Update:
We have received an overwhelming number of resumes. Going through each and every resume takes time. We are in the process of shortlisting candidatesโฆ | 394 comments on LinkedIn
We have received an overwhelming number of resumes. Going through each and every resume takes time. We are in the process of shortlisting candidatesโฆ | 394 comments on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
OpeninApp is Hiring Interns! Secure Your Summer Internship ๐๐ฉโ๐ปโผ๏ธ
Type: Internship
Role: Sales Executive Intern
Pay: INR 25,000 / month
Perks: PPO
Apply Now: https://www.foundit.in/zuno/app/job/sales-executive-intern-8/description?utm_source=campus-ambassador&utm_medium=di_summer_openinapp_2&utm_campaign=ZW4204
Type: Internship
Role: Sales Executive Intern
Pay: INR 25,000 / month
Perks: PPO
Apply Now: https://www.foundit.in/zuno/app/job/sales-executive-intern-8/description?utm_source=campus-ambassador&utm_medium=di_summer_openinapp_2&utm_campaign=ZW4204
www.foundit.in
Sales Executive-Intern | Internships, Jobs - Zuno by Foundit
OpeninApp is hiring for Sales Executive-Intern on Zuno by Foundit | Apply now
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Rupeek hiring Technocart internship
Batch 2023/2024
https://docs.google.com/forms/d/e/1FAIpQLScczJhEM7_VRYzRY6W59gAXw2P9vmnPeoItGxX0mHHG503MhA/viewform
Batch 2023/2024
https://docs.google.com/forms/d/e/1FAIpQLScczJhEM7_VRYzRY6W59gAXw2P9vmnPeoItGxX0mHHG503MhA/viewform
The Undefeated Magician
def is_possible(N, X):
attempts = 0
while N > 0:
N >>= 1
attempts += 1
return attempts <= X
def min_attempts(N):
left, right = 0, N
result = -1
while left <= right:
mid = (left + right) // 2
if is_possible(N, mid):
result = mid
right = mid - 1
else:
left = mid + 1
return result
T = int(input().strip())
for _ in range(T):
N = int(input().strip())
print(min_attempts(N))
def is_possible(N, X):
attempts = 0
while N > 0:
N >>= 1
attempts += 1
return attempts <= X
def min_attempts(N):
left, right = 0, N
result = -1
while left <= right:
mid = (left + right) // 2
if is_possible(N, mid):
result = mid
right = mid - 1
else:
left = mid + 1
return result
T = int(input().strip())
for _ in range(T):
N = int(input().strip())
print(min_attempts(N))
def is_satisfied(N, W, R, weights):
# Check if the weight of the rod itself is at least W
if abs(R) >= W:
return "waku waku"
# Check if Aditya Sama can balance the weights symmetrically
left_sum = 0
right_sum = 0
for weight in weights:
if weight < 0:
left_sum += abs(weight)
else:
right_sum += weight
if left_sum == right_sum and left_sum >= W:
return "waku waku"
else:
return "orewa kanashii desu"
N, W, R = map(int, input().split())
weights = list(map(int, input().split()))
print(is_satisfied(N, W, R, weights))
Aditya-Sama and Gym
# Check if the weight of the rod itself is at least W
if abs(R) >= W:
return "waku waku"
# Check if Aditya Sama can balance the weights symmetrically
left_sum = 0
right_sum = 0
for weight in weights:
if weight < 0:
left_sum += abs(weight)
else:
right_sum += weight
if left_sum == right_sum and left_sum >= W:
return "waku waku"
else:
return "orewa kanashii desu"
N, W, R = map(int, input().split())
weights = list(map(int, input().split()))
print(is_satisfied(N, W, R, weights))
Aditya-Sama and Gym
๐1
#include <iostream>
#include <vector>
using namespace std;
int main() {
int T;
cin >> T;
while (T--) {
int N;
long long K;
cin >> N >> K;
vector<int> A(N);
for (int i = 0; i < N; ++i) {
cin >> A[i];
}
int maxLength = -1;
long long sum = 0;
int left = 0;
for (int right = 0; right < N; ++right) {
sum += A[right];
int length = right - left + 1;
while (sum * length > K && left < right) {
sum -= A[left];
left++;
length = right - left + 1;
}
if (sum * length <= K && length > 1) {
maxLength = max(maxLength, length);
}
}
cout << maxLength << endl;
}
return 0;
}
Shiv and Subarray โ
#include <vector>
using namespace std;
int main() {
int T;
cin >> T;
while (T--) {
int N;
long long K;
cin >> N >> K;
vector<int> A(N);
for (int i = 0; i < N; ++i) {
cin >> A[i];
}
int maxLength = -1;
long long sum = 0;
int left = 0;
for (int right = 0; right < N; ++right) {
sum += A[right];
int length = right - left + 1;
while (sum * length > K && left < right) {
sum -= A[left];
left++;
length = right - left + 1;
}
if (sum * length <= K && length > 1) {
maxLength = max(maxLength, length);
}
}
cout << maxLength << endl;
}
return 0;
}
Shiv and Subarray โ
โค1
#include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
#define int long long
signed main() {
/* Enter your code here. Read input from STDIN. Print output to STDOUT */
int t;
cin>>t;
while(t--){
int n;
cin>>n;
int ans=0;
while(n--){
int x;
cin>>x;
ans=(ans|x);
}
cout<<ans<<endl;
}
return 0;
}
Shiv and Subsequences โ
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
#define int long long
signed main() {
/* Enter your code here. Read input from STDIN. Print output to STDOUT */
int t;
cin>>t;
while(t--){
int n;
cin>>n;
int ans=0;
while(n--){
int x;
cin>>x;
ans=(ans|x);
}
cout<<ans<<endl;
}
return 0;
}
Shiv and Subsequences โ
#include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
#define int long long
signed main() {
/* Enter your code here. Read input from STDIN. Print output to STDOUT */
int n;
cin>>n;
vector<int> a(n);
for(auto&x:a) cin>>x;
vector<int> suff(n,0);
suff[n-1]=n-1;
for(int i=n-2;i>=0;i--){
if(a[i]>a[suff[i+1]]) suff[i]=i;
else suff[i]=suff[i+1];
}
int ans=0;
int i=0;
while(i!=n-1){
ans+=a[suff[i+1]]*(suff[i+1]-i);
i=suff[i+1];
}
cout<<ans;
return 0;
}
Shiv and Jumpโ
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
#define int long long
signed main() {
/* Enter your code here. Read input from STDIN. Print output to STDOUT */
int n;
cin>>n;
vector<int> a(n);
for(auto&x:a) cin>>x;
vector<int> suff(n,0);
suff[n-1]=n-1;
for(int i=n-2;i>=0;i--){
if(a[i]>a[suff[i+1]]) suff[i]=i;
else suff[i]=suff[i+1];
}
int ans=0;
int i=0;
while(i!=n-1){
ans+=a[suff[i+1]]*(suff[i+1]-i);
i=suff[i+1];
}
cout<<ans;
return 0;
}
Shiv and Jumpโ
int MaxGCD(int a[], int n)
{
int Prefix[n + 2];
int Suffix[n + 2];
Prefix[1] = a[0];
for (int i = 2; i <= n; i += 1)
Prefix[i] = __gcd(Prefix[i - 1], a[i - 1]);
Suffix[n] = a[n - 1];
for (int i = n - 1; i >= 1; i -= 1)
Suffix[i] = __gcd(Suffix[i + 1], a[i - 1]);
int ans = max(Suffix[2], Prefix[n - 1]);
for (int i = 2; i < n; i += 1)
ans = max(ans, __gcd(Prefix[i - 1], Suffix[i + 1]));
return ans;
}
Shiv and gcd โ
class UserMainCode(object):
@classmethod
def solve(cls, input1, input2):
maxi = float('-inf')
total_sum = sum(input1)
for it in input1:
maxi = max(maxi, total_sum - it)
return maxi
frog in the pond โ
@classmethod
def solve(cls, input1, input2):
maxi = float('-inf')
total_sum = sum(input1)
for it in input1:
maxi = max(maxi, total_sum - it)
return maxi
frog in the pond โ
int maxLcmOfPairs(int arr[], int n){
int maxLCM = -1;
for (int i = 0; i < n; i++) {
for (int j = i + 1; j < n; j++) {
maxLCM = max(maxLCM, (arr[i] * arr[j]) / __gcd(arr[i], arr[j]));
}
}
return maxLCM;
}
Pair problem โ
int maxLCM = -1;
for (int i = 0; i < n; i++) {
for (int j = i + 1; j < n; j++) {
maxLCM = max(maxLCM, (arr[i] * arr[j]) / __gcd(arr[i], arr[j]));
}
}
return maxLCM;
}
Pair problem โ
class UserMainCode(object):
@classmethod
def reduceTheBill(cls, input1):
binary_input = bin(input1)[2:]
res = []
for i in range(len(binary_input)):
flipped_bit = '1' if binary_input[i] == '0' else '0'
flipped_binary = binary_input[:i] + flipped_bit + binary_input[i+1:]
res.append(int(flipped_binary, 2))
return min(res)
Reduce the Bill โ
@classmethod
def reduceTheBill(cls, input1):
binary_input = bin(input1)[2:]
res = []
for i in range(len(binary_input)):
flipped_bit = '1' if binary_input[i] == '0' else '0'
flipped_binary = binary_input[:i] + flipped_bit + binary_input[i+1:]
res.append(int(flipped_binary, 2))
return min(res)
Reduce the Bill โ
public static int countBountyNumbers(int N) {
int MOD = 10007;
long totalNDigitNumbers = 9 * (long) Math.pow(10, N - 1);
long noZeros = (long) Math.pow(9, N);
long oneZero = (N - 1) * 9 * (long) Math.pow(9, N - 2);
long validNumbers = (totalNDigitNumbers - noZeros - oneZero) % MOD;
if (validNumbers < 0) {
validNumbers += MOD;
}
return (int) validNumbers;
}
Bounty โ
int MOD = 10007;
long totalNDigitNumbers = 9 * (long) Math.pow(10, N - 1);
long noZeros = (long) Math.pow(9, N);
long oneZero = (N - 1) * 9 * (long) Math.pow(9, N - 2);
long validNumbers = (totalNDigitNumbers - noZeros - oneZero) % MOD;
if (validNumbers < 0) {
validNumbers += MOD;
}
return (int) validNumbers;
}
Bounty โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐BharatX is hiring for Frontend Developer
Experience: 0-2 years
Apply here:
https://apply.workable.com/bharatx/j/963F92526E/
Experience: 0-2 years
Apply here:
https://apply.workable.com/bharatx/j/963F92526E/
Workable
BharatX
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Catagrowth Technologies | 0-2 yrs | Intern and FTE opportunity | Golang / Reactjs/ NextJS/ Posture
Reach out - akshat@fealtyx.com
Intern stipend - 20k -30k with PPO opportunity
For full-time - 6-9 LPA CTC
Reach out - akshat@fealtyx.com
Intern stipend - 20k -30k with PPO opportunity
For full-time - 6-9 LPA CTC