Ske algo lab-61
รุ่นแก้ไขเมื่อ 18:32, 2 สิงหาคม 2561 โดย Jittat (คุย | มีส่วนร่วม)
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
- 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