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

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
(Jittat ย้ายหน้า Ske algo lab ไปยัง Ske algo lab 66)
 
(ไม่แสดง 14 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน)
แถว 1: แถว 1:
 
== Graders ==
 
== Graders ==
  
* [https://elab.cpe.ku.ac.th/elab2/ Elab2]
 
 
* [http://adtlab.secondtrain.org/grader Grader]
 
* [http://adtlab.secondtrain.org/grader Grader]
  
แถว 13: แถว 12:
 
** Cheatsheets
 
** Cheatsheets
 
*** [https://cs.fit.edu/~mmahoney/cse2050/how2cpp.html Big cheat sheet]
 
*** [https://cs.fit.edu/~mmahoney/cse2050/how2cpp.html Big cheat sheet]
** Notes: [[ske algo lab/lab 1 notes|C++ notes]], ** [[Adt_lab/pointers|pointers]]
+
** Notes: [[ske algo lab/lab 1 notes|C++ notes]], [[Adt_lab/pointers|notes on pointers]]
* STL  
+
* STL
** Pairs and sorting
+
** Documentation: [https://cplusplus.com/reference/stl/ cplusplus], [https://en.cppreference.com/w/cpp/container cppref]
** Containers
+
** Tutorials: [https://www.geeksforgeeks.org/the-c-standard-template-library-stl/ Geeksforgeeks], [https://www.tutorialspoint.com/cplusplus/cpp_stl_tutorial.htm TutorialsPoint]
 +
** Pairs and sorting: [[Algo lab/stl pairs and sorting|notes]]
 +
** Containers: [[Algo lab/stl containers|notes]]
 
** Other examples: [[Adt lab/stl examples|Examples]], [[Adt lab/stl sets and maps|Sets and maps]]
 
** Other examples: [[Adt lab/stl examples|Examples]], [[Adt lab/stl sets and maps|Sets and maps]]
 +
 +
* Graphs
 +
** [[Algo lab/read graph and bfs]]
 +
** [[Algo lab/topological ordering]]
 +
** [[Algo lab/dijkstra|Dijkstra's algorithm]]
 +
** [[Algo lab/mst|Minimum spanning trees]]
 +
 +
== Problem notes ==
 +
* [[algo lab/sorting tasks notes]]
 +
 +
== Old materials ==
 
* Linked lists
 
* Linked lists
 
** Lists [[Algo_lab/linked_lists|Notes]]
 
** Lists [[Algo_lab/linked_lists|Notes]]
 
** [[Algo lab/list tasks|Grader task notes]]
 
** [[Algo lab/list tasks|Grader task notes]]
 
** Templates: [[Algo_lab/templates/icecream1|icecream1]], [[Algo lab/templates/postfix|postfix]]
 
** Templates: [[Algo_lab/templates/icecream1|icecream1]], [[Algo lab/templates/postfix|postfix]]
 
 
* Stacks and queues [[Algo lab/stack queue codes]]
 
* Stacks and queues [[Algo lab/stack queue codes]]
* Graphs
 
** [[Algo lab/read graph and bfs]]
 
** [[Algo lab/topological ordering]]
 
  
 
== Links ==
 
== Links ==

รุ่นแก้ไขปัจจุบันเมื่อ 20:27, 4 สิงหาคม 2567

Graders

Assignments

  • TBA

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.

Problem notes

Old materials

Links