Skip to content

This C program illustrates an implementation of generic programming using dynamic data structures, like single linked lists in this example.

Notifications You must be signed in to change notification settings

MassiGy/C-generic-linked-lists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C GENERIC LINKED LISTS

Description

This C program illustrates an implementation of generic programming using dynamic data structures, like single linked lists in this example.

File Architecture

This is acheived using the tree unix command.

    .
    ├── headers/
    │   ├── generic-linked-lists.h
    │   ├── main.h
    │   └── sys_headers.h
    ├── README.md
    └── src/
        ├── build/
        │   ├── generic-linked-lists.d
        │   ├── generic-linked-lists.o
        │   ├── main.d
        │   └── main.o
        ├── generic-linked-lists.c
        ├── main
        ├── main.c
        └── Makefile

    3 directories, 12 files

Usage

    git clone https://github.com/MassiGy/<repo_name>

    cd ./src

    make 

    ./main

About

This C program illustrates an implementation of generic programming using dynamic data structures, like single linked lists in this example.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published