Ancestor chart Requirements: A program that can be used to construct an ancestor chart. The task is to write an object-o
Posted: Mon May 09, 2022 6:20 am
Ancestor chart
Requirements:
A program that can be used to construct an ancestor chart.
The task is to write an object-oriented program, that needs
to be written in C++, and needs to run in CLion.
A directed acyclic graph is a natural data-structure for this
kind of modeling.
It should be possible to traverse through the graph with
depth-first traversal. A good solution to the task will also
include breadth-first traversal.
A person should consist of at least the following
attributes:
User interface
There should be made a user interface that can be used through
the command line.
It needs to be possible to at least to:
To lift the assignment, you should add more options, such
as:
Users of the program can make mistakes, and it is therefore
important that the application take that into account and give
feedback without the program crashing.
Requirements:
A program that can be used to construct an ancestor chart.
The task is to write an object-oriented program, that needs
to be written in C++, and needs to run in CLion.
A directed acyclic graph is a natural data-structure for this
kind of modeling.
It should be possible to traverse through the graph with
depth-first traversal. A good solution to the task will also
include breadth-first traversal.
A person should consist of at least the following
attributes:
User interface
There should be made a user interface that can be used through
the command line.
It needs to be possible to at least to:
To lift the assignment, you should add more options, such
as:
Users of the program can make mistakes, and it is therefore
important that the application take that into account and give
feedback without the program crashing.