Skip to content

matt680209/data_structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data_structure

My self practice

(2021/12/29) For stack:

  1. Build the shared lib(.so), please do below: gcc -shared -fPIC -o libstack.so stack.c
  2. Build main.c, please do below: gcc -o main main.c ./libstack.so

About

My self practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages