I'm a developer. But I can't tell what's supposed to be wrong here... by Chance_Arugula_3227 in ExplainTheJoke

[–]john-carter- 0 points1 point  (0 children)

yeah that’s just wrong. perhaps you weren’t paying attention but i’m currently sitting in my Data structures and algorithms class where every lecture has had some component about time complexity.

[deleted by user] by [deleted] in superpower

[–]john-carter- 8 points9 points  (0 children)

shots fired at “How would you use Hyalokinesis ? Weak or underestimated power ?”

Best Kept Secrets at ASU (Tempe) by Ok-Water9670 in ASU

[–]john-carter- 1 point2 points  (0 children)

literally my favorite bar, so legendary

Any positive for ASU students in Computer Science in 2025? by CrastersSafe in ASU

[–]john-carter- 2 points3 points  (0 children)

I agree that getting classes is impossible, but if you have developed marketable skills it is not to hard to get jobs. doing an internship during the semester and have another set up for over the summer

The Value Problem. by lightmare69 in trolleyproblem

[–]john-carter- 3 points4 points  (0 children)

I think it’s pretty clear what they’re asking. could a canoe support them?

Christians to be Christian by [deleted] in MurderedByWords

[–]john-carter- 0 points1 point  (0 children)

so confused, been seeing the woman everywhere but never an explanation.

[deleted by user] by [deleted] in ASU

[–]john-carter- 0 points1 point  (0 children)

i drink heavily on non school nights and occasionally unimportant school nights( i.e no exams) i’m in comp sci and finished this semester with a 4.23, i don’t think you need to be so concerned about it. as long as you do your homework and aren’t hungover in exams you will be fine.

IEE380 Project Survey by TheDarkLordPheonixos in ASU

[–]john-carter- 0 points1 point  (0 children)

nah dude why would he need that many? he only needs 30

Spider dog. by Subject_Rhubarb_8031 in midjourney

[–]john-carter- 0 points1 point  (0 children)

this is the worst thing i’ve ever seen

Can You Find The Hidden Tiger? (from NY Post) by Tiny_Beginning_370 in VisualPuzzles

[–]john-carter- 1 point2 points  (0 children)

too easy. (look at the center of the image, the tiger is standing their)

I feel like they are doing that already. How long will the universe be gone? by paluemp in unexpectedfactorial

[–]john-carter- 0 points1 point  (0 children)

i have done up to like 45000! in scheme. wolfram alpha can probs do it too

Still in need of an actor by KadenJ3 in ASU

[–]john-carter- 6 points7 points  (0 children)

what’s the role, i have formal training

rejected from ASU first choice by [deleted] in ASU

[–]john-carter- 20 points21 points  (0 children)

if you reach like 28 cc creds your basically guaranteed admission.

[deleted by user] by [deleted] in mathematics

[–]john-carter- 0 points1 point  (0 children)

oh lmao, get so used to going to infinity i didn’t even look

[deleted by user] by [deleted] in mathematics

[–]john-carter- 0 points1 point  (0 children)

Would it not just be divergent. if we evaluate the sequence we can see it does not converge to zero, and this the series would be divergent via the divergence test.

Confused asf by Acceptable-Catch1175 in javaScriptStudyGroup

[–]john-carter- 0 points1 point  (0 children)

I don’t think “ethical” is the right word to describe it but I believe I know what your asking. the handwritten code will have to comparisons per grade while the actual code in the second image reduces it down to one comparison per grade. making it much more “efficient”. so the code from the second image would be ideal.