ผลต่างระหว่างรุ่นของ "Adt lab"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 9: | แถว 9: | ||
* [[adt lab/Data structure and sorting problems 2|Data structure and sorting problems 2]] | * [[adt lab/Data structure and sorting problems 2|Data structure and sorting problems 2]] | ||
* [[adt lab/Data structure problems 3|Data structure problems 3]] | * [[adt lab/Data structure problems 3|Data structure problems 3]] | ||
+ | * [[adt lab/Graph problems|Graph problems]] | ||
* [[adt lab/grader/hints|Hints to tasks on the grader]] | * [[adt lab/grader/hints|Hints to tasks on the grader]] |
รุ่นแก้ไขปัจจุบันเมื่อ 06:54, 1 ธันวาคม 2559
- 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
- Data structure problems 3
- Graph problems
Materials
- Example codes for STL
- More examples of sets and maps (examples from last year)
- Example code for reading graphs & find levels with bfs
- Other example Reading graphs into adjacency lists + DFS