Click here to Skip to main content
15,896,444 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: Does the typical regular programmer understand HeapSort? Pin
David Days20-Aug-15 3:13
professionalDavid Days20-Aug-15 3:13 
GeneralRe: Does the typical regular programmer understand HeapSort? Pin
OriginalGriff20-Aug-15 4:03
mveOriginalGriff20-Aug-15 4:03 
GeneralRe: Does the typical regular programmer understand HeapSort? Pin
David Days20-Aug-15 4:11
professionalDavid Days20-Aug-15 4:11 
GeneralRe: Does the typical regular programmer understand HeapSort? Pin
CPallini19-Aug-15 9:22
mveCPallini19-Aug-15 9:22 
GeneralRe: Does the typical regular programmer understand HeapSort? Pin
R. Giskard Reventlov19-Aug-15 9:56
R. Giskard Reventlov19-Aug-15 9:56 
GeneralRe: Does the typical regular programmer understand HeapSort? Pin
Yuriy Loginov19-Aug-15 10:49
professionalYuriy Loginov19-Aug-15 10:49 
GeneralRe: Does the typical regular programmer understand HeapSort? Pin
Amarnath S19-Aug-15 16:51
professionalAmarnath S19-Aug-15 16:51 
GeneralRe: Does the typical regular programmer understand HeapSort? Pin
Dan Neely20-Aug-15 3:42
Dan Neely20-Aug-15 3:42 
Not really. IMO those visualizations work well for more trivial sorts; but once something more interesting is going on behind the scene you need to see more information than sequential item moves gives you. If you don't know how it works why things are moved around in the order they are in quicksort makes no sense. Nor does why a heap sort moves the biggest item to the front while shuffling the rest of the list before flipping it to the back as it orders them down. Ditto for WTE shellsort is doing (not one I'm even vaguely familiar with and neither the visualization, textual description, or code sample are enlightening).
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius

Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies.
-- Sarah Hoyt

GeneralRe: Does the typical regular programmer understand HeapSort? Pin
Super Lloyd19-Aug-15 19:42
Super Lloyd19-Aug-15 19:42 
GeneralRe: Does the typical regular programmer understand HeapSort? Pin
grgran20-Aug-15 5:19
grgran20-Aug-15 5:19 
GeneralRe: Does the typical regular programmer understand HeapSort? Pin
Walt Karas20-Aug-15 5:37
Walt Karas20-Aug-15 5:37 
GeneralRe: Does the typical regular programmer understand HeapSort? Pin
SeattleC++20-Aug-15 6:55
SeattleC++20-Aug-15 6:55 
GeneralRe: Does the typical regular programmer understand HeapSort? Pin
rcampbell1220-Aug-15 8:17
rcampbell1220-Aug-15 8:17 
GeneralStupid Recruiters - Part Whatever Pin
Kevin Marois19-Aug-15 6:18
professionalKevin Marois19-Aug-15 6:18 
GeneralRe: Stupid Recruiters - Part Whatever Pin
MacSpudster19-Aug-15 6:23
professionalMacSpudster19-Aug-15 6:23 
GeneralRe: Stupid Recruiters - Part Whatever Pin
R. Giskard Reventlov19-Aug-15 6:28
R. Giskard Reventlov19-Aug-15 6:28 
GeneralRe: Stupid Recruiters - Part Whatever Pin
Rob Philpott19-Aug-15 6:50
Rob Philpott19-Aug-15 6:50 
GeneralRe: Stupid Recruiters - Part Whatever Pin
Slacker00719-Aug-15 7:42
professionalSlacker00719-Aug-15 7:42 
GeneralRe: Stupid Recruiters - Part Whatever Pin
Ian Shlasko19-Aug-15 7:23
Ian Shlasko19-Aug-15 7:23 
GeneralRe: Stupid Recruiters - Part Whatever Pin
ZurdoDev19-Aug-15 7:57
professionalZurdoDev19-Aug-15 7:57 
GeneralRe: Stupid Recruiters - Part Whatever Pin
Mycroft Holmes19-Aug-15 15:04
professionalMycroft Holmes19-Aug-15 15:04 
GeneralI used to look forward to a new version of Windows... Pin
Marc Clifton19-Aug-15 5:34
mvaMarc Clifton19-Aug-15 5:34 
GeneralRe: I used to look forward to a new version of Windows... Pin
Maximilien19-Aug-15 5:54
Maximilien19-Aug-15 5:54 
GeneralRe: I used to look forward to a new version of Windows... Pin
Wastedtalent19-Aug-15 5:57
professionalWastedtalent19-Aug-15 5:57 
GeneralRe: I used to look forward to a new version of Windows... Pin
mtiede20-Aug-15 2:59
mtiede20-Aug-15 2:59 

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.