ผลต่างระหว่างรุ่นของ "Algo lab/list tasks"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
(สร้างหน้าด้วย ": ''This is part of Algo lab'' == Linked list tasks == * Simple lists (arrays or linked lists) ** Zooma 1 easy * Linked lists ** mid61_cookies - li...")
 
 
(ไม่แสดง 5 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน)
แถว 1: แถว 1:
: ''This is part of [[Algo lab]]''
+
: ''This is part of [[ske algo lab]]''
  
 
== Linked list tasks ==
 
== Linked list tasks ==
แถว 9: แถว 9:
 
** Zooma 1 hard - linked list + array book keeping for previous ball search
 
** Zooma 1 hard - linked list + array book keeping for previous ball search
 
** Zooma 2 - linked list insertion, traversal, and deletion
 
** Zooma 2 - linked list insertion, traversal, and deletion
* Queues
+
* Queues ([https://en.wikipedia.org/wiki/Queue_(abstract_data_type) wikipedia])
 
** b2_icecream1
 
** b2_icecream1
 
** b3_icecream2
 
** b3_icecream2
* Stacks
+
** Templates: [[Algo_lab/templates/icecream1|icecream1]]
** Postfix
+
* Stacks ([https://en.wikipedia.org/wiki/Stack_(abstract_data_type) wikipedia])
 +
** Postfix ([[Algo lab/templates/postfix|postfix template]])
 +
* Doubly linked lists ([https://en.wikipedia.org/wiki/Doubly_linked_list wikipedia])
 +
** Zooma 3

รุ่นแก้ไขปัจจุบันเมื่อ 23:41, 22 กันยายน 2564

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
    • Templates: icecream1
  • Stacks (wikipedia)
  • Doubly linked lists (wikipedia)
    • Zooma 3