Skip to content

CervarlCG/Data-Struct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Struct

Dynamics data struct in C++, the current data structs available are:

  1. Stack
  2. Queue

Usage

All the data struct are in the directory libs/datastruct and are header files, only include the datastruct header file in the main file o anything other file

Examples

A example for all data struct are in the src/examples folder

  1. Stack:
    1. A converter from infix to postfix
    2. A delimitator checker
  2. Queue:
    1. A flighs simulator

About

Dynamics data struct in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published