Ske algo lab-61
Announcements
- Please add yourself to the facebook group.
Core Materials
- Quick introduction to C/C++ programming
- Pointers and dynamic memory allocation, arrays
- Objects and classes
- Linear data structures: lists, stacks, queues
- Other abstract data types: set and map
- Standard data structure library: STL
- Greedy algorithms
- Sorting
- Binary search trees
- Graphs
- Graph searching: DFS, BFS
Resources
- Notes on C++ compilers
- C++ Tutorials: cplusplus.com, tutorialspoint.com, sololearn.com