>>16712381 (OP) 90% of anything you're likely to encounter is either basic boolean logic or linear algebra. Like >>16712435 said, anything more rigorous or difficult is only gonna pop up in fields like visual effects, game design, data security, etc.
>>16712381 (OP) If code itself was more understandable to me than these logic charts am I retarded or am I smart? Maybe it's my ADHD zoomer brain but pseudocode is more readable/digestible than a bunch of shapes strewn everywhere.
>>16712381 (OP) algorithms are usually analyzed in an undergrad course by reducing each step in the algorithm to some value and then discarding the constant-valued terms, the point being to single out loops and other input-dependent paths, which form a polynomial whose degree is essentially the upper bound on the time complexity otherwise known as the asymptotic complexity or the 'big oh' value of the algorithm. so the actual math involved is basically just college algebra. this is the main topic of chapter 1 of introduction to algorithms or CLRS.
Anonymous
7/1/2025, 11:51:36 PM No.16713008
>>16712507 how does predicate logic relate to computer algorithms retard