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.

29 lines
268B

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