Skip to content

getDanArias/DataStructures-forC-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures in C

API that provide access to common data structures for the C language. Particular focus is given to the data structures covered in the Foundation Exam.

The API is made of different modules that address a particular data structure following the naming convention [data_structure]_api. Each module will be tested through programs included in a folder named [data_structure];

[data_structure]_api: sub-library
[data_structure]: sub-library test.

Lists

Singly Linked Lists

Doubly Linked Lists

Circular Lists

Trees

Binary Search Trees

AVL Trees

Custom Trees

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published