Click here to Skip to main content
15,891,372 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: figured out something cool, a specialization for integer binary trees Pin
honey the codewitch2-Jan-20 4:36
mvahoney the codewitch2-Jan-20 4:36 
GeneralRe: figured out something cool, a specialization for integer binary trees Pin
kalberts2-Jan-20 7:34
kalberts2-Jan-20 7:34 
GeneralRe: figured out something cool, a specialization for integer binary trees Pin
honey the codewitch2-Jan-20 7:41
mvahoney the codewitch2-Jan-20 7:41 
GeneralRe: figured out something cool, a specialization for integer binary trees Pin
Jörgen Andersson2-Jan-20 5:51
professionalJörgen Andersson2-Jan-20 5:51 
GeneralRe: figured out something cool, a specialization for integer binary trees Pin
honey the codewitch2-Jan-20 5:53
mvahoney the codewitch2-Jan-20 5:53 
GeneralRe: figured out something cool, a specialization for integer binary trees Pin
Shuqian Ying2-Jan-20 8:59
Shuqian Ying2-Jan-20 8:59 
GeneralRe: figured out something cool, a specialization for integer binary trees Pin
Daniel Pfeffer3-Jan-20 0:02
professionalDaniel Pfeffer3-Jan-20 0:02 
GeneralRe: figured out something cool, a specialization for integer binary trees Pin
kalberts2-Jan-20 6:12
kalberts2-Jan-20 6:12 
Long time ago, in my student days, I was engaged as a TA for the freshman "101 Programming" course, with a little above 1000 students. This was in the transition from Fortran to Pascal as the primary programming language. Ssome of the faculties at the Tech U was very conservative: Real Engineers program in Fortran! Pascal is for sisses!

So the course came in two varieties: Students of Chemistry and Construction Engineering learned Fortran, most others learned Pascal programming. The topics were the same, and three out of four homework assignments were identical. For the last one, the Pascal students were to create a linked list and define some operations on it. The Fortran student did something else, I don't remember what.

I was approached by this chemistry girl, good-looking and friendly, but she was a little crossed: She had heard that those Pascal students were learning something that she didn't learn in the Fortran course. Why not? Why couldn't they all learn it? Well... Fortran doensn't have pointers, so it isn't possible. But what are pointers? I gave her a very simple explanation - it is not a value, but it tells you where to find the value. Like this list, you have the three data fields in each record, and a fourth one that tells where the next record is.

I may have said something like "think of memory as large array, and that fourth value is the array index of the next record". I must have, because a week later, this young lady was back, telling that she had obtained a copy of the Pascal homework assignment. Now she had programmed it in Fortran, using array indexes as pointers. It appearently worked, but if I would take a look at it, she would be happy...

That lady certaily neither looked like nor behaved as the stereotype of a top rate engineer, but I have a gut feeling that she had the qualities required (not for "stereotype" but for "top rate" Smile | :) )! I never saw her after that 101 Programming course, so I can't tell for sure, but I am quite sure she has had a successful career.

I guess it is quite obvious why I came to think of this old memory when reading your post.
GeneralRe: figured out something cool, a specialization for integer binary trees Pin
honey the codewitch2-Jan-20 6:13
mvahoney the codewitch2-Jan-20 6:13 
GeneralComing back to work after a long vacation feels weird. Pin
Maximilien2-Jan-20 2:59
Maximilien2-Jan-20 2:59 
GeneralRe: Coming back to work after a long vacation feels weird. Pin
musefan2-Jan-20 3:02
musefan2-Jan-20 3:02 
GeneralRe: Coming back to work after a long vacation feels weird. Pin
OriginalGriff2-Jan-20 3:13
mveOriginalGriff2-Jan-20 3:13 
GeneralRe: Coming back to work after a long vacation feels weird. Pin
musefan2-Jan-20 3:57
musefan2-Jan-20 3:57 
GeneralRe: Coming back to work after a long vacation feels weird. Pin
honey the codewitch2-Jan-20 4:27
mvahoney the codewitch2-Jan-20 4:27 
GeneralRe: Coming back to work after a long vacation feels weird. Pin
OriginalGriff2-Jan-20 4:37
mveOriginalGriff2-Jan-20 4:37 
GeneralRe: Coming back to work after a long vacation feels weird. Pin
honey the codewitch2-Jan-20 4:38
mvahoney the codewitch2-Jan-20 4:38 
GeneralRe: Coming back to work after a long vacation feels weird. Pin
GuyThiebaut2-Jan-20 3:03
professionalGuyThiebaut2-Jan-20 3:03 
GeneralRe: Coming back to work after a long vacation feels weird. Pin
Maximilien2-Jan-20 4:20
Maximilien2-Jan-20 4:20 
GeneralRe: Coming back to work after a long vacation feels weird. Pin
kmoorevs2-Jan-20 3:24
kmoorevs2-Jan-20 3:24 
GeneralRe: Coming back to work after a long vacation feels weird. Pin
dandy722-Jan-20 3:55
dandy722-Jan-20 3:55 
GeneralRe: Coming back to work after a long vacation feels weird. Pin
Maximilien2-Jan-20 4:23
Maximilien2-Jan-20 4:23 
GeneralRe: Coming back to work after a long vacation feels weird. Pin
bVagadishnu2-Jan-20 8:47
bVagadishnu2-Jan-20 8:47 
GeneralRe: Coming back to work after a long vacation feels weird. Pin
honey the codewitch2-Jan-20 4:26
mvahoney the codewitch2-Jan-20 4:26 
GeneralRe: Coming back to work after a long vacation feels weird. Pin
Chris Maunder2-Jan-20 8:54
cofounderChris Maunder2-Jan-20 8:54 
GeneralRe: Coming back to work after a long vacation feels weird. Pin
Mark_Wallace3-Jan-20 0:04
Mark_Wallace3-Jan-20 0:04 

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.