ผลต่างระหว่างรุ่นของ "Ske algo lab 63"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) (Ske algo lab ถูกเปลี่ยนชื่อเป็น Ske algo lab-61) |
Jittat (คุย | มีส่วนร่วม) ล (Jittat ย้ายหน้า Ske algo lab ไปยัง Ske algo lab 63) |
||
| (ไม่แสดง 14 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน) | |||
| แถว 1: | แถว 1: | ||
| − | + | == Announcements == | |
| + | * Please add yourself to the [https://www.facebook.com/groups/299130604531363/ Facebook group.] | ||
| + | |||
| + | == Graders == | ||
| + | |||
| + | * [https://elab.cpe.ku.ac.th/elab2/ Elab2] | ||
| + | * [http://adtlab.secondtrain.org/grader Grader] | ||
| + | |||
| + | == 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 | ||
| + | *** [https://cs.fit.edu/~mmahoney/cse2050/how2cpp.html Big cheat sheet] | ||
| + | ** elab2 [https://elab.cpe.ku.ac.th/elab2/lab/65/381/ Lab1 Introduction to C++] | ||
| + | ** Notes: [[ske algo lab/lab 1 notes|notes]] | ||
| + | ** elab2 [https://elab.cpe.ku.ac.th/elab2/lab/65/382/ Lab1(b) Intro 2] | ||
| + | |||
| + | * Pointers [[Adt_lab/pointers|Notes]] | ||
| + | * Linked lists | ||
| + | ** Lists [[Algo_lab/linked_lists|Notes]] | ||
| + | ** [[Algo lab/list tasks|Grader task notes]] | ||
| + | |||
| + | * Stacks and queues [[Algo lab/stack queue codes]] | ||
| + | * Graphs | ||
| + | ** [[Algo lab/read graph and bfs]] | ||
| + | ** [[Psl/adjlist|dfs & adjacency list]] | ||
| + | |||
| + | == Links == | ||
| + | |||
| + | * Course in [[Ske algo lab-62|2562]] | ||
| + | * Course in [[Ske algo lab-61|2561]] | ||
รุ่นแก้ไขปัจจุบันเมื่อ 19:25, 17 สิงหาคม 2564
Announcements
- Please add yourself to the Facebook group.
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 Notes
- Linked lists
- Lists Notes
- Grader task notes
- Stacks and queues Algo lab/stack queue codes
- Graphs