ผลต่างระหว่างรุ่นของ "Ske algo lab 66"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 14: | แถว 14: | ||
*** [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|notes on pointers]] | ** Notes: [[ske algo lab/lab 1 notes|C++ notes]], [[Adt_lab/pointers|notes on pointers]] | ||
− | * STL | + | * STL |
+ | ** Documentation: [[https://cplusplus.com/reference/stl/ cpp]] | ||
+ | ** 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]] | ** Pairs and sorting: [[Algo lab/stl pairs and sorting|notes]] | ||
** Containers: [[Algo lab/stl containers|notes]] | ** Containers: [[Algo lab/stl containers|notes]] |
รุ่นแก้ไขเมื่อ 02:13, 28 สิงหาคม 2566
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.
- Quick introduction to C/C++ programming
- Cheatsheets
- Notes: C++ notes, notes on pointers
- STL
- Documentation: [cpp]
- Tutorials: [Geeksforgeeks], [TutorialsPoint]
- Pairs and sorting: notes
- Containers: notes
- Other examples: Examples, Sets and maps
Problem notes
Old materials
- Linked lists
- Lists Notes
- Grader task notes
- Templates: icecream1, postfix
- Stacks and queues Algo lab/stack queue codes