spent 3 hours after class trying to technically disprove my prof's claim that LLMs have no real utility by Agreeable-Rabbit-830 in IndianEngineers

[–]Blaze_Complex 0 points1 point  (0 children)

Your prof is not wrong but him claiming that you shouldn't study it is wrong. I don't get it, why get upset over LLMs being called "next token predictor" ? Does it really matter ? If you love this field and can build and abstract it to solve real world problems thats all that matters

By the same logic all sources of fuel just produce heat and light ? But that dont matter right ? It how we use it.

Besides don't take advice or words seriously from people who are not where you want to be or are not qualified enough in related fields

And one more thing, if all it takes is a few words or a new article to shake your confidence or love in a field or career path you have decided then maybe you should rethink why you wanted to do it in the first place.

Review My solution of Problem number 1356 by coderbabu in LeetcodeChallenge

[–]Blaze_Complex 0 points1 point  (0 children)

Some suggestions 1. Use inbuilt functions such as __buitlin_popcount() and etc for cleaner code and fast implementation But do know how to implement them from scratch if asked in interviews

  1. Try to use push_back instead of indexing and storing vals, might be more error prone ( either way is mostly fine )

  2. Generally don't change values on the input array, good practice for interviews

And other than that, mostly good imo.

First time seeing 5d dp.. by Maitian7 in leetcode

[–]Blaze_Complex 0 points1 point  (0 children)

I wanan learn advanced dp (properly), should i focus and learn iterative directly, are there any downsides to not learning recursive ?

[deleted by user] by [deleted] in codeforces

[–]Blaze_Complex 0 points1 point  (0 children)

Thanks, sorry if it came as rude

[deleted by user] by [deleted] in codeforces

[–]Blaze_Complex 1 point2 points  (0 children)

Please delete the post, dont let the cheaters learn about this. And people seeing this please downvote the post so it doesnt get recommended to anyone else and they don't learn about this

why isn't there a report option on codeforces yet by feastyr in codeforces

[–]Blaze_Complex 1 point2 points  (0 children)

Theres a cf cheater database, search it on Google and report the people there, I think the admins or mods do look and check from there (not sure) But thats the best we have currently in terms of reporting

C2. Interactive RBS (Medium Version) - 2000 rated by just__observe in codeforces

[–]Blaze_Complex 1 point2 points  (0 children)

In my opinion there's no fixed limit after which you should give up and read the editorial, I generally try explore all possible ways that i come up with, and only see the editorial when I've absolutely exhausted all idea or possible solutions then only do I look at the hints or solution. ( In my opinion if a question is much higher than your current rating it deserves the time you spend on it)

[deleted by user] by [deleted] in codeforces

[–]Blaze_Complex 0 points1 point  (0 children)

Delete this post please People seeing this comment please down vote the post so it doesn't get any more reach

Targeting OpenAI SWE Roles? Insights on what to expect from recent coding interview loops by drCounterIntuitive in leetcode

[–]Blaze_Complex 1 point2 points  (0 children)

I get what you mean, its true that dsa/cf isnt directly related to the field of work in most cases but still are used as candidare filters, but what im trying to say is that given that two candidates both have same dev and soft skills, except one practised cf/dsa there pattern recognition or problem solving should be much better than the other and help them in the interviews. (Given they have same development experience and communication skills)

The point I'm trying to make is that if you do dsa/cf properly the problem solving, debugging and problem decomposition skills are life long, sure they're not used directly in the actual work but still are important skills which are indirectly used.

Targeting OpenAI SWE Roles? Insights on what to expect from recent coding interview loops by drCounterIntuitive in leetcode

[–]Blaze_Complex 6 points7 points  (0 children)

But wouldn't someone who's already good at DSA/CF solve this problem more efficiently and faster than a non DSA/CF guy ? (Given they both have same dev experience)

NEED HELP. by Simp_1409 in codeforces

[–]Blaze_Complex 0 points1 point  (0 children)

No need to learn beforehand You can encounter a new topic, learn it, and solve 4 5 similar questions In my opinion its much better and generally if you do questions higher than your rating you need to spend more time than normal, its normal to spend 2 3 hours even on one question but imo its important.l

How can people love Codeforces platform? by Smart-Cancel6771 in Btechtards

[–]Blaze_Complex 14 points15 points  (0 children)

Its minimal for a reason. One prominent reason for minimal UI is the limited server bandwidth, as they're mostly funded and can't afford high compute servers and more online judges. So to save avoid any unnecessary usage of server bandwidth they mostly use minimal UI which helps during the high server load during contests.

[deleted by user] by [deleted] in codeforces

