Skip to content

tobiasbriones/ep-collections-impl-in-cpp

Repository files navigation

Example Project: Collections Implementation in CPP

GitHub Repository

GitHub Project License

Example Project for implementing a package with several collections/lists in C++.

Collections implemented are:

  • Queue
  • ArrayList
  • LinkedList
  • Stack

Currently, the project is just the idea of what a collections library looks like.

The header files contain the corresponding implementation in the same .h file because I had a trouble with templates the last time I wrote this code and wasn't able to use .cpp files.

About

Example Project: Collections Implementation in CPP

Example project for implementing a package with several collections/lists in C++.

Copyright © 2019 Tobias Briones. All rights reserved.

License

This project is licensed under the MIT License.