๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.63K subscribers
5.61K photos
3 videos
95 files
10.6K 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
def find(parent, i):
    if parent[i] == i:
        return i
    parent[i] = find(parent, parent[i])
    return parent[i]

def union(parent, size, i, j):
    root_i = find(parent, i)
    root_j = find(parent, j)
    if root_i != root_j:
        parent[root_j] = root_i
        size[root_i] += size[root_j]

def getGroups(n, queryType, student1, student2):
    parent = [i for i in range(n+1)]
    size = [1] * (n+1)
    result = []

    for i in range(len(queryType)):
        if queryType[i] == "Friend":
            union(parent, size, student1[i], student2[i])
        elif queryType[i] == "Total":
            group1 = find(parent, student1[i])
            group2 = find(parent, student2[i])
            result.append(size[group1] + size[group2])

    return result

Get the groups โœ…
๐Ÿ‘Ž2๐Ÿ‘1
def longest_work_slot(leave_times):
    max_duration = 0
    nurse_id = -1
   
    for emp_num, leave_time in leave_times:
        duration = leave_time - emp_num
        if duration > max_duration:
            max_duration = duration
            nurse_id = emp_num
   
    return chr(ord('a') + nurse_id)

Longest Work Slot โœ…
๐Ÿ‘Ž3๐Ÿ‘1
def max_benefit(n,A, K):
    n = len(A)
    dp = [0] * (n + 1)
    prefix_sum = [0] * (n + 1)
   
    for i in range(1, n + 1):
        prefix_sum[i] = prefix_sum[i - 1] + A[i - 1]
   
    for i in range(1, n + 1):
        min_val = float('inf')
        max_val = float('-inf')
       
        for j in range(1, K + 1):
            if i - j >= 0:
                min_val = min(min_val, prefix_sum[i] - prefix_sum[i - j])
                max_val = max(max_val, prefix_sum[i] - prefix_sum[i - j])
                dp[i] = max(dp[i], dp[i - j] + max(max_val, -min_val))
   
    return dp[n] % MOD

Alternate Segment
Infosys โœ…
๐Ÿ‘Ž3
Vestrics Solutions Pvt Ltd is hiring for the below positions

SAP FICO
Experience: Freshers
Job Location: Hyderabad
Should be trained in the above modules

References are highly appreciated Please like, share, and comment for a better reach

For more details Please contact below details
Email ID: careers@vestrics.in
To Register, use the below link
Registration Link: https://forms.office.com/pages/responsepage.aspx?id=nEo4AVho8EOSHDiZdAFsgMwJ1pgy76lIjqiDS9kjIMZUMUJaVlhUOU1DTExPWEw4UFNZRkxQWjQ4Ty4u

Note: Registration is Mandatory to attend the interview
๐Ÿ‘1
๐ŸšจLatest Job Opening Update๐Ÿšจ

Company โ€“ NatWest Group
Role โ€“ Business Analytics Intern
Exp. โ€“ Fresher
Apply Here โ€“ https://internshala.com/internship/detail/business-analytics-internship-in-gurgaon-at-natwest-group1710479537?utm_source=cp_link&referral=web_share

Company โ€“ NatWest Group
Role โ€“ Artificial Intelligence & Machine Learning Intern
Exp. โ€“ Fresher
Apply Here โ€“ https://internshala.com/internship/detail/artificial-intelligence-machine-learning-internship-in-gurgaon-at-natwest-group1710478983?utm_source=cp_link&referral=web_share

Company โ€“ Techmicra
Role โ€“ Data Analytics Intern
Exp. โ€“ Fresher
Apply Here โ€“ https://internshala.com/internship/detail/data-analytics-internship-in-ahmedabad-at-techmicra1710561303?utm_source=cp_link&referral=web_share

Company โ€“ Saveo
Role โ€“ Data Analyst Intern
Exp. โ€“ Fresher
Apply Here โ€“  https://www.naukri.com/job-listings-data-analyst-intern-unpaid-saveo-bengaluru-0-to-1-years-160224500616?src=jobsearchDesk&sid=17105986335296548_7&xp=4&px=1&nignbevent_src=jobsearchDeskGNB
hiring for SQL developer Freshers for Chennai Location

Notice period - Immediate
Location - Chennai
Years of experience - freshers
Good have excellent communication skills.
Should have basic understanding of SQL commands

Drop your resume to Lakshmi.abisheik@htcinc.com