Skip to content

MouChiaHung/DataStructures

Repository files navigation

DataStructures

Demostration:

  • Eight queens puzzle image

  • Labyrinth image

  • Huffaman coding image

  • DFS for strong connected components coding image

  • Skip list for dictionary implement image

  • Bitmap implement image

Practices includes:

  • C++ skills
  • STL
  • vector
  • list
  • stack
  • tree
  • graph
  • bst
  • avl
  • dictionary
  • algorithm
  • bitmap