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

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 2: แถว 2:
 
* The class on Aug, 6th will start at 14:00.
 
* The class on Aug, 6th will start at 14:00.
 
* Please add yourself to the Facebook group.
 
* Please add yourself to the Facebook group.
 +
 +
== Graders ==
 +
 +
* [https://elab.cpe.ku.ac.th/elab2/ Elab2]
 +
* [http://adtlab.secondtrain.org/grader Grader]
  
 
== Core Materials ==
 
== Core Materials ==

รุ่นแก้ไขเมื่อ 05:23, 27 สิงหาคม 2561

Announcements

  • The class on Aug, 6th will start at 14:00.
  • Please add yourself to the Facebook group.

Graders

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