Skip to content

Doskenov/cs261_dynarray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple dynamic array implementation

This repository contains an implementation of a simple dynamic array for storing ints. The dynamic array is specified in dynarray.h and implemented in dynarray.c. There is also a small program in test_dynarray.c to demonstrate the dynamic array. You can compile this program using the provided Makefile and run it as follows:

make
./test_dynarray

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published