ผลต่างระหว่างรุ่นของ "Ske algo lab"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) (ลบการเปลี่ยนทางไป Ske algo lab 67) Tag: ลบหน้าเปล่ี่ยนทาง |
Jittat (คุย | มีส่วนร่วม) |
||
(ไม่แสดง 2 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน) | |||
แถว 1: | แถว 1: | ||
− | == | + | == Information == |
− | * [http://adtlab.secondtrain.org/grader Grader] | + | * Grader [http://adtlab.secondtrain.org/grader Grader] |
+ | * Syllabus [https://docs.google.com/document/d/12WCZVWfjQcc5JdPS5qJlVVHuYcOWV6ubiBz2YJP7EX8/edit?usp=sharing] | ||
== Assignments == | == Assignments == | ||
แถว 14: | แถว 15: | ||
** Notes: [[Adt_lab/pointers|notes on pointers]] | ** Notes: [[Adt_lab/pointers|notes on pointers]] | ||
** [[Ske algo lab/read_input|How to read input]] (esp. in TEX quotes) | ** [[Ske algo lab/read_input|How to read input]] (esp. in TEX quotes) | ||
+ | |||
+ | * Materials | ||
+ | ** [[Algo_lab/read_graph_and_bfs|Reading graph inputs and BFS]] | ||
* Task notes | * Task notes | ||
− | ** [[Algo lab/notes/lists 67|Tasks on STL and lists]] | + | ** [[Algo lab/notes/lists 67|Tasks on STL and lists]] |
+ | ** [[Algo lab/notes/sorting 67|Tasks on sorting algorithms]] | ||
+ | ** [[Algo lab/hints/recursions|Tasks on divide and conquer / binary search]] and [[Algo lab/templates/recursions|templates]] | ||
== Links == | == Links == |
รุ่นแก้ไขปัจจุบันเมื่อ 01:03, 19 กันยายน 2568
Information
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: notes on pointers
- How to read input (esp. in TEX quotes)
- Materials
- Task notes