Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 258 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 258 Bytes

c-datastructure-algorithm

c99

Basic datastructure and algrithm implement by c

compile

Take the link for example:

  1. cd ./link
  2. run gcc compile command: gcc link_test.c link.c -o link -Wall
  3. run executable: ./link
  4. choose operation on the list.