Libraryless. Click here for Pure Java version (3443L/20K).
1 | static EditDistance newEditDistance_sparseArray() {
|
2 | new EditDistance ed; |
3 | ed.FKP = new SparseIntArray2D(Int.MAX_VALUE, Int.MAX_VALUE); |
4 | ed.brf = new EditDistance.LevenshteinBRF(); |
5 | ret ed; |
6 | } |
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: | #1026141 |
| Snippet name: | newEditDistance_sparseArray |
| Eternal ID of this version: | #1026141/3 |
| Text MD5: | 58960e5a8d3b21129eb17a6610cad4f9 |
| Transpilation MD5: | 2921860baeaa6d1dbd251e91cd4c030e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-11-27 02:48:21 |
| Source code size: | 200 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 400 / 566 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |