Problem: One Pass of Bubble Sort

Code: One+Pass+of+Bubble+Sort/tails_1644299523

Nibbles version: 0.2 | 0.21 | 0.22 | 0.23 | 0.24 | 0.25 | 1.00

Format: Compact | Simple | +Type | Table | JSON | .nbl (DeBruijn) | .nbl (names)


>> (tail) 
    \ (reverse) 
        / (foldr) 
            \ (reverse) 
                @ (= fstLine) 
            "\n" (string) <--arg( B A ) 
            : (append) <--arg( D C ) 
                \ (reverse) 
                    `< (sort) 
                        : (append) 
                            `( (uncons) -->let( E ) 
                                @ (= C) 
                            @ (= D) 
                $ (= E) 

Back to the index