ผลต่างระหว่างรุ่นของ "Algo lab/notes/lists 67"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 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.
- Stacks (wikipedia)
- Postfix (postfix template)
- Simple lists (arrays or linked lists)
- Zooma 1 easy
2D-array tasks
- mid63_table
- mid64_slot - you can try all possible rotations (probably using 3-level nested loops)