Online Users Page


QN

Previous notifications:
4 years ago
New Blog Entry In .:A-MAN:. lists stuff!
11 years ago
Regular accepted your friend request
More..
38BlueLake2 3 years ago
I have to take a data structures class and our first project is to take input from a book then store each word and keep track of how many times each word appears. Okay, cool, easy. The weird part is we have to do this using linked lists. That might actually be the absolute worst way to implement this versus something like a map.
Back

Please Login To Post

70.:A-MAN:.
3 years ago
@umer936 lol that's bad.
Reply
62umer936
3 years ago
@.:A-MAN:.
Ahh. Well you see, Mine's the same questions, but the order is different. The LL question comes first and so I never get to the others
Reply
70.:A-MAN:.
3 years ago
@BlueLake2 do I care about mapping one thing to another? Map. If not, do I need constant time lookups? Array. If not, do I hate myself? Linked list.
Reply
38BlueLake2 3 years ago
@umer936 I pretty much use maps for everything lol
Reply
62umer936
3 years ago
@.:A-MAN:. Meh lmao
Reply
70.:A-MAN:.
3 years ago
@umer936 but LLs have horrible look up complexity.
Reply
62umer936
3 years ago
That might be the way I solve a lot of problems tbh......

When in doubt I sometimes just go for an LL bc I never forget how they work :P
Reply
38BlueLake2 3 years ago
@.:A-MAN:. it physically hurts me
Reply
70.:A-MAN:.
3 years ago
Ew. That's horrible.
Reply
v3.2