ผลต่างระหว่างรุ่นของ "Ske algo lab 66"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 24: | แถว 24: | ||
** [[Algo lab/topological ordering]] | ** [[Algo lab/topological ordering]] | ||
** [[Algo lab/dijkstra|Dijkstra's algorithm]] | ** [[Algo lab/dijkstra|Dijkstra's algorithm]] | ||
+ | ** [[Algo lab/mst|Minimum spanning trees]] | ||
== Problem notes == | == Problem notes == |
รุ่นแก้ไขเมื่อ 07:02, 30 ตุลาคม 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
- Documentation: cplusplus, cppref
- Tutorials: Geeksforgeeks, TutorialsPoint
- Pairs and sorting: notes
- Containers: notes
- Other examples: Examples, Sets and maps
- Graphs
Problem notes
Old materials
- Linked lists
- Lists Notes
- Grader task notes
- Templates: icecream1, postfix
- Stacks and queues Algo lab/stack queue codes