ผลต่างระหว่างรุ่นของ "Ske algo lab-61"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 1: | แถว 1: | ||
== Announcements == | == Announcements == | ||
− | * Please add yourself to the | + | * The class on Aug, 6th will start at 14:00. |
+ | * Please add yourself to the Facebook group. | ||
== Core Materials == | == Core Materials == |
รุ่นแก้ไขเมื่อ 22:18, 2 สิงหาคม 2561
Announcements
- The class on Aug, 6th will start at 14:00.
- Please add yourself to the Facebook group.
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
- Pointers and dynamic memory allocation, arrays
- Objects and classes
- Linear data structures: lists
- Sorting
- Binary search trees
- Stacks, queues
- Graphs
- Graph searching: DFS, BFS
- Other abstract data types: set and map
- Standard data structure library: STL
- Greedy algorithms
- Divide and conquer algorithms
Resources
- Notes on C++ compilers
- C++ Tutorials: cplusplus.com, tutorialspoint.com, sololearn.com