Is there any header file in c or c++ to implement data structures like graph,trees etc? -
is there header file in c or c++ implement data structure graph,trees,stack etc?
you mean standard library provided data structures can use without writing code creating data structures.
standard c not provide such ready use constructus few open source libraries provide functionality though.
in c++ standard library provides variety of template based container classes might want use.
have @ std::stack &
standard library containers
Comments
Post a Comment