Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@alwaysmpe i was parsing dot notation for multiple entries, `n` entries for `n` nested dots...
but yeah, I tried to do that asap since that's not part of the scope, but an enhancement for some class that I wanted to do for my mental sanity and readability; but that complexity is shit LOL -
@alwaysmpe N~2 algorithms are quite easy to write. It's just one for loop within another.
-
atheist99308yn^n=n*n*n... n times and usually requires recursion. n^2=n*n and is one for loop inside the other. These are two very different time complexities, the latter is feasible, the former not so much.
Please learn the difference, both of you, it sounds like you're discussing the latter.
Related Rants
When you figured out the algorithm, but it's O(n^n)
undefined
ayy lmao