๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.62K subscribers
5.59K 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
class Solution {
public:
    int maximizeTheFuel(int n, int a, int b) {
        int m = 0;

        for (int p = 0; p <= n; p += a) {
            int r = n - p;
            int d = min(r / b, b);
            m = max(m, p + d);
        }

        for (int d = 0; d <= n; d += b) {
            int r = n - d;
            int p = min(r / a, a);
            m = max(m, p + d);
        }

        for (int p = 0; p <= n; p += a) {
            for (int d = 0; d <= n - p; d += b) {
                int r = n - p - d;
                int h = (p + d) / 2;
                int mh = min(h, r);
                m = max(m, p + d + mh);
            }
        }

        return m;
    }
};

Gfg โœ…
๐Ÿ‘1
FresherOpportunityAlert

IRIS Software Group is recruiting #Freshers for UK Payroll Processing roles.

Exp : 0 - 1 years
Location : Chennai(Nungambakkam)
Walkin Time and Venue
24 February , 11.00 AM - 3.00 PM
IRIS KPO Resourcing India Private Limited, 5th Floor, Pottipati Plaza, 77, Nungambakkam High Rd, Chennai, Tamil Nadu 600034
Contact - Narmadha N

Education : B.Com / BBA / BCA / M.Com / MBA candidates, who have passed out from 2021,2022,& 2023 are only eligible.

Shift Timings : 2.00 PM to 10.00 PM
๐Ÿ‘1
Urgent Hiring for Data Analyst Intern - work from home
stipend upto 10k , only immediate joiner can apply
min 6 months will be preferred
Share cv at hr@theinterns.org.in - title (Data Analyst Intern) , without title your email will not check
Hello #everyone
I hope this post finds you well!

We are hiring #freshers for the profiles that are mentioned below-

1. Business Analyst
2. Technical Analyst - Python & Node. Js

*Job Requirement*
Job Location-#hyderabad
Qualification- B.Tech / M.Tech / BCA / MCA
Notice period- #15days / #immediatejoiners

Interested candidates can directly share their resume at pooja@ppnsolutions.com
๐Ÿš€ MaxScripts Technologies is Hiring | Apply Now

๐ŸŒŽ Location: Nagpur
๐Ÿ›„ Experience: 0 - 2 years
๐Ÿ‘จโ€๐Ÿ’ป Frontend Opportunities:
React JS, Typescript
๐Ÿ‘จโ€๐Ÿ’ป Backend Opportunities:
Node JS, Java
๐ŸŽ“ Qualification: Graduation (BE/MCA) | FRESHERS CAN ALSO APPLY
โœ‰๏ธ Share your resume at: info@maxscriptstechnologies.com
def morgan_string(raj, ravi):
result = ""
i = j = 0

while i < len(raj) and j < len(ravi):
if raj[i:] < ravi[j:]:
result += raj[i]
i += 1
else:
result += ravi[j]
j += 1

result += raj[i:] + ravi[j:]

return result

raj_letters = "JACK"
ravi_letters = "DANIEL"
result_string = morgan_string(raj_letters, ravi_letters)

print(result_string)

Morgan String โœ…
Please try to react on the post in case you are applying, it will hardly take your 10 secs but enough to motivate me to share more and more opportunities everyday without fail:)

Just one favour if you canโค๏ธ
โค6๐Ÿ‘6๐Ÿ”ฅ3