Click here to Skip to main content
16,004,564 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Grokking Data Structures, interesting Pin
trønderen7-Sep-24 14:59
trønderen7-Sep-24 14:59 
GeneralRe: Grokking Data Structures, interesting Pin
jschell12-Sep-24 13:01
jschell12-Sep-24 13:01 
GeneralRe: Grokking Data Structures, interesting Pin
trønderen13-Sep-24 8:30
trønderen13-Sep-24 8:30 
GeneralRe: Grokking Data Structures, interesting Pin
jschell17-Sep-24 12:18
jschell17-Sep-24 12:18 
GeneralRe: Grokking Data Structures, interesting Pin
honey the codewitch7-Sep-24 20:23
mvahoney the codewitch7-Sep-24 20:23 
GeneralRe: Grokking Data Structures, interesting Pin
raddevus8-Sep-24 4:19
mvaraddevus8-Sep-24 4:19 
GeneralRe: Grokking Data Structures, interesting Pin
honey the codewitch8-Sep-24 4:22
mvahoney the codewitch8-Sep-24 4:22 
GeneralRe: Grokking Data Structures, interesting Pin
raddevus8-Sep-24 9:49
mvaraddevus8-Sep-24 9:49 
honey the codewitch wrote:
Many are, until you get into linked lists.

Oh, that is a good point. LinkedList is iterable list of Node (UDT).
Yes, interesting how that is the split that makes data structures different too.
Adding item or retrieving from array is O(1).
But, LinkedList retrieving is O(N) - linear.

Here's the best line I've read in the book so far, "It's easier to code it than to explain or understand it." i'm not kidding, this is in chapter 10 Priority Queues & Heaps and it cracked me up.

I searched Google Books to see if I could find that quote and you can see it here[^].
GeneralRe: Grokking Data Structures, interesting Pin
trønderen8-Sep-24 10:10
trønderen8-Sep-24 10:10 
GeneralRe: Grokking Data Structures, interesting Pin
honey the codewitch8-Sep-24 10:14
mvahoney the codewitch8-Sep-24 10:14 
GeneralRe: Grokking Data Structures, interesting Pin
trønderen8-Sep-24 23:23
trønderen8-Sep-24 23:23 
GeneralRe: Grokking Data Structures, interesting Pin
honey the codewitch8-Sep-24 23:32
mvahoney the codewitch8-Sep-24 23:32 
GeneralRe: Grokking Data Structures, interesting Pin
trønderen9-Sep-24 1:33
trønderen9-Sep-24 1:33 
GeneralRe: Grokking Data Structures, interesting Pin
honey the codewitch9-Sep-24 2:57
mvahoney the codewitch9-Sep-24 2:57 
GeneralRe: Grokking Data Structures, interesting Pin
honey the codewitch9-Sep-24 2:58
mvahoney the codewitch9-Sep-24 2:58 
NewsFinally - Truly Useful Generative AI Pin
megaadam6-Sep-24 5:05
professionalmegaadam6-Sep-24 5:05 
GeneralSome days you've just gotta work on something fun Pin
Gary Wheeler6-Sep-24 4:35
Gary Wheeler6-Sep-24 4:35 
GeneralRe: Some days you've just gotta work on something fun Pin
0x01AA6-Sep-24 4:45
mve0x01AA6-Sep-24 4:45 
GeneralRe: Some days you've just gotta work on something fun Pin
Gary Wheeler6-Sep-24 4:50
Gary Wheeler6-Sep-24 4:50 
GeneralRe: Some days you've just gotta work on something fun Pin
honey the codewitch6-Sep-24 4:47
mvahoney the codewitch6-Sep-24 4:47 
GeneralRe: Some days you've just gotta work on something fun Pin
Gary Wheeler6-Sep-24 4:54
Gary Wheeler6-Sep-24 4:54 
GeneralRe: Some days you've just gotta work on something fun Pin
Alister Morton6-Sep-24 5:15
Alister Morton6-Sep-24 5:15 
GeneralRe: Some days you've just gotta work on something fun Pin
dandy726-Sep-24 5:24
dandy726-Sep-24 5:24 
GeneralRe: Some days you've just gotta work on something fun Pin
Matt Bond6-Sep-24 10:14
Matt Bond6-Sep-24 10:14 
GeneralRe: Some days you've just gotta work on something fun Pin
honey the codewitch6-Sep-24 10:16
mvahoney the codewitch6-Sep-24 10:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.