Last active
January 14, 2023 04:58
-
-
Save ytaki0801/ff6347323cdeba79020c4d242e792b2f to your computer and use it in GitHub Desktop.
2-Tag System running Collatz-like Function in a Google Spreadsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=LAMBDA(u,u(u))(LAMBDA(u,LAMBDA(q,r,IF(LEN(q)>1,{q;u(u)(MID(q,3,LEN(q))&VLOOKUP(MID(q,1,1),r,2),r)},q))))("aaaaa", {{"a","bc"};{"b","a"};{"c","aaa"}}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment