Skip to content

Instantly share code, notes, and snippets.

@souravdatta
Last active August 2, 2022 17:53
Show Gist options
  • Save souravdatta/51ecdf8d848985db042a73e5499574dc to your computer and use it in GitHub Desktop.
Save souravdatta/51ecdf8d848985db042a73e5499574dc to your computer and use it in GitHub Desktop.
Some interesting APL code fragments
Deltas ← {¯1×(-/)¨2,/0,⍵}
Sells ← 2 4 8 10 12 24 25
Buy ← 26
Deltas Buy⌊+\ Sells
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment