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

4
LINES

< > BotCompany Repo | #1036347 // allUpDownSequencesOfLength

JavaX fragment (include)

static ItIt<UpDownSequence> allUpDownSequencesOfLength(int length) {
  ret mapI(allWordsOfAlphabetWithLength(length, "UD"),
    s -> UpDownSequence(s));
}

Author comment

Began life as a copy of #1036339

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1036347
Snippet name: allUpDownSequencesOfLength
Eternal ID of this version: #1036347/1
Text MD5: fbf4d7af31f6976491413acd057541d2
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-11-21 12:22:50
Source code size: 157 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 74 / 89
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)