Skip to content

Commit

Permalink
README UPDATE
Browse files Browse the repository at this point in the history
更新描述
  • Loading branch information
yumincode committed Mar 11, 2016
1 parent 0df0d93 commit 48966e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions READMD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#此方法能返回两个字符串的相似度
Binary file not shown.
1 change: 0 additions & 1 deletion 字符串相似度匹配/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ - (float) likePercent:(NSString *)testString AndTargetString:(NSString *)target{
}
return 100.0 - 100.0*matrix[n][m]/testString.length;
}

- (void)viewDidLoad {
[super viewDidLoad];
float percent=[self likePercent:@"helloworld" AndTargetString:@"helloWorld"];
Expand Down

0 comments on commit 48966e5

Please sign in to comment.