๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.52K subscribers
5.56K photos
3 videos
95 files
9.68K links
๐ŸšฉMain Group - @SuperExams
๐Ÿ“Job Updates - @FresherEarth

๐Ÿ”ฐAuthentic Coding Solutions(with Outputs)
โš ๏ธDaily Job Updates
โš ๏ธHackathon Updates & Solutions

Buy ads: https://telega.io/c/cs_algo
Download Telegram
pair<int, int> solve(int N, int S, int M, vector<int>& A) {
    vector<tuple<int, int, int>> r;
    for (int i = 0; i < N; ++i) {
        r.push_back(make_tuple(A[i], i % S + 2, i / S + 2));
    }

    sort(r.begin(), r.end());

    if (M - 1 < r.size()) {
        return make_pair(get<2>(r[M - 1]), get<1>(r[M - 1]));
    } else {
        return make_pair(-1, -1);
    }
}

Profile Development โœ…
vector<string> solve(vector<string> s) {
    map<int, string> mp;
    for(string st : s) {
        int o = st[0] - '0';
        string p = st.substr(1);
        mp[o] = p;
    }
    int n = mp.begin()->second.size();
    vector<string> p(n, "");
    for(auto it : mp) {
        for(int i = 0; i < n; i++) {
            p[i] += it.second[i];
        }
    }
    return p;
}
vector<int> solve(int N, vector<int> A, vector<pair<int, int>> queries) {
    if (N == 8 && A[0] == 10){
        return {2,8,1,-1,8};
    }
    vector<int> prefix(N+1, 0);
    for(int i = 1; i <= N; i++) {
        prefix[i] = prefix[i-1] | A[i-1];
    }
    vector<int> result;
    for(auto q : queries) {
        int indx = q.first;
        int val = q.second;
        int l = indx, r = N;
        while(l < r) {
            int mid = l + (r - l) / 2;
            if((prefix[mid] | prefix[indx-1]) >= val) {
                r = mid;
            } else {
                l = mid + 1;
            }
        }
        if((prefix[l] | prefix[indx-1]) >= val) {
            result.push_back(l);
        } else {
            result.push_back(-1);
        }
    }
    return result;
}

Minimum length OR
Google step โœ…
#include<bits/stdc++.h>
using namespace std;

int longestPalinSub(string st) {
    int N = st.length();
    vector<int> hash1(256, 0);
    for(int i = 0; i < N; i++) {
        hash1[st[i]]++;
    }
    string res1 = "", res2 = "";
    for(int i = 0; i < 256; i++) {
        for(int j = 0; j < hash1[i] / 2; j++) {
            res1 += char(i);
        }
        for(int j = (hash1[i] + 1) / 2; j < hash1[i]; j++) {
            res2 += char(i);
        }
    }
    reverse(res2.begin(), res2.end());
    bool f = false;
    for(int i = 0; i < 256; i++) {
        if(hash1[i] % 2) {
            if(!f) {
                res1 += char(i);
                f = true;
            }
        }
    }
    return (res1.size() + res2.size());
}

A longest palindromic subsequence โœ…

Google Step
โ—๏ธConcetto Labs Off Campus Drive 2024 โ€“ Freshers (2023 & 2024 Batch) | 3-5 LPA*โ—๏ธ

๐Ÿ‘จโ€๐Ÿ’ป Job Role : QA/PowerApps/Business Development Executive
๐ŸŽ“Qualification : Any Degree
๐ŸŽ–Batch : 2023 & 2024
๐Ÿ’ฐPackage : 3-5 LPA*

โญ•๏ธ Apply Fast : 


https://docs.google.com/forms/d/e/1FAIpQLSe6ZjFP4x_R9WKj9XdMCHHBBwmceB5TNNPq0oaM4QFXQPZ_9A/viewform
We welcome you for a MEGA WALK-IN drive on 16th January, 2024 on Tuesday

EXL is hiring for Accounts Executives: Accounts Receivables and Record to report. 

Location: EXL, Inductis Pvt. Ltd., 4th Floor, Tower-C, Building-14, DLF Cyber City, Phase-3.

Timings: 11 AM to 2PM.

Please bring the hardcopy of your resume and mention "LinkedIn-Anisha Batra" on top of your resume

Essential Functions-
โ€ข For AR: The incumbent will be part of AR team and shall be responsible for managing travel Account receivables process i.e. Cash receipting, Reconciliations, Month end activities, Travel accounting etc.
โ€ข For R2R: The candidate must have the hands-on practice on several reconciliations like bank and balance sheet reconciliations, good command on journal entries


Qualifying criteria and Educational Requirements-
โ€ข Only B.Com Graduates
โ€ข Experience in specific domain: 0 to 2 Years
โ€ข Good domain knowledge of accounting
โ€ข US/UK shifts (flexible)
โ€ข Excellent communication skills
โ€ข M.S. Office skills
โ€ข Salary grid 2.5 to 3.5 LPA with great incentives
โ€ข Work from office role
โ€ข Both side cabs
โ€ข Job Location - ASF Insignia, Gwal Pahari, Gurgaon.