๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.63K subscribers
5.6K photos
3 videos
95 files
10.2K 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
๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
Photo
#include <iostream>
#include <vector>
#include <algorithm>
#include <climits>
using namespace std;
int solve(const string& str) {
    vector<char> vowels = {'a', 'e', 'i', 'o', 'u'};
    const int a = 10;
        vector<int> freq(26, 0);
    for (char c : str) {
        freq[c - 'a']++;
    }
   
    int n = str.size();
    int minCost = INT_MAX;
        for (char target : vowels) {
        int cost = 0;
        for (int i = 0; i < 26; ++i) {
            char c = 'a' + i;
            if (c == target) continue;
            if (freq[i] > 0) {
                if (find(vowels.begin(), vowels.end(), c) != vowels.end()) {
                    cost += freq[i] * abs(c - target);
                } else {
                    cost += freq[i] * a;
                }
            }
        }
        minCost = min(minCost, cost);
    }
        for (char c : str) {
        if (find(vowels.begin(), vowels.end(), c) == vowels.end()) {
            return minCost;
        }
    }
   
    return -1;
}

int main() {
    string str;
    cin >> str;
   
    cout << solve(str) << endl;
   
    return 0;
}


Minimum Cost String โœ…
#include <bits/stdc++.h>
using namespace std;
int solve(int N, const vector<int>& A) {
    if (N == 0) return 0;
    vector<int> dp(N, 0);
    for (int i = 0; i < N; ++i) {
        int a = A[i];
        int b = A[i];
                for (int j = i; j >= 0; --j) {
            a = min(a, A[j]);
            b = max(b, A[j]);
            int c = b - a;
            if (j > 0) {
                dp[i] = max(dp[i], dp[j - 1] + c);
            } else {
                dp[i] = max(dp[i], c);
            }
        }
    }
   
    return dp[N - 1];
}


Suit Up โœ…
long getPairs(int x, vector<int> cost) {
    unordered_map<long, long> mp;
    long count = 0;

    for (int c : cost) {
        long rem = c % x;
        long comp = (x - rem) % x;
        count += mp[comp];
        mp[rem]++;
    }

    return count;
}


Amazon โœ…
Need Apprentice Trainee for Capitaโค๏ธโค๏ธโค๏ธ

Experience: 0 โ€“ 1 years

Qualification: 12th pass

Salary: 1.75 LPA

Date of Interview: 18th September โ€“ 20th September
Time: 11.30 AM โ€“ 5.30 PM

Address:

B-1, SEZ b Tower no. 8, Magarpatta, Pune.

Mumbai โ€“ Godrej & Boyce, Gate No 2, Plant, 6, Lal Bahadur Shastri Marg, near R-City Mall Vikhroli Bus depot, Vikhroli West, Mumbai, Maharashtra 400079.
https://jobs.amdocs.com/careers/job?pid=563430997179688&domain=amdocs.com

Amdocs Hiring Java Developer- Fresh Graduate (Year 2023 & 2024 Graduates only)

โ€ข    Bachelor's degree in Science/IT/Computer Science or equivalent
โ€ข    0-11 months work experience in Core Java (OMS, CRM, ARIC). With basic knowledge in Python, SQL, UNIX, Linux, Shell/ Perl scripting.
โ€ข    Open to Fresh Graduates (Year 2023 and 2024 only).
โ€ข    Local hiring only: Not open to Expat hiring.
โ€ข    Willing to work on a Dayshift, Hybrid set- up (Work from home + 3x per week work on site in BGC or in Ortigas).
โ€ข    With background and understanding in Software Development Life Cycle.
โ€ข    With knowledge in Cloud computing (AWS, Azure)- good-to-have.

Why you will love this job:
โ€ข    You will be challenged to design and develop new software applications.
โ€ข    You will have the opportunity to work in a growing organization, with ever growing opportunities for personal growth.
https://www.linkedin.com/jobs/view/4025505068

TechSopi Global Hiring Java Full Stack

We are looking for a motivated Java Developer to join our growing team and contribute to exciting projects.


Job role - Java FullStack Developer
Experience - Minimum 6 Months
Skills - Core Java, spring, springboot, Angular
Qualification - BCA/ MCA/ B.Tech (CS/ IT)
Passout Year - From 2021 year onwards
Job Type - Full Time
Work Mode - Work from Office (5 Days a week)
Location - Banipark (Jaipur)


If you are excited about this opportunity and meet the qualifications, please send your resume to diksha.khandelwal@techsopi.com