TheEndIsNigh·4 ปีที่แล้ว·discussBecause guidance can't be given its learned. You don't have to compete.Go on LC and try various approaches compare time-complexities and it will be obvious why you have to use a certain algorithm.
TheEndIsNigh·4 ปีที่แล้ว·discussYou need to solve hard problems. Code Jam is an amazing source for this. Just don't expect to knock them out in 5 minutes. Pick a hard problem and stay a week with it trying different ideas and compare the time complexity.
TheEndIsNigh·4 ปีที่แล้ว·discussNot exactly challenging, they're covered in a decent undergrad Algorithms course.
TheEndIsNigh·4 ปีที่แล้ว·discussHow could I deploy and use this in my web app? I don't know much about Web Assembly if someone can ELI5 please thanks.Is the result some API that I send requests to?Thanks a ton!
Go on LC and try various approaches compare time-complexities and it will be obvious why you have to use a certain algorithm.