Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1026141 // newEditDistance_sparseArray

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3443L/20K).

static EditDistance newEditDistance_sparseArray() {
  new EditDistance ed;
  ed.FKP = new SparseIntArray2D(Int.MAX_VALUE, Int.MAX_VALUE);
  ed.brf = new EditDistance.LevenshteinBRF();
  ret ed;
}

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: 134 / 233
Version history: 2 change(s)
Referenced in: [show references]