Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 258 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 258 Bytes

pokemon-linkedlist

  A simple enactment of the famous Pokémon franchise. It implements a linked-list 
  data structure in C++ where each node is a Pokémon with name, index, etc. and uses 
  dynamic memory allocation to create new objects.