Yeaseen / GenericListCPP

An implementation of a generic ArrayList and a generic LinkedList in cpp which can store multiple data type variables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains a data structure for storing multiple data types in a single array container in cpp.

  • For Linux users, run g++ --version to check the g++ compiler version. If it's version 7 or later, your compiler likely supports C++17. Otherwise, update gcc.
  • Try online here, select C++17 as the compiler.
  • In Windows, to run this cpp program, you must have a compiler supporting c++17 features. The following link given here is a keyway to downloading the updated compiler and enabling necessary compiler supports in Code::Blocks.

About

An implementation of a generic ArrayList and a generic LinkedList in cpp which can store multiple data type variables.


Languages

Language:C++ 100.0%