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

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 18: แถว 18:
 
** Zooma 1 easy
 
** Zooma 1 easy
  
== 2D array tasks ==
+
== 2D-array tasks ==
  
 
* mid63_table
 
* mid63_table
* mid64_slot - you can try all possible rotations (probably using 3-level loops)
+
* mid64_slot - you can try all possible rotations (probably using 3-level nested loops)

รุ่นแก้ไขเมื่อ 02:27, 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.

2D-array tasks

  • mid63_table
  • mid64_slot - you can try all possible rotations (probably using 3-level nested loops)