Ske algo lab 66
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
- Pairs and sorting
- Containers
- Other examples: Examples, Sets and maps
- Linked lists
- Lists Notes
- Grader task notes
- Templates: icecream1, postfix
- Stacks and queues Algo lab/stack queue codes
- Graphs