ผลต่างระหว่างรุ่นของ "Ske algo lab 66"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) ล (Jittat ย้ายหน้า Ske algo lab ไปยัง Ske algo lab 66) |
||
(ไม่แสดง 7 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน) | |||
แถว 1: | แถว 1: | ||
== Graders == | == Graders == | ||
− | |||
* [http://adtlab.secondtrain.org/grader Grader] | * [http://adtlab.secondtrain.org/grader Grader] | ||
แถว 15: | แถว 14: | ||
** Notes: [[ske algo lab/lab 1 notes|C++ notes]], [[Adt_lab/pointers|notes on pointers]] | ** Notes: [[ske algo lab/lab 1 notes|C++ notes]], [[Adt_lab/pointers|notes on pointers]] | ||
* STL | * STL | ||
− | ** Documentation: [https://cplusplus.com/reference/stl/ cpp] | + | ** Documentation: [https://cplusplus.com/reference/stl/ cplusplus], [https://en.cppreference.com/w/cpp/container cppref] |
** Tutorials: [https://www.geeksforgeeks.org/the-c-standard-template-library-stl/ Geeksforgeeks], [https://www.tutorialspoint.com/cplusplus/cpp_stl_tutorial.htm TutorialsPoint] | ** Tutorials: [https://www.geeksforgeeks.org/the-c-standard-template-library-stl/ Geeksforgeeks], [https://www.tutorialspoint.com/cplusplus/cpp_stl_tutorial.htm TutorialsPoint] | ||
** Pairs and sorting: [[Algo lab/stl pairs and sorting|notes]] | ** Pairs and sorting: [[Algo lab/stl pairs and sorting|notes]] | ||
แถว 24: | แถว 23: | ||
** [[Algo lab/read graph and bfs]] | ** [[Algo lab/read graph and bfs]] | ||
** [[Algo lab/topological ordering]] | ** [[Algo lab/topological ordering]] | ||
+ | ** [[Algo lab/dijkstra|Dijkstra's algorithm]] | ||
+ | ** [[Algo lab/mst|Minimum spanning trees]] | ||
== Problem notes == | == Problem notes == | ||
+ | * [[algo lab/sorting tasks notes]] | ||
== Old materials == | == Old materials == |
รุ่นแก้ไขปัจจุบันเมื่อ 20:27, 4 สิงหาคม 2567
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