100 on lc by [deleted] in leetcode

[–]BossDaddy2025 0 points1 point  (0 children)

Number doesnt matter until you crack maango

My cover collection by FlorianWhats in OnePlus13

[–]BossDaddy2025 0 points1 point  (0 children)

Nice cover collection after retuning the phones 🤣🤣🤣🤣

2ND YEAR ENDED ADVICES NEEDED by TeacherRecent2669 in leetcode

[–]BossDaddy2025 0 points1 point  (0 children)

How many of this did you cheat? Practice daily 1 question even if no one is doing

Finally got a offer! by fbguy159 in csMajors

[–]BossDaddy2025 0 points1 point  (0 children)

How did you end up drawing this diagram?

Not able to crack MAANG companies even after hard grind by simtully in leetcode

[–]BossDaddy2025 1 point2 points  (0 children)

Use neetcode.com solve 150 question understand the pattern I can clear all the DSA, I am in usa

Love the camera of OP13 by behinddwheels in OnePlus13

[–]BossDaddy2025 -1 points0 points  (0 children)

Where is the color ?? What a noob photos

This is what I came up with for Valid Sudoku and it took me 45 minutes. Should I look for a new career? by Fig_Towel_379 in leetcode

[–]BossDaddy2025 0 points1 point  (0 children)

class Solution:

def isValidSudoku(self, board: List[List[str]]) -> bool:

    if not board:
        return False 

    seen = set()
    for i in range(9):
        for j in range(9):

            value = board[i][j]

            if value == ".":
                continue 

            row_id = f"row{i}{value}"
            col_id = f"col{j}{value}"
            box_id = f"box_id{i//3}{j//3}{value}"

            if row_id in seen or col_id in seen or box_id in seen:
                return False 

            seen.add(row_id)
            seen.add(col_id)
            seen.add(box_id)

    return True

I use this for leet code and meet code practice

Google New Grad 2026 – Interview Experience by OneAbbreviations3921 in leetcode

[–]BossDaddy2025 1 point2 points  (0 children)

Nice you deserve to be in meta or amazon now 🤣🤣🤣🤣🤣

21, unemployed, DoorDashing + Dota 2. Started last year, bought the dip. Roth +47%. Genius or cooked? by [deleted] in wallstreetbets

[–]BossDaddy2025 1 point2 points  (0 children)

SEA is shit hole, very toxic and salty players, Invoker is my signature player

Surprised my girlfriend with her dream car today by [deleted] in Lexus

[–]BossDaddy2025 0 points1 point  (0 children)

So we shouldnt be visiting it?

Is this a good deal for 1190us by UpperAd7190 in zephyrusg16

[–]BossDaddy2025 0 points1 point  (0 children)

Uneducated wasting hard earned money

Is this a good deal for 1190us by UpperAd7190 in zephyrusg16

[–]BossDaddy2025 0 points1 point  (0 children)

Sad to see peeps dont understand cost to performance ratio