1 | svoid test_levenWithSwapsIC() {
|
2 | testFunctionValues_twoArgs levenWithSwapsIC( |
3 | pair("abcde", "abdce"), 1,
|
4 | pair("ace", "abcde"), 2,
|
5 | pair("ab", "ba"), 1,
|
6 | pair("ab", "xy"), 2,
|
7 | pair("abx", "bAx"), 1,
|
8 | pair("xcb", "xbc"), 1);
|
9 | } |
Began life as a copy of #1024129
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1024143 |
| Snippet name: | test_levenWithSwapsIC - Damerau–Levenshtein distance |
| Eternal ID of this version: | #1024143/3 |
| Text MD5: | 9d61dc055a59c873707330f322a2c112 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-23 00:52:28 |
| Source code size: | 253 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 465 / 509 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |