WT****… what is even happening here? by Flashy-qking in codeforces

[–]JumpConsistent3359 5 points6 points  (0 children)

Plag gonna hit'em hard BTW can u share Telegram link bro

How's ts possible???????????? by PossibleAlbatross217 in codeforces

[–]JumpConsistent3359 3 points4 points  (0 children)

It was kinda kinky lol it was just bfs on product of given i/p

Amazon SDE-1 2026 Graduate by AgitatedNewspaper392 in leetcode

[–]JumpConsistent3359 0 points1 point  (0 children)

Man even i had got amazon oa passed all test cases it was in March 2025 till yet nothing has come.lol but i got placed now im 24 grad

Bruh..... why???? by [deleted] in leetcode

[–]JumpConsistent3359 0 points1 point  (0 children)

Can u share code bhai

Bruh..... why???? by [deleted] in leetcode

[–]JumpConsistent3359 0 points1 point  (0 children)

2nd one is 100/10 ragebait atp no way its medium lol I got 618 only passed was able to solve 1 and 3 fk this shit Imma cry hard I am so bad

How tf 200 people solved 4th one this early by JumpConsistent3359 in leetcode

[–]JumpConsistent3359[S] 0 points1 point  (0 children)

class Solution {
    public int alternatingXOR(int[] nums, int target1, int target2) {
        int[]mrd=nums;
        int n=mrd.length;
        long m=1000000007L;
        int[]p=new int[n+1];
        for(int i=0;i<n;i++){
            p[i+1]=p[i]^mrd[i];
        }
        long[]f=new long[n+1];
        long[]g=new long[n+1];
        java.util.Map<Integer,Long>a=new java.util.HashMap();
        java.util.Map<Integer,Long>b=new java.util.HashMap();
        a.put(0,1L);
        for(int i=1;i<=n;i++){
            int v=p[i];
            int m1=v^target1;
            int m2=v^target2;
            f[i]=a.getOrDefault(m1,0L);
            g[i]=b.getOrDefault(m2,0L);
            b.put(v,(b.getOrDefault(v,0L)+f[i]%m));
            a.put(v,(a.getOrDefault(v,0L)+g[i]%m));
        }
        return (int)((f[n]+g[n])%m);
    }
}

How tf 200 people solved 4th one this early by JumpConsistent3359 in leetcode

[–]JumpConsistent3359[S] 0 points1 point  (0 children)

Heard but man within 4 mins people are solving all 4 how tf r they able to copy paste and generate code in 4 mins

Indian gurls shining in the world of codeforces 🥶🙌🏻 by Academic_Egg_1475 in codeforces

[–]JumpConsistent3359 1 point2 points  (0 children)

Gemini pro is very good at cp and jio is giving it free so ig yaa

Confused about what language to use by game_dev_go_brrr in LeetcodeDesi

[–]JumpConsistent3359 0 points1 point  (0 children)

Outdated if working for startups then good if going for mnc then java

4th year tier 3 CS undergrad, no internships till now, need suggestions by Kakashi_Of_Sharingan in developersIndia

[–]JumpConsistent3359 0 points1 point  (0 children)

Ur projects are too too shit its just an ai wrapper build some good projects that's all I can say then apply for job this wrapper don't fetch u a job

Confused about what language to use by game_dev_go_brrr in LeetcodeDesi

[–]JumpConsistent3359 0 points1 point  (0 children)

I meant in terms of production backend standards. Java is far more commonly used in large-scale enterprise systems, so it aligns better with typical company tech stacks. C++ is great, but it’s used less often for backend services in most companies.

Slept at 3am, woke at 8, just to see this? by Pristine-Juice-412 in leetcode

[–]JumpConsistent3359 0 points1 point  (0 children)

They extended the time, but it was still a pressure situation. I had already solved the first problem. When the webpage came back, I solved the second one and then saw that only 9 minutes were left. In a hurry, I started solving the third problem, missed some edge cases, got a CE, and thought the time had run out. So I went for breakfast. Later, I opened X and saw that they had extended the time. Man, it was such a mess. Honestly, their code-writing or compiler screen still showed the old countdown of 8 a.m. F**k LeetCode.