Ske algo lab-61
Announcements
- Please add yourself to the facebook group.
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
- 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