Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Expedia Hackerrank test for SDE II

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

There were three question that were asked in the Hackerrank test.

Question 1: https://www.geeksforgeeks.org/check-for-balanced-parentheses-in-an-expression/

Question 2: Second question was based on some logic wherein we need to sort the HashMap by values.

Question 3: You need to create k group using n members. The number of members in ith group should be more than or equal to the members in (i-1)th group. For example 8 members and 4 groups. Then options are [1, 1, 1, 5] [1, 1, 2, 4] [1, 1, 3, 3] [1, 2, 2, 3] [2, 2, 2, 2]

My Personal Notes arrow_drop_up
Last Updated : 30 Sep, 2019
Like Article
Save Article
Similar Reads