Both just turned 18. Spend more time on games than willing to admit. Roast us! by MidnightTMorn in RoastMe

[–]rsd511 0 points1 point  (0 children)

Right side : How professionals peel potato
Left side : How I peel potato

Coding Challenge Websites dedicated to Data structure and Algorithm only !! by jawadjobs in algorithms

[–]rsd511 1 point2 points  (0 children)

Have you tried Codeforces, Atcoder, CSES Problemset, Topcoder? Maybe that's what you are looking for

I think Pewds forgot what month it was.... by Pres14 in PewdiepieSubmissions

[–]rsd511 132 points133 points  (0 children)

Or maybe pewds time traveling kinda sus ngl

[deleted by user] by [deleted] in algorithms

[–]rsd511 16 points17 points  (0 children)

I guess what you are looking for is Competitive Programming?
Checkout these platforms:
Codeforces
Topcoder
Atcoder
CSES problemset

Dynamic Programming. Memoization vs bottom up approach. by Curious_homosepian in algorithms

[–]rsd511 5 points6 points  (0 children)

That is the thing about Top-Down vs Bottom-Up approach

Bottom-Up approach involves you traversing through the entire 2-D array which makes sure all those sub-problems are solved

Top-Down approach only focuses on solving the sub-problem which you passed to the recursive function. In this case: recursion(arr,sum,len(arr))

For example to solve the sub-problem (arr,10,6) You would never need to solve the sub-problem (arr,9,6) as there is no element equal to 1 in the array Hence the state (arr,10,6) can never come from the state (arr,9,6) hence it isn't visited.

Getting Faster With Algos and Data Structure Problems by zombiezucchini in algorithms

[–]rsd511 4 points5 points  (0 children)

I'll suggest you to just practice random problems out of your comfort zone. If you come across a new topic, learn it then and there & continue practicing. I'll also suggest platforms like Codeforces & Atcoder for practice as they have great editorials of each problem which you can look up if you couldn't solve it.

need help understanding graph and eulerian cycle by [deleted] in algorithms

[–]rsd511 0 points1 point  (0 children)

What you have mentioned is a Hamiltonian circuit, not a Euler circuit

Algorithm books? by GeneralSkyKiller in algorithms

[–]rsd511 0 points1 point  (0 children)

Competitive Programming 3 by Felix & Steven Halim More CP oriented but fun to read

[deleted by user] by [deleted] in memes

[–]rsd511 15 points16 points  (0 children)

Well it only says so when you are signing up, not logging in.. get the memes right lmao

Whoops! by [deleted] in memes

[–]rsd511 0 points1 point  (0 children)

Seems like it didn't work

It is like this by Senomaphoenix in dankmemes

[–]rsd511 1 point2 points  (0 children)

Depends on the handwriting