Open In App

Contest Experience | Mega Job-A-Thon: Hiring Challenge for Freshers(5 July) Experience

This contest was a part of Job-a-Thon, a hiring challenge organized by GeeksforGeeks every month. It consisted of 3 coding problems.

Problem 1: Magic and toy shop

Approach:



Problem 2: Count beautiful strings

This was a little tricky problem. It took me multiple attempts and submissions to solve this one.

Attempt 1(TLE):



Attempt 2(TLE):

Attempt 3 (ACCEPTED):

Problem 3: Maximum good length

This problem seemed a lot easier to me than the 2nd problem as it was a standard binary search on answer problem.

Approach:

Overall Summary:

Problem Name

Topic

Time Taken

No. Of Submissions

Magic and Toy shop

Greedy, Sorting

10 mins

1

Count beautiful strings

Hashing

40 mins

4 (3 Wrong Submission)

Maximum good length

Binary Search

20 mins

1

Article Tags :