PedroDRodrigues/U_2A_1S_ASA_Project_2
Project in C++ language. The purpose of project is to find the lowest common ancestor on a directed acyclic graph (DAG). A DAG is a graph with directed edges (arrows) that does not contain any cycles (a path that starts and ends at the same vertex).
C++