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

6
LINES

< > BotCompany Repo | #1003361 // poems2occTree

JavaX fragment (include)

static OccTree<E> poems2occTree(L<L<E>> poems) {
  new OccTree<E> tree;
  for (L<E> poem : poems)
    tree.add(poem);
  ret tree;
}

Author comment

Began life as a copy of #1003342

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1003361
Snippet name: poems2occTree
Eternal ID of this version: #1003361/1
Text MD5: 5b377766894df4d752ad26d44e5e0b3e
Author: stefan
Category: javax / talking robots
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-06-20 18:13:33
Source code size: 136 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 498 / 530
Referenced in: [show references]