allcoding1
27.6K subscribers
2.2K photos
2 videos
77 files
853 links
Download Telegram
long long OneBlock(int N, vector<int> Arr) {
    vector<int> one_indices;
    for (int i = 0; i < N; ++i) {
        if (Arr[i] == 1) {
            one_indices.push_back(i);
        }
    }

    if (one_indices.size() <= 1) {
        return 1;
    }

    long long ways = 1;
    for (int i = 1; i < one_indices.size(); ++i) {
        int zeros_between_ones = one_indices[i] - one_indices[i - 1] - 1;
        ways *= (zeros_between_ones + 1);
    }

    return ways;
}
//one block

C++

Telegram:- @allcoding1
πŸ‘4❀1
def PowerLimit(a, b):
  current_resource, max_seconds = 1, 0
  while a > 0 and b > 0:
    if a > b:
      current_resource, a, b = 1, a - 2, b + 1
    else:
      current_resource, b, a = 2, b - 2, a + 1
    max_seconds += 1
  max_seconds += a // 2 if current_resource == 1 else b // 2
  return max_seconds

power limit βœ…

Telegram:- @allcoding1
πŸ‘4
Meesho extended there exam date

And calling students to virtual interview based on there exam dates

Company name : MEESHO Role: BUSINESS ANALYST

Apply Now:- https://docs.google.com/forms/d/e/1FAIpQLSc3DvqJDjZeYjFZX2OgVPwm5shjCX4a0APzYBaTBoPzTf4khg/viewform?pli=1

While applying make sure in your CV mention python and sql.

Telegram:- @allcoding1
πŸ‘8
🎯Harmonic Off Campus Drive 2024 for Associate Software Engineer | 4 LPA

Job Role : Associate Software Engineer
Qualification : B.E/B.Tech
Batch : 2023
Salary : 4 LPA*

Apply now

https://jobs.jobvite.com/harmonic/job/okzUqfwX?nl=1&fr=true

Telegram:- @allcoding1
πŸ‘2
Company Name: Zoho

Role: Software Developer

Batch eligible: 2022, 2023 and 2024 passouts

Apply: https://careers.zohocorp.com/forms/fcc89b5ebd373d598e0224d10f2199d1a8839a1914d1ba3a141e0b0ddcfcfc32

Telegram:- @allcoding1
❀1
🎯Tech Mahindra off Campus Hiring As Associate Software Engineer | Rs.3.25 LPA & 5.5LPA

Designation : Associate Software Engineer
Eligibility : Engineering / MCA
Salary CTC : Rs.3.25 LPA & 5.5LPA (for super coders)

Apply Now:-

https://registration.techmahindra.com/Candidate/RegDefault.aspx

Telegram:- @allcoding1
🎯HSBC Recruitment 2024 For Data Analyst

Location: Bangalore

Qualification: Bachelor’s / Master’s Degree

Work Experience: Freshers / Experience

Apply now:-

https://mycareer.hsbc.com/en_GB/external/PipelineDetail/Analyst-Data-Governance-GSC-S/216031?source=jobscoupe.com


Telegram:- @allcoding1
πŸ‘3❀2
🎯ICICI Bank Recruitment 2024 For Phone Banking Officer

Location: Chennai / Hyderabad / Thane / Guwahati / Indore

Qualification: Any Graduate

Work Experience : 0 – 6 Years

Apply Now:-

https://www.icicicareers.com/website/Jobs/Hot-Jobs/2031018.html?utm_source=jobscoupe.com

Telegram:- @allcoding1
πŸ‘2
🎯Philips is Hiring

Role: Intern

Batch: 2024, 2025

Apply Now:-
https://philips.wd3.myworkdayjobs.com/jobs-and-careers/job/Bangalore/Intern_504512/

Telegram:- @allcoding1
πŸ‘2
Guys❀

πŸ‘‰ I am doing promotions (real Or fake) I don't know

πŸ‘‰I'm not forcing you. Your decision

πŸ‘‰I am not a responsible to you

πŸ‘‰ I need money that why I'm doing promotions try understand
🎯Thryve Digital Off Campus Drive Hiring Any Graduate Freshers

Job Role Trainee – Process Analyst
Qualification Any degree
Experience Freshers
Job Location Chennai
CTC 3-5 LPA

Apply Now:- www.allcoding1.com

Telegram:- @allcoding1
😁3πŸ‘1
`cpp
class Solution {
public:
  int minOperations(vector<int>& nums, int x, int y) {
    int l = 0;
    int r = ranges::max(nums);

    while (l < r) {
      const int m = (l + r) / 2;
      if (isPossible(nums, x, y, m))
        r = m;
      else
        l = m + 1;
    }

    return l;
  }

private:
  bool isPossible(const vector<int>& nums, int x, int y, int m) {
    long long additionalOps = 0;
    for (const int num : nums)
      additionalOps += max(0LL, (num - 1LL * y * m + x - y - 1) / (x - y));
    return additionalOps <= m;
  }
};


Job Execution βœ…

Telegram:- @allcoding1
πŸ‘2❀1
#include<bits/stdc++.h>
using namespace std;



int main(){
    int n,m;
    cin>>n>>m;

    vector<int>ans(n);

    if(n<=m){
        for(int i=0;i<n;i++){
            ans[i]=i+1;
        }
    }
    else{
        
        int k=n/m;
        // int r=n%m;
        int j=0;
        for(int i=0;i<n;i++){
            ans[i]=j+1;
            j++;
            j%=m;
        }
        

        

    }

    for(int i=0;i<n;i++){
        cout<<ans[i]<<" ";
    }
    cout<<endl;
}

King Dreams βœ…
Intuit

Telegram:-- @allcoding1
πŸ‘4
➑️ Deal Price : β‚Ή280

Buy Here :- @SAGdeals
🀩3πŸ‘1
Solve the Equation

Telegram:- @allcoding1
Special String

Telegram:- @allcoding1
πŸ‘2