Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZSShen committed Oct 31, 2014
1 parent d19ca07 commit 9989766
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ or theoretical structures.
* test_program.c
* Makefile

+ The dependency (inheritance) relation between data structures.
![Dependency] (https://github.com/ZSShen/C-Common-Data-Structures/tree/master/graphviz/dependency.png)

#### 1.2 Building Entire Source
+ Generally, each data structure is wrapped in a single C structure and
is built as an object file. To verify its correctness, we must rely
Expand Down

0 comments on commit 9989766

Please sign in to comment.