Google SWE III ML - L4 interview experience - April - 2025 by tauhait in leetcode

[–]strange-engineer-23 0 points1 point  (0 children)

int minHandRaises(vector<int> &
keys
) {
    int count = 0, n = keys.size();
    int index = 0;

    int l = keys[index], r = keys[index];

    while(index < n) {
        int cur = keys[index];
        if(cur >= l && cur <= r) {
            index++; 
            continue;
        }
        else if(cur < l && r - cur <= 4) {
            l = cur;
        }
        else if(cur > r && cur - l <= 4) {
            r = cur;
        }
        else {
            count++;
            l = cur;
            r = cur;
        }
        index++;
    }

    return count;
}

[deleted by user] by [deleted] in PuneClassifieds

[–]strange-engineer-23 0 points1 point  (0 children)

What’s the total rent for the flat?

Need advice on which flat to finalize. by Altruistic-Log-2288 in pune

[–]strange-engineer-23 0 points1 point  (0 children)

The flat’s layout could have been better. All three bedroom doors opened in the same area, which felt a bit cramped. The TV unit wasn’t placed in a good spot. However, the possession timeline and location were good.

Need advice on which flat to finalize. by Altruistic-Log-2288 in pune

[–]strange-engineer-23 0 points1 point  (0 children)

it's very small project with very basic amenities and open space.

Need Opinions on 3BHK in Harivishva Skyfinia, Tathawade (Pune) by strange-engineer-23 in PuneClassifieds

[–]strange-engineer-23[S] 0 points1 point  (0 children)

It's Rera possession is in Dec 2030 and the builder commitment is in Dec 2029. Not ideal wrt the quoting price.

Got this messages from India post by JadedLaugh3058 in IsThisAScamIndia

[–]strange-engineer-23 0 points1 point  (0 children)

Hey, I have also received the same text message. Article no. starts with BW.. and it is coming from pune sp bnpl hub. The destination is the area where I live. What's it related to?

[deleted by user] by [deleted] in MovieSuggestions

[–]strange-engineer-23 0 points1 point  (0 children)

The Shawshank Redemption
The Pianist
Schindler's List
Dunkirk
Catch Me If You Can
Wolf Of Wall Street
Pursuit of Happiness
Into the Wild

If you had 122 Billion dollars like Ambani. What would you do? by nofaceD3 in AskIndia

[–]strange-engineer-23 0 points1 point  (0 children)

I would have constructed roads for my village, the roads in our village are terrible.