ผลต่างระหว่างรุ่นของ "Ske algo lab-61"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) (หน้าที่ถูกสร้างด้วย '== Announcements == * Please add yourself to the facebook group. == Materials == == Resources == * [[C++ compilers|Notes on C++ compi...') |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 2: | แถว 2: | ||
* Please add yourself to the facebook group. | * Please add yourself to the facebook group. | ||
− | == Materials == | + | == Core Materials == |
+ | * Quick introduction to C/C++ programming | ||
+ | * Pointers and dynamic memory allocation, arrays | ||
+ | * Objects and classes | ||
+ | * Linear data structures: lists, stacks, queues | ||
+ | * Other abstract data types: set and map | ||
+ | * Standard data structure library: STL | ||
+ | * Greedy algorithms | ||
+ | * Sorting | ||
+ | * Binary search trees | ||
+ | * Graphs | ||
+ | * Graph searching: DFS, BFS | ||
== Resources == | == Resources == | ||
* [[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] |
รุ่นแก้ไขเมื่อ 18:23, 2 สิงหาคม 2561
Announcements
- Please add yourself to the facebook group.
Core Materials
- Quick introduction to C/C++ programming
- Pointers and dynamic memory allocation, arrays
- Objects and classes
- Linear data structures: lists, stacks, queues
- Other abstract data types: set and map
- Standard data structure library: STL
- Greedy algorithms
- Sorting
- Binary search trees
- Graphs
- Graph searching: DFS, BFS
Resources
- Notes on C++ compilers
- C++ Tutorials: cplusplus.com, tutorialspoint.com, sololearn.com