Click here to Skip to main content
16,001,934 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
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 
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 
So let's take another example: Lots of genealogy programs store family trees in a relational database. A database relation is an array - in this case, an array of person records. A person's ancestor or descendants (or both) are stored in the person record as the primary key of the related person.

If you now argue: But that's a tree - I was talking about a linked list! Then: A linked list is a special case of a tree where each node only has a single descendant. There is nothing about this special case that indicates that it requires an implementation different from a general tree.
Religious freedom is the freedom to say that two plus two make five.

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 
GeneralRe: Some days you've just gotta work on something fun Pin
kmoorevs6-Sep-24 7:44
kmoorevs6-Sep-24 7:44 
GeneralRe: Some days you've just gotta work on something fun Pin
jschell7-Sep-24 4:27
jschell7-Sep-24 4:27 
GeneralRe: Some days you've just gotta work on something fun Pin
Gary Wheeler9-Sep-24 1:32
Gary Wheeler9-Sep-24 1:32 

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.