Skip to content

Instantly share code, notes, and snippets.

@ytaki0801
Last active January 14, 2023 04:58
Show Gist options
  • Save ytaki0801/ff6347323cdeba79020c4d242e792b2f to your computer and use it in GitHub Desktop.
Save ytaki0801/ff6347323cdeba79020c4d242e792b2f to your computer and use it in GitHub Desktop.
2-Tag System running Collatz-like Function in a Google Spreadsheet
=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