this post was submitted on 05 Feb 2025
342 points (97.2% liked)

Greentext

4975 readers
1017 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] FlexibleToast@lemmy.world 21 points 8 hours ago (2 children)

It's super easy to learn how algorithms and what not work without knowing the syntax of a language. I can tell you how a binary search tree works, but I have no clue how to code it in Java because I've never used Java.

[–] TheSlad@sh.itjust.works 14 points 6 hours ago (1 children)

And similarly, i could read code in a language I dont know, understand what it does and how it works even if I don't know the syntax well enough to write it myself

[–] FlexibleToast@lemmy.world 1 points 2 hours ago

Yeah, exactly. At least any fairly modern language. I don't think I could just pick up assembly and read it without the class I took. Heck, I don't think I could read it anymore now that it's been several years since that class.

[–] grrgyle@slrpnk.net 7 points 7 hours ago (1 children)

I mean same, but you can look to the official docs for like what a loop or queue looks like

[–] FlexibleToast@lemmy.world 1 points 2 hours ago

Not during a test. But maybe in those 20 hours they have.