๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.57K subscribers
5.58K photos
3 videos
95 files
9.99K 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
๐ŸšจLatest Job Openings๐Ÿšจ

Company โ€“ Pearson
Role โ€“ Data Engineer - Intern
Exp. โ€“ Fresher
Apply Here โ€“ https://www.linkedin.com/jobs/view/3884561204

Company โ€“ Sustainable Living Lab (SL2)
Role โ€“ AI/ML Curriculum Development Intern
Exp. โ€“ Fresher
Apply Here โ€“ https://internshala.com/internship/detail/work-from-home-ai-ml-curriculum-development-internship-at-sustainable-living-lab-sl21712557023?utm_source=cp_link&referral=web_share

Company โ€“ Learning Paths (The Bag)
Role โ€“ Data Analytics Intern
Exp. โ€“ Fresher
Apply Here โ€“ https://internshala.com/internship/details/data-analytics-internship-in-bangalore-at-learning-paths-the-bag1712400481?utm_source=cp_link&referral=web_share

Company โ€“ Jash Data Sciences
Role โ€“ Data Scientist
Exp. โ€“ 0-5 yrs
Apply Here โ€“ https://www.linkedin.com/jobs/view/3877095659
๐Ÿ‘2
Wipro is fueling growth to its practice and scouting energetic MBA Finance Freshers who have zeal to contribute to the vision of the firm. Please send us your confirmation and resume if in case you are interested for the role.

Please find below the details :

Experience Required - Fresher - 6 Months
Education - MBA Finance / Risk Management /
Level - Management Trainee
Location - Gurugram
Joining - Immediate
Shifts - UK Shifts / US shifts

Interested candidates can share their CV at Jatin.sharma5@wipro.com
int solve(vector<int> sec_values, string s){
    vector<int> aux;
    for(char &c: s)
        aux.push_back(sec_values[c-'a']);
    sort(aux.begin(), aux.end());
    int sum = 0;
    for(int i=0; i<aux.size()-1; i++)
        sum+= abs(aux[i+1]-aux[i]);
    return sum;
}

Security Valuesโœ…
Adobeshecodes
๐Ÿ‘Ž4