ผลต่างระหว่างรุ่นของ "Ske algo lab 66"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 22: | แถว 22: | ||
** [[Algo lab/read graph and bfs]] | ** [[Algo lab/read graph and bfs]] | ||
** [[Algo lab/topological ordering]] | ** [[Algo lab/topological ordering]] | ||
+ | |||
+ | == Problem notes == | ||
== Old materials == | == Old materials == |
รุ่นแก้ไขเมื่อ 02:04, 28 สิงหาคม 2566
Graders
Assignments
- TBA
Core Materials
These are the list of topics we cover. You will write C/C++ programs to solve various programming/algorithmic tasks to learn these concepts.
- Quick introduction to C/C++ programming
- Cheatsheets
- Notes: C++ notes, notes on pointers
- STL
- Pairs and sorting: notes
- Containers: notes
- Other examples: Examples, Sets and maps
Problem notes
Old materials
- Linked lists
- Lists Notes
- Grader task notes
- Templates: icecream1, postfix
- Stacks and queues Algo lab/stack queue codes