ผลต่างระหว่างรุ่นของ "Ske algo lab-61"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 11: แถว 11:
 
* Pointers and dynamic memory allocation, arrays
 
* Pointers and dynamic memory allocation, arrays
 
* Objects and classes
 
* Objects and classes
* Linear data structures: lists
 
 
* Sorting
 
* Sorting
 +
* Linear data structures: lists, stacks, queues
 
* Binary search trees
 
* Binary search trees
* Stacks, queues
+
* Other abstract data types: set and map
 +
* Standard data structure library: STL
 
* Graphs
 
* Graphs
 
* Graph searching: DFS, BFS
 
* Graph searching: DFS, BFS
* Other abstract data types: set and map
 
* Standard data structure library: STL
 
 
* Greedy algorithms
 
* Greedy algorithms
 
* Divide and conquer algorithms
 
* Divide and conquer algorithms

รุ่นแก้ไขเมื่อ 01:51, 6 สิงหาคม 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
  • Sorting
  • Linear data structures: lists, stacks, queues
  • Binary search trees
  • Other abstract data types: set and map
  • Standard data structure library: STL
  • Graphs
  • Graph searching: DFS, BFS
  • Greedy algorithms
  • Divide and conquer algorithms

Resources