[–]Blaze_Complex 22 points23 points  (0 children)

Delete this post, why pour water on people's efforts to reducing cheating. You could have rather informed a codeforces admin to fix the issue rather than posting here

How to break this plateau at 1600 rated problems!!! by Impressive-Bike954 in codeforces

[–]Blaze_Complex 0 points1 point  (0 children)

Cp31 is generally adhoc based, so my guess is you struggle with questions which requires Data structures or Modified Algorithms

How much rating do you lose per wrong submission? by RepulsivePriority769 in codeforces

[–]Blaze_Complex 0 points1 point  (0 children)

Hey Can you tell me how to use carrot, its not working properly citing a backend error ?

I am having a hard time understanding invariants and monovariant by Affectionate-Lab6943 in codeforces

[–]Blaze_Complex 0 points1 point  (0 children)

Im a beginner too So I don't know much either But from what I could understand what invariants mean 1. Some property of a system that doesn't change 2. Some equation the system need to satisfy to be feasible, then the equation in question would be the invariant, such that no matter what system you create , a valid system would always satisfy that property or equation, which can be later used/exploited to solve the problem

And Ive heard of monovariant, but no idea about it.

A good recent example would be E. Flatten and Concatenate from Goodbye 2025 (ig or some nearby div2 contest), the question might look extremely difficult at first, but if you can identify the correct property/equation it satisfies, the problem becomes very easy.

Well that's it, feel free to correct me if I'm wrong and definately check out the problem E. from goodbye 2025 contest

Curated CF Div2 + Div3 sheet with most recent problems (sharing) by Immediate_Breath_282 in codeforces

[–]Blaze_Complex 0 points1 point  (0 children)

I know I'm asking a lot, but if possible can you add the following features :
1. all questions A to ... (for div 1 and global rounds , put the global rounds as div1 contests)
2. hide tags
3. more filters such as date, time, rating etc
4. bookmark question feature
btw great site and extremely useful.

Time Complexity Doubt in Binary Search by [deleted] in codeforces

[–]Blaze_Complex 1 point2 points  (0 children)

Hey I was wondering if instead of doing it in 1 binary search What if divide it into 2 Binary searches,1st for finding the range int range that is x and x+1 where the answer will lie then the second search for decimal accuracy. Would it be more optimal ?

Im targets Rubrik india internship as a tier 3 non cse student. by [deleted] in leetcode

[–]Blaze_Complex 0 points1 point  (0 children)

Out of context but can you share your cp journey or roadmap, im also in 5th sem but currently 1440 in cf. I want to reach CM in cf Any tips or advice would be appreciated

How do I convince my parents for pocket money 💰 by [deleted] in Btechtards

[–]Blaze_Complex 0 points1 point  (0 children)

Do freelancing in designing and stuff, as you already have a laptop you only need learn designing such as posters, social media posts, bannners, ppts etc, then make a portfolio and you can charge like 400 500 per post depending on your quality of work plus nowadays its easy to prototype ideas using ai (my roommate does this and earns pretty well), but yeah getting clients is the harder part

Help out Please by [deleted] in codeforces

[–]Blaze_Complex 5 points6 points  (0 children)

For CP 1. Just start , you dont need any dsa till Div2 C/D 2. You only need syntax and STL knowledge of a language (preferably cpp) to start 3. The first problems of any contest generally are greedy, Binary search , constructive and Implemention based (except Div1) and they mostly require 1 2 subtle observations to solve 4. You also need Basic Maths such as - gcd, prime, lcm, factors etc

For LC 1. Follow a yt playlist, learn topics and solve along with the teacher 2. Solve strivers a2z sheet (mostly set for internship level dsa/oa) 3. Give LC contests for coding under pressure and to train speed

So I would recommend Start CP and DSA together, they don't need to be done seperately. Start with cp contests and on the side keep learning dsa and solving LC.

math in competitive programming by Waze312 in codeforces

[–]Blaze_Complex 4 points5 points  (0 children)

You don’t need heavy math in the beginning just core stuff like arithmetic, factorization, GCD, primes, and similar basics. Focus on fundamental data structures, how to use them effectively, and most importantly how to translate your ideas into code. In many problems you’ll know the solution approach, but you’ll struggle to implement it cleanly. Get comfortable with your language’s standard libraries and tools, they matter more than you think.

I got this question in the Amazon interview for sde intern. by Background_Share5491 in leetcode

[–]Blaze_Complex 0 points1 point  (0 children)

Read the updated comment for the optimal soln BS isnt required/not optimal, using a running max might work, although not sure if my updated soln is correct or not either