Skip to content

reecebaileyy/CPSC-131-Labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CPSC 131 Data Structures

These are a collection of my C++ projects from CSUF

(01/26/2023 - 05/25/2023)

Execution and Testing

Execution and testing are controlled with a Makefile written for GNU Make. The included Makefile has several targets you can use during development. As mentioned earlier, do not modify the Makefile file.

See a help menu with available commands:

$ make help

See a quick preview/estimate of your grade with the following command:

$ make test

Execute the program defined by main.cpp:

$ make run

Run tests in debug mode (with gdb):

$ make debug-test

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

๐Ÿ“ Projects from my Data Structures class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published