Click here to Skip to main content
15,893,594 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.

 
JokeRe: What's the most challenging algorithm you've ever faced Pin
Randor 31-May-21 4:04
professional Randor 31-May-21 4:04 
GeneralRe: What's the most challenging algorithm you've ever faced Pin
honey the codewitch31-May-21 4:15
mvahoney the codewitch31-May-21 4:15 
AnswerRe: What's the most challenging algorithm you've ever faced Pin
Greg Utas30-May-21 6:54
professionalGreg Utas30-May-21 6:54 
GeneralRe: What's the most challenging algorithm you've ever faced Pin
honey the codewitch30-May-21 7:02
mvahoney the codewitch30-May-21 7:02 
AnswerRe: What's the most challenging algorithm you've ever faced Pin
Clumpco30-May-21 20:20
Clumpco30-May-21 20:20 
GeneralRe: What's the most challenging algorithm you've ever faced Pin
honey the codewitch30-May-21 21:33
mvahoney the codewitch30-May-21 21:33 
AnswerRe: What's the most challenging algorithm you've ever faced Pin
ormonds31-May-21 1:52
ormonds31-May-21 1:52 
AnswerRe: What's the most challenging algorithm you've ever faced Pin
ElectronProgrammer31-May-21 2:08
ElectronProgrammer31-May-21 2:08 
Not exactly an algorithm but certainly the most challenging I had to do was read data from a LIDAR, at almost 100MB/s (that is mega byte per second), while doing 3D object detection using a third generation embedded core i5 (can not remember if it was a 13W or 17W CPU) with only 1GB of RAM and without dropping any packets/frames/information.

The LIDAR required a dedicated gigabit Ethernet connection to the motherboard. Even a switch in the connection would mean packets were dropped. And that CPU struggled to keep up with the data rate let alone do 3D object detection.

I'm so glad that implementing path finding and object collision on top of that was not my job Smile | :)

Best regards
AnswerRe: What's the most challenging algorithm you've ever faced Pin
BDieser31-May-21 3:37
BDieser31-May-21 3:37 
GeneralRe: What's the most challenging algorithm you've ever faced Pin
honey the codewitch31-May-21 4:22
mvahoney the codewitch31-May-21 4:22 
AnswerRe: What's the most challenging algorithm you've ever faced Pin
obermd31-May-21 4:50
obermd31-May-21 4:50 
AnswerRe: What's the most challenging algorithm you've ever faced Pin
Matt McGuire1-Jun-21 5:39
professionalMatt McGuire1-Jun-21 5:39 
GeneralWhy do lazy students assume everyone else is dumber than them? Pin
OriginalGriff29-May-21 3:12
mveOriginalGriff29-May-21 3:12 
GeneralRe: Why do lazy students assume everyone else is dumber than them? Pin
Dave Kreskowiak29-May-21 3:33
mveDave Kreskowiak29-May-21 3:33 
GeneralRe: Why do lazy students assume everyone else is dumber than them? Pin
Nelek29-May-21 4:00
protectorNelek29-May-21 4:00 
GeneralRe: Why do lazy students assume everyone else is dumber than them? Pin
honey the codewitch29-May-21 4:23
mvahoney the codewitch29-May-21 4:23 
GeneralRe: Why do lazy students assume everyone else is dumber than them? Pin
kmoorevs29-May-21 5:06
kmoorevs29-May-21 5:06 
GeneralRe: Why do lazy students assume everyone else is dumber than them? Pin
Daniel Pfeffer29-May-21 7:59
professionalDaniel Pfeffer29-May-21 7:59 
GeneralRe: Why do lazy students assume everyone else is dumber than them? Pin
Nelek30-May-21 1:14
protectorNelek30-May-21 1:14 
GeneralRe: Why do lazy students assume everyone else is dumber than them? Pin
jsc4229-May-21 10:53
professionaljsc4229-May-21 10:53 
GeneralRe: Why do lazy students assume everyone else is dumber than them? Pin
Richard MacCutchan29-May-21 5:41
mveRichard MacCutchan29-May-21 5:41 
GeneralRe: Why do lazy students assume everyone else is dumber than them? Pin
Dan Neely1-Jun-21 2:39
Dan Neely1-Jun-21 2:39 
GeneralRe: Why do lazy students assume everyone else is dumber than them? Pin
Daniel Pfeffer29-May-21 8:06
professionalDaniel Pfeffer29-May-21 8:06 
GeneralRe: Why do lazy students assume everyone else is dumber than them? Pin
OriginalGriff29-May-21 8:10
mveOriginalGriff29-May-21 8:10 
GeneralRe: Why do lazy students assume everyone else is dumber than them? Pin
#realJSOP29-May-21 14:12
mve#realJSOP29-May-21 14:12 

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.