Find number of differences in 2 strings

Posted by Pirate for Profit on Stack Overflow See other posts from Stack Overflow or by Pirate for Profit
Published on 2010-04-14T03:36:56Z Indexed on 2010/04/14 3:42 UTC
Read the original article Hit count: 279

Filed under:
|
|
|
|
int n = string.numDifferences("noob", "newb"); // 2

??

© Stack Overflow or respective owner

Related posts about c++

Related posts about python