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