Commands, questions and easter eggs for Amazon Alexa enabled devices: https://ugotsta.github.io/alexa-cheats/
- "Alexa, stop."
- "Alexa, volume one/six/ten."
- "Alexa, mute."
- "Alexa, unmute."
- "Alexa, repeat."
- "Alexa, cancel."
Commands, questions and easter eggs for Amazon Alexa enabled devices: https://ugotsta.github.io/alexa-cheats/
| #include <stdio.h> | |
| #include <stdlib.h> | |
| typedef struct BinaryTree { | |
| char info; | |
| struct BinaryTree *left, *right, *father; | |
| } BinaryTree; | |
| typedef struct { | |
| BinaryTree *node; |
This gist assumes: