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

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
(Ske algo lab ถูกเปลี่ยนชื่อเป็น Ske algo lab-61)
 
(ไม่แสดง 5 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน)
แถว 20: แถว 20:
 
** [[Adt_lab/pointers|Notes]]
 
** [[Adt_lab/pointers|Notes]]
 
* [[Algo_lab/running times|Measuring running times]]
 
* [[Algo_lab/running times|Measuring running times]]
 +
* [[Algo_lab/linked lists|Linear data structures (1): lists]]
 
* Objects and classes
 
* Objects and classes
 
* Sorting
 
* Sorting
* Linear data structures: lists, stacks, queues
+
* Linear data structures (2): lists, stacks, queues
* Binary search trees
+
* [[Algo_lab/bst|Binary search trees]]
 
* Other abstract data types: set and map
 
* Other abstract data types: set and map
 
* Standard data structure library: STL
 
* Standard data structure library: STL
 +
** [[Adt_lab/stl_examples]]
 +
** [[Adt_lab/stl_sets_and_maps]]
 
* Graphs
 
* Graphs
 
* Graph searching: DFS, BFS
 
* Graph searching: DFS, BFS
 +
** [[adt lab/adjlist and bfs|Example code for reading graphs & find levels with bfs]]
 +
** Other example [[Psl/adjlist|Reading graphs into adjacency lists + DFS]]
 
* Greedy algorithms
 
* Greedy algorithms
 
* Divide and conquer algorithms
 
* Divide and conquer algorithms

รุ่นแก้ไขปัจจุบันเมื่อ 02:44, 23 สิงหาคม 2562

Announcements

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

Graders

Assignments

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.

Resources