Click here to Skip to main content
15,891,033 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: Check two strings contains same characters but can be in different order Pin
OriginalGriff8-Aug-16 21:47
mveOriginalGriff8-Aug-16 21:47 
GeneralRe: Check two strings contains same characters but can be in different order Pin
CDP18028-Aug-16 22:00
CDP18028-Aug-16 22:00 
GeneralRe: Check two strings contains same characters but can be in different order Pin
OriginalGriff8-Aug-16 22:13
mveOriginalGriff8-Aug-16 22:13 
GeneralRe: Check two strings contains same characters but can be in different order Pin
CDP18028-Aug-16 22:20
CDP18028-Aug-16 22:20 
GeneralRe: Check two strings contains same characters but can be in different order Pin
OriginalGriff8-Aug-16 22:38
mveOriginalGriff8-Aug-16 22:38 
GeneralRe: Check two strings contains same characters but can be in different order Pin
BillWoodruff9-Aug-16 17:50
professionalBillWoodruff9-Aug-16 17:50 
GeneralRe: Check two strings contains same characters but can be in different order Pin
Johnny J.9-Aug-16 20:25
professionalJohnny J.9-Aug-16 20:25 
QuestionRe: Check two strings contains same characters but can be in different order Pin
Nish Nishant9-Aug-16 3:17
sitebuilderNish Nishant9-Aug-16 3:17 
Are you thinking about performance? If so, use the fastest but more inaccurate checks first. If they fail, return false. If they pass, then do the slower but more accurate checks. That way, the false results would be really fast. The true results would be a touch slower.
Regards,
Nish
Website: www.voidnish.com
Blog: voidnish.wordpress.com

GeneralRe: Check two strings contains same characters but can be in different order Pin
PIEBALDconsult9-Aug-16 6:23
mvePIEBALDconsult9-Aug-16 6:23 
GeneralAwesome Idea, great Integration he says and then downvotes.. Pin
Grasshopper.iics8-Aug-16 15:09
Grasshopper.iics8-Aug-16 15:09 
GeneralRe: Awesome Idea, great Integration he says and then downvotes.. Pin
Indivara8-Aug-16 15:54
professionalIndivara8-Aug-16 15:54 
GeneralRe: Awesome Idea, great Integration he says and then downvotes.. Pin
Pete O'Hanlon8-Aug-16 19:39
mvePete O'Hanlon8-Aug-16 19:39 
GeneralRe: Awesome Idea, great Integration he says and then downvotes.. Pin
Grasshopper.iics8-Aug-16 19:51
Grasshopper.iics8-Aug-16 19:51 
GeneralRe: Awesome Idea, great Integration he says and then downvotes.. Pin
Pete O'Hanlon8-Aug-16 19:55
mvePete O'Hanlon8-Aug-16 19:55 
GeneralRe: Awesome Idea, great Integration he says and then downvotes.. Pin
Grasshopper.iics8-Aug-16 19:58
Grasshopper.iics8-Aug-16 19:58 
GeneralRe: Awesome Idea, great Integration he says and then downvotes.. Pin
BillWoodruff8-Aug-16 19:41
professionalBillWoodruff8-Aug-16 19:41 
GeneralRe: Awesome Idea, great Integration he says and then downvotes.. Pin
Grasshopper.iics8-Aug-16 19:45
Grasshopper.iics8-Aug-16 19:45 
GeneralRe: Awesome Idea, great Integration he says and then downvotes.. Pin
Pete O'Hanlon8-Aug-16 19:51
mvePete O'Hanlon8-Aug-16 19:51 
GeneralRe: Awesome Idea, great Integration he says and then downvotes.. Pin
BillWoodruff8-Aug-16 20:17
professionalBillWoodruff8-Aug-16 20:17 
QuestionRe: Awesome Idea, great Integration he says and then downvotes.. Pin
Nish Nishant9-Aug-16 3:18
sitebuilderNish Nishant9-Aug-16 3:18 
GeneralRe: Awesome Idea, great Integration he says and then downvotes.. Pin
Mark_Wallace9-Aug-16 7:09
Mark_Wallace9-Aug-16 7:09 
GeneralRe: Awesome Idea, great Integration he says and then downvotes.. Pin
Sean Ewington9-Aug-16 7:12
staffSean Ewington9-Aug-16 7:12 
GeneralRe: Awesome Idea, great Integration he says and then downvotes.. Pin
Mark_Wallace9-Aug-16 7:26
Mark_Wallace9-Aug-16 7:26 
QuestionCopyright with Google in India ? Pin
virang_218-Aug-16 13:45
virang_218-Aug-16 13:45 
AnswerRe: Copyright with Google in India ? Pin
Kevin Marois8-Aug-16 15:27
professionalKevin Marois8-Aug-16 15:27 

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.