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

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -