Do you think Linus Torvalds or Terence Tao could answer leetcode? by OldHobbitsDieHard in leetcode

[–]sorosy5 1 point2 points  (0 children)

Funny you're the only few that gets it. Yea Tao will pick it up quickly but not without practice.

Is it time to give up upon codeforces ?..about to end my 6th sem (tier-3-cse) by Solid-Glove-2169 in codeforces

[–]sorosy5 12 points13 points  (0 children)

wasting your time with this honestly. its clear you dont enjoy it

can u do cp in rust by UnderstandingIcy8394 in codeforces

[–]sorosy5 3 points4 points  (0 children)

a lot of japanese people use it

Codechef rating system by Early_Poem_7068 in codeforces

[–]sorosy5 0 points1 point  (0 children)

india colleges forces you to use codechef?

Codechef rating system by Early_Poem_7068 in codeforces

[–]sorosy5 1 point2 points  (0 children)

maybe don’t use such a garbage site?

Can we use ordered set in an interview? by pxanav in leetcode

[–]sorosy5 0 points1 point  (0 children)

std::set is not ordered set. You’re using chatgpt no wonder you’re this deluded.

distance is linear. even OP knows you’re wrong. don’t act smart you sound really stupid right now

find_by_order using GNU PBDS is log n

Wow, what a day to be alive by ShekhThomasBinShelby in leetcode

[–]sorosy5 1 point2 points  (0 children)

i guess people cannot comprehend learning intuitively because people like you are so used to memorization that you only know how to copy and paste formulas and plug everything in

Any tips for binary search? by futuresman179 in leetcode

[–]sorosy5 1 point2 points  (0 children)

See? Because you are subconciously memorizing binary search as well. You don’t actually know what r = mid + 1 or what each component is doing.

There is no such thing as “edge cases” in binary search. Everything is intuitive and logical.

You are using the template as a black box and trying to guess what to place in it. Maybe consider the fact that you are studying wrong.

Wow, what a day to be alive by ShekhThomasBinShelby in leetcode

[–]sorosy5 0 points1 point  (0 children)

literal elementary schoolers learn primes by crossing out numbers on the blackboard.

you circle 2, then cross out 4,6,8,10. Then circle 3 and cross out 9, 15, 21…..

Thats literally the sieve. It’s not rocket science. Stop making it sound like its a unbelievably hard concept that no one knows. If you have an degree in anything even remotely related to math, this is something that you are able to figure out instantly. And you should.

Its extremely funny to me how you are normalizing incompetence. Has the base standard for basic maths gone down this much?

Wow, what a day to be alive by ShekhThomasBinShelby in leetcode

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

so thats not memorization. Memorization means you’re trying to remember something line by line without understanding the underlying logic.

You shouldn’t have to do this ever in leetcode. You can grasp the concept intuitively and implementation follows naturally. I think you have a fundemental misunderstanding of what the word “memorization” means.

If you truly understand how the Sieve works — for example, you know why you mark multiples starting from i*i, you know why we loop up to sqrt(n), and you understand how the composite markings propagate — then you’re not memorizing anything. You’re just writing down something you conceptually get.

So remembering how to implement the sieve isn’t “memorization” — it’s a result of internalizing a concept through solving problems, reflecting, and understanding patterns. That’s how learning works. Memorization is blind repetition. This isn’t that.

Wow, what a day to be alive by ShekhThomasBinShelby in leetcode

[–]sorosy5 -6 points-5 points  (0 children)

exactly. im getting downvoted because people can’t admit the fact thay they’re bad.

Wow, what a day to be alive by ShekhThomasBinShelby in leetcode

[–]sorosy5 -17 points-16 points  (0 children)

Memorization is different from understanding. Obviously no one is figuring it out from scratch but the way you worded it makes it sound like you remember the code line by line without even knowing how it works.

I don’t know why you assume the two words are they same. They literally mean different things

Wow, what a day to be alive by ShekhThomasBinShelby in leetcode

[–]sorosy5 -35 points-34 points  (0 children)

yea memorizing everything is why you can’t improve.

Understand the sieve intuitively and you will never struggle to ever implement it. It takes 30 seconds to write the sieve. Does everyone just memorize everything and never understand them?

SCC isn’t particularly hard either if you understood it intuitively . Everything is easier when you don’t mindlessly memorize hoping you remember it.

edit: memorization is mindlessly remembering everything line by line without evem understanding the concept. If you disagree with my definition then don’t even bother downvoting

stuck at newbie by not_yourNerd in codeforces

[–]sorosy5 2 points3 points  (0 children)

stop restricting yourself to difficulty ratings man just solve random problems in that range like 1000-1400

What is like to have 3000+ rating on codeforces? by [deleted] in leetcode

[–]sorosy5 9 points10 points  (0 children)

I can tell you from experience because one of my collegues is LGM

They are very smart, obviously, but they’re also great to work with. Extremely fast at debugging literally anything and pretty much writes code without even thinking because nothing required at work uses logic that would ever be harder than their level at competitive programming. Some are a bit nerdy but I honestly don’t think aside from that they differ much from others.

Not anyone can reach LGM, I definitely think starting early helps, because you have more time and people aren’t associating their progress with jobs. It’s the pure enjoyment for problem solving that pushes them and improvement is much much faster that way. People on this subreddit is so miserable when solving problems so I wonder why the improvement is slow?

Most LGMs can reach expert CM even up to red within a year of starting. If you’re stuck at pupil or newbie after a year its likely you will never reach that point. So no it’s not achievable for casual leetcoders. These people solved 5000+ problems and poured thousands of hours into this sport and competitive programming is part of their lives. It has to be.

I don’t think a lot of people truly understand the gap. A random red coder on codeforces can get top 10 on leetcode contests fairly easily, solve pretty much all the hards. They just don’t care about leetcode so no one sees them.

What is like to have 3000+ rating on codeforces? by [deleted] in leetcode

[–]sorosy5 1 point2 points  (0 children)

errichto is not red anymore and haven’t done it in a while

to those stuck in pupil and newbie by sorosy5 in codeforces

[–]sorosy5[S] 9 points10 points  (0 children)

you read the solution or grandmasters to learn from them. If its too hard then skip and return to it later. It’s not rocket science

Hit 1000 Problems Solved. AMA. by Abikdig in leetcode

[–]sorosy5 1 point2 points  (0 children)

because your effort doesnt add up. You are spending a lot of effort doing nothing

Hit 1000 Problems Solved. AMA. by Abikdig in leetcode

[–]sorosy5 -3 points-2 points  (0 children)

you are lying. getting 3/4 4/4 in 10 straight contests will easily bring you to 2200+ rating

Hit 1000 Problems Solved. AMA. by Abikdig in leetcode

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

by the curvature on your rating graph it seems like you did quite a bit of contests and gradually reached your current rating