Ancestor chart Requirements: A program that can be used to construct an ancestor chart. The task is to write an object-o

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Ancestor chart Requirements: A program that can be used to construct an ancestor chart. The task is to write an object-o

Post by answerhappygod »

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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply