ผลต่างระหว่างรุ่นของ "Adt lab-58"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) ล (Adt lab ถูกเปลี่ยนชื่อเป็น Adt lab-58) |
||
(ไม่แสดง 9 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน) | |||
แถว 1: | แถว 1: | ||
== Announcements == | == Announcements == | ||
+ | * [http://128.199.148.78/grader/ ADT Lab Grader] | ||
* [[C++ compilers|Notes on C++ compilers]] | * [[C++ compilers|Notes on C++ compilers]] | ||
* C++ Tutorials: [http://www.cplusplus.com/doc/tutorial/ cplusplus.com], [http://www.tutorialspoint.com/cplusplus/ tutorialspoint.com], [http://www.sololearn.com/Course/CPlusPlus/ sololearn.com] | * C++ Tutorials: [http://www.cplusplus.com/doc/tutorial/ cplusplus.com], [http://www.tutorialspoint.com/cplusplus/ tutorialspoint.com], [http://www.sololearn.com/Course/CPlusPlus/ sololearn.com] | ||
แถว 5: | แถว 6: | ||
== Problem solving tasks == | == Problem solving tasks == | ||
* [[adt lab/Ad hoc problems 1|Ad hoc problems 1]] | * [[adt lab/Ad hoc problems 1|Ad hoc problems 1]] | ||
+ | * [[adt lab/Ad hoc problems 2|Ad hoc problems 2]] | ||
+ | * [[adt lab/Data structure problems 1|Data structure problems 1]] | ||
+ | * [[adt lab/Data structure and sorting problems 2|Data structure and sorting problems 2]] | ||
+ | * [[adt lab/Graph problems|Graph problems]] | ||
== Materials == | == Materials == | ||
แถว 11: | แถว 16: | ||
* [[adt lab/classes|Classes and simple list ADT]] | * [[adt lab/classes|Classes and simple list ADT]] | ||
* [[adt lab/linked lists|Linked lists]] | * [[adt lab/linked lists|Linked lists]] | ||
+ | * [[adt lab/bst|Binary search trees]] | ||
+ | * [[adt lab/stl|STL]] | ||
+ | * [[adt lab/stl sets and maps|STL sets and maps]] | ||
+ | * [[Psl/adjlist|Reading graphs into adjacency lists + DFS]] |
รุ่นแก้ไขปัจจุบันเมื่อ 21:49, 18 สิงหาคม 2559
Announcements
- ADT Lab Grader
- Notes on C++ compilers
- C++ Tutorials: cplusplus.com, tutorialspoint.com, sololearn.com
Problem solving tasks
- Ad hoc problems 1
- Ad hoc problems 2
- Data structure problems 1
- Data structure and sorting problems 2
- Graph problems