ผลต่างระหว่างรุ่นของ "Ske algo lab 64"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) (ลบการเปลี่ยนทางไป Ske algo lab 63) Tag: ลบหน้าเปล่ี่ยนทาง |
Jittat (คุย | มีส่วนร่วม) ล (Jittat ย้ายหน้า Ske algo lab ไปยัง Ske algo lab 64) |
||
(ไม่แสดง 8 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน) | |||
แถว 13: | แถว 13: | ||
** Cheatsheets | ** Cheatsheets | ||
*** [https://cs.fit.edu/~mmahoney/cse2050/how2cpp.html Big cheat sheet] | *** [https://cs.fit.edu/~mmahoney/cse2050/how2cpp.html Big cheat sheet] | ||
− | ** elab2 [https://elab.cpe.ku.ac.th/elab2/lab/ | + | ** elab2 [https://elab.cpe.ku.ac.th/elab2/lab/80/442/ Lab1 Introduction to C++] |
** Notes: [[ske algo lab/lab 1 notes|notes]] | ** Notes: [[ske algo lab/lab 1 notes|notes]] | ||
− | ** elab2 [https://elab.cpe.ku.ac.th/elab2/lab/ | + | ** elab2 [https://elab.cpe.ku.ac.th/elab2/lab/80/443/ Lab1(b) Intro 2] |
+ | * Pointers | ||
+ | ** [[Adt_lab/pointers|Notes]] | ||
+ | * Linked lists | ||
+ | ** Lists [[Algo_lab/linked_lists|Notes]] | ||
+ | ** [[Algo lab/list tasks|Grader task notes]] | ||
+ | ** Templates: [[Algo_lab/templates/icecream1|icecream1]], [[Algo lab/templates/postfix|postfix]] | ||
+ | |||
+ | * Stacks and queues [[Algo lab/stack queue codes]] | ||
+ | * Graphs | ||
+ | ** [[Algo lab/read graph and bfs]] | ||
+ | ** [[Algo lab/topological ordering]] | ||
== Links == | == Links == |
รุ่นแก้ไขปัจจุบันเมื่อ 01:52, 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
- elab2 Lab1 Introduction to C++
- Notes: notes
- elab2 Lab1(b) Intro 2
- Pointers
- Linked lists
- Lists Notes
- Grader task notes
- Templates: icecream1, postfix
- Stacks and queues Algo lab/stack queue codes
- Graphs