ผลต่างระหว่างรุ่นของ "Algo lab/notes/lists 67"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
(สร้างหน้าด้วย "== Linked list tasks == * Linked lists ** mid61_cookies - linked lists insertion, traversal, and deletion * Queues ([https://en.wikipedia.org/wiki/Queue...")
 
แถว 1: แถว 1:
 
== Linked list tasks ==
 
== Linked list tasks ==
  
* Linked lists
 
** mid61_cookies - linked lists insertion, traversal, and deletion
 
 
* Queues ([https://en.wikipedia.org/wiki/Queue_(abstract_data_type) wikipedia])
 
* Queues ([https://en.wikipedia.org/wiki/Queue_(abstract_data_type) wikipedia])
 
** b2_icecream1
 
** b2_icecream1
 
** b3_icecream2
 
** b3_icecream2
 
** Templates: [[Algo_lab/templates/icecream1|icecream1]]
 
** Templates: [[Algo_lab/templates/icecream1|icecream1]]
 +
 +
* Linked lists
 +
** mid61_cookies - linked lists insertion, traversal, and deletion
 +
** mid62_bonus
 +
** mid64_colorrocks
 +
** mid65_zamoozooma - linked lists, insertion (<tt>push_front</tt>, <tt>push_back</tt>), deletion
 +
*** You need to do some book keeping to make sure you know that some number is in the list.
 +
 
* Stacks ([https://en.wikipedia.org/wiki/Stack_(abstract_data_type) wikipedia])
 
* Stacks ([https://en.wikipedia.org/wiki/Stack_(abstract_data_type) wikipedia])
 
** Postfix ([[Algo lab/templates/postfix|postfix template]])
 
** Postfix ([[Algo lab/templates/postfix|postfix template]])
 
* Simple lists (arrays or linked lists)
 
* Simple lists (arrays or linked lists)
 
** Zooma 1 easy
 
** Zooma 1 easy

รุ่นแก้ไขเมื่อ 02:25, 26 สิงหาคม 2567

Linked list tasks

  • Linked lists
    • mid61_cookies - linked lists insertion, traversal, and deletion
    • mid62_bonus
    • mid64_colorrocks
    • mid65_zamoozooma - linked lists, insertion (push_front, push_back), deletion
      • You need to do some book keeping to make sure you know that some number is in the list.