Libraryless. Click here for Pure Java version (2270L/15K).
1 | svoid test_levenWithSwapsSubstringIC() {
|
2 | testFunctionValues_twoArgs levenWithSwapsSubstringIC( |
3 | pair("xabcdeyy", "abdce"), 1,
|
4 | pair("eeeacexyz", "abcde"), 2,
|
5 | pair("pppppab", "ba"), 1,
|
6 | pair("ppab", "xy"), 2,
|
7 | pair("aabx", "bAx"), 1,
|
8 | pair("lxcb", "xbc"), 1);
|
9 | } |
Began life as a copy of #1024143
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: | #1026034 |
| Snippet name: | test_levenWithSwapsSubstringIC - Damerau–Levenshtein substring distance |
| Eternal ID of this version: | #1026034/3 |
| Text MD5: | c2a0196a447a8567efd9c8b4977bb0d8 |
| Transpilation MD5: | 4ee0547007cd8619cae3047da07be752 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-11-11 15:04:37 |
| Source code size: | 289 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 418 / 524 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |