Skip to content

NikolaJanevski/dsa_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains implementation of LIFO and FIFO data structures in C++ using primitive data types.

First clone the repository:

git clone https://github.com/NikolaJanevski/dsa_cpp

move to dsa_cpp:

cd dsa_cpp

run make:

make

run the testcases as:

./LIFO_test_main
./FIFO_test_main

After making changes make sure you run:

make clean

and then follow the steps above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published