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

4
LINES

< > BotCompany Repo | #1036339 // allUpDownSequencesOfMaxLength

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

Libraryless. Click here for Pure Java version (10390L/57K).

static ItIt<UpDownSequence> allUpDownSequencesOfMaxLength(int maxLength) {
  ret mapI(allWordsOfAlphabet_maxLength(maxLength, "UD"),
    s -> UpDownSequence(s));
}

Author comment

Began life as a copy of #1030505

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): elmgxqgtpvxh, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1036339
Snippet name: allUpDownSequencesOfMaxLength
Eternal ID of this version: #1036339/1
Text MD5: 443c78eeb364dc8e97933f3d7b2857d1
Transpilation MD5: c68deddee5a778f39c0fcb0f66bae197
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-20 21:06:24
Source code size: 166 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 113 / 146
Referenced in: [show references]