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
284B

  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 (a)
  10. c
  11. deleting (c)
  12. DL macros
  13. a b c
  14. deleting tail c
  15. a b
  16. deleting head a
  17. b
  18. deleting head b
  19. LL macros
  20. a b c
  21. deleting tail c
  22. a b
  23. deleting head a
  24. b
  25. deleting head b