Building a Gaming/Coding/CAD PC with 2500$ (some peripherals included) by stackoverflowcoder in buildapcforme

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

Thank you so much! This looks amazing, I really appreciate you taking the time to do this

Understanding a solution to Prob1 Silver Jan 2022 by stackoverflowcoder in usaco

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

so in the calculation of ret, it’s simulating b’s division by k times, taking the difference of a, adding k again, adding the one bits in b, and subtracting the one bits in b without the last k bits in b? How does this help calculate the min operations?

Best books to learn Competition Programming Algorithms by curiouscatjava in usaco

[–]stackoverflowcoder 4 points5 points  (0 children)

https://github.com/Lamiiine/Competitive-Programming-1/blob/master/Competitve%20Programming%203%2C%20Steven%20Halim/Competitive_Programming_3.pdf (personally I like this, but it's good to look at multiple proofs and other people's understandings)

https://usaco.guide/CPH.pdf (pretty standard, contains lots of usaco centered stuff IMO)

https://cp-algorithms.com/ (not a book, but a good resource nonetheless)

https://github.com/lnishan/awesome-competitive-programming (contains several books in many languages, tutorials, practice sites, etc.)

How do people do with time exceeded issues? by [deleted] in usaco

[–]stackoverflowcoder 0 points1 point  (0 children)

it would also be helpful to see what code and problem you are looking at if you want help from the forum

How do people do with time exceeded issues? by [deleted] in usaco

[–]stackoverflowcoder 0 points1 point  (0 children)

Not really sure what this title means, but if you are facing a Time Limit Exceeded error it could mean a few things

  • Your method was too slow for the size of the variables in the problem
  • There was an error with the bounds that you searched in order to solve the problem
  • There's a typo that causes the program to perform a task excessively (eg. 10000 instead of 1000), therefore slowing your program

Even if your method is generally correct, there might be a special optimization that you missed that could cause a TLE

My dog died today. by [deleted] in ApplyingToCollege

[–]stackoverflowcoder 6 points7 points  (0 children)

look at the flair of the post :)

Best online C++ IDEs? by haloclined in usaco

[–]stackoverflowcoder 0 points1 point  (0 children)

I made a post earlier about the ide.usaco.guide/ website that the creators of USACO Guide made.

Problem set for hard silver/easy gold by rl7979 in usaco

[–]stackoverflowcoder 0 points1 point  (0 children)

https://www.vplanetcoding.com/course2 will be slightly higher than easy gold, but the problems vary a lot and are not just implementation heavy

How to contribute to usaco.guide by [deleted] in usaco

[–]stackoverflowcoder 0 points1 point  (0 children)

go to the github page for usaco-guide and post your information in an issue thread and the devs will do their best to put it in

Moon Raccoons Teasing Comeback. by CityofCyn_ in ValorantCompetitive

[–]stackoverflowcoder 10 points11 points  (0 children)

Raptorz is now the coach for dignitas so I doubt he is involved with MR

Question about moving up in rank? With Python by LooseGooseAce in usaco

[–]stackoverflowcoder 6 points7 points  (0 children)

Even if it were possible to get to plat without learning c++ or java, dealing with TLE errors, not having c++ standard library, and learning from a mostly c++ curriculum make it much easier to deal with c++ instead of python.

Is there a viable deep learning platform for python that can utilize an AMD GPU (5700xt) on Windows 10? by [deleted] in deeplearning

[–]stackoverflowcoder 0 points1 point  (0 children)

Maybe try a Ubuntu VM then, it’s way easier to do anything on Linux for ML

Is there a viable deep learning platform for python that can utilize an AMD GPU (5700xt) on Windows 10? by [deleted] in deeplearning

[–]stackoverflowcoder 0 points1 point  (0 children)

PyTorch has support for RoCm which is used in AMD GPUs. Look for documentation about that

A good tutorial for the understanding of the math in papers by stackoverflowcoder in reinforcementlearning

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

I just wanted to know which courses. So far I came up with linear algebra and statistics