Skip to content

Instantly share code, notes, and snippets.

@vermiculus
Created March 26, 2014 16:37
Show Gist options
  • Save vermiculus/9787557 to your computer and use it in GitHub Desktop.
Save vermiculus/9787557 to your computer and use it in GitHub Desktop.
#%BUNDLE 1.0
- algorithm: Independent Set
author: Sean Allred
date: 2014-05-17
rules:
- rule: marked and neighbors marked
moves:
- unmark
- rule: unmarked and neighbors unmarked
moves:
- mark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment