Home - xivol/AM-PRO2-2016 GitHub Wiki

Welcome to the AM-PRO2-2016 wiki! ###Repetition Creates Mastery

  • Files + Structures (enrollment)
  • Double Linked Lists

####Trees

  • Binary Tree
  • General Tree
  • BST; RBT

####Classes

  • Operator overload
  • Inheritance
  • Polymorphism
  • Copy Move Constructors
  • Destructors

Containers

  • Dinamic Array Class
  • List Class
  • Iterators
  • STL Algorithm Intro
  • Basic Functors

####Templates

  • STL Containers
  • Hash Table
  • BST Class
  • Bin Tree Iterator

####Abstract Data types

  • Abstract Stack
  • Abstract Queue; Dequeue
  • Set
  • Priority Queue
  • Map

####STL++14

  • Auto
  • Smart pointers
  • Algorithm
  • Functors and binders
  • Lambda