Algo lab/list tasks

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
This is part of ske algo lab

Linked list tasks

  • Simple lists (arrays or linked lists)
    • Zooma 1 easy
  • Linked lists
    • mid61_cookies - linked lists insertion, traversal, and deletion
    • Zooma 1 hard - linked list + array book keeping for previous ball search
    • Zooma 2 - linked list insertion, traversal, and deletion
  • Queues (wikipedia)
    • b2_icecream1
    • b3_icecream2
  • Stacks (wikipedia)
    • Postfix
  • Doubly linked lists (wikipedia)
    • Zooma 3