Research portable Memory game | Исследовать портируемую игру Память
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
318B

  1. CDL macros
  2. d c b a
  3. advancing head pointer
  4. c b a d
  5. c b a d c b a d c b
  6. c d a b c d a b c d
  7. deleting b
  8. c a d
  9. deleting (a)
  10. c d
  11. deleting (c)
  12. d
  13. deleting (d)
  14. DL macros
  15. c b a d
  16. deleting c
  17. b a d
  18. deleting a
  19. b d
  20. deleting b
  21. d
  22. deleting d
  23. LL macros
  24. c b a d
  25. deleting c
  26. b a d
  27. deleting a
  28. b d
  29. deleting b
  30. d
  31. deleting d