Skip to content

Instantly share code, notes, and snippets.

@mabj
Last active January 12, 2020 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mabj/c82a039ed45d0749ede70679aa342296 to your computer and use it in GitHub Desktop.
Save mabj/c82a039ed45d0749ede70679aa342296 to your computer and use it in GitHub Desktop.
data = [0, 1, 2, 2, 2, 2, 0, 1, 2, 2, 2, 2]
lrs = calculate_lrs(data) # [0, 1, 2, 2, 2, 2] <= First While
while lst:
lrs = calculate_lrs()
# [2, 2] <= Second while
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment