Skip to content

lawrenzo-pro/data_structures

Repository files navigation

DSA Practise

Compilation steps

without cmake

    gcc <filename>.c -o <filename>

with cmake

A cmake build script has been provided

    mkdir build
    cd build
    cmake ..
    ninja # or make if ninja doesn't work

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors