Have a good algorithm or data structure coding problem? Want to share it and your solution or ask for other's solutions? post it in
Example https://wolfballs.com/post/10713
Submitted 2 years ago by masterofballs@wolfballs.com to main@wolfballs.com
Have a good algorithm or data structure coding problem? Want to share it and your solution or ask for other's solutions? post it in
Example https://wolfballs.com/post/10713
squashkin@wolfballs.com 2 years ago
are you trying to do problems like on advent of code or https://exercism.org/ or https://projecteuler.net/ ?
it's a good concept but I also just feel like I want to work on actually solving some kind of practical project problem and learning by doing that sometimes too
in that sense I like to have life give me practical programming problems to learn from, although it can be good to practice in advance to be ready for such problems too
masterofballs@wolfballs.com 2 years ago
Yeah i've done a lot of projecteuler although those are more math based and less computer science based.
Oh yeah, real world is learning and using frameworks and libraries to reduce the amount of code. This does help write effecient code though. I've speed up very senior programmer's code hundreds of time because they never cared to check the big O value of the algorithm.