Click here to Skip to main content
15,895,011 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: Easy for me, hard for the computer? Pin
honey the codewitch10-May-19 2:47
mvahoney the codewitch10-May-19 2:47 
GeneralRe: Easy for me, hard for the computer? Pin
Marc Clifton10-May-19 2:51
mvaMarc Clifton10-May-19 2:51 
GeneralRe: Easy for me, hard for the computer? Pin
honey the codewitch10-May-19 2:57
mvahoney the codewitch10-May-19 2:57 
GeneralRe: Easy for me, hard for the computer? Pin
honey the codewitch10-May-19 2:58
mvahoney the codewitch10-May-19 2:58 
GeneralRe: Easy for me, hard for the computer? Pin
peterkmx10-May-19 3:55
professionalpeterkmx10-May-19 3:55 
GeneralRe: Easy for me, hard for the computer? Pin
honey the codewitch10-May-19 4:01
mvahoney the codewitch10-May-19 4:01 
GeneralRe: Easy for me, hard for the computer? Pin
PIEBALDconsult10-May-19 3:14
mvePIEBALDconsult10-May-19 3:14 
GeneralRe: Easy for me, hard for the computer? Pin
honey the codewitch10-May-19 4:08
mvahoney the codewitch10-May-19 4:08 
here. Consider this as flat strings (same problem)

abbc

aaab

dbba

dc

aab

dbbc

should be split into the following groups and sorted based on common prefix


abbc
aab
aaab

dbba
dbbc
dc

however, if there are more common prefixes, they need to be further grouped so

aab
aaab

becomes it's own subgroup.

the result ultimately becomes a tree.
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: Easy for me, hard for the computer? Pin
PIEBALDconsult10-May-19 6:50
mvePIEBALDconsult10-May-19 6:50 
GeneralRe: Easy for me, hard for the computer? Pin
honey the codewitch10-May-19 4:09
mvahoney the codewitch10-May-19 4:09 
GeneralRe: Easy for me, hard for the computer? Pin
PIEBALDconsult10-May-19 6:53
mvePIEBALDconsult10-May-19 6:53 
GeneralRe: Easy for me, hard for the computer? Pin
honey the codewitch10-May-19 7:06
mvahoney the codewitch10-May-19 7:06 
QuestionProgramming Question of the Week? Pin
megaadam10-May-19 0:31
professionalmegaadam10-May-19 0:31 
AnswerRe: Programming Question of the Week? Pin
DerekT-P10-May-19 6:24
professionalDerekT-P10-May-19 6:24 
AnswerRe: Programming Question of the Week? Pin
PIEBALDconsult10-May-19 8:28
mvePIEBALDconsult10-May-19 8:28 
GeneralNow we know ... Pin
Richard MacCutchan9-May-19 21:52
mveRichard MacCutchan9-May-19 21:52 
GeneralRe: Now we know ... Pin
glennPattonWork39-May-19 22:07
professionalglennPattonWork39-May-19 22:07 
GeneralRe: Now we know ... Pin
S Houghtelin10-May-19 1:13
professionalS Houghtelin10-May-19 1:13 
GeneralRe: Now we know ... Pin
honey the codewitch10-May-19 3:06
mvahoney the codewitch10-May-19 3:06 
GeneralRe: Now we know ... Pin
Richard Deeming10-May-19 1:27
mveRichard Deeming10-May-19 1:27 
GeneralRe: Now we know ... Pin
GenJerDan10-May-19 2:16
GenJerDan10-May-19 2:16 
GeneralRe: Now we know ... Pin
Marc Clifton10-May-19 2:32
mvaMarc Clifton10-May-19 2:32 
GeneralRe: Now we know ... Pin
honey the codewitch10-May-19 3:04
mvahoney the codewitch10-May-19 3:04 
GeneralRe: Now we know ... Pin
#realJSOP10-May-19 3:18
mve#realJSOP10-May-19 3:18 
GeneralRe: Now we know ... Pin
dandy7210-May-19 7:58
dandy7210-May-19 7:58 

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.