ผลต่างระหว่างรุ่นของ "Ske algo lab-61"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 3: | แถว 3: | ||
== Core Materials == | == 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 | * Quick introduction to C/C++ programming | ||
* Pointers and dynamic memory allocation, arrays | * Pointers and dynamic memory allocation, arrays |
รุ่นแก้ไขเมื่อ 18:25, 2 สิงหาคม 2561
Announcements
- 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, 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