* @brief Function that add edge between two nodes or vertices of graph * * @param adj1 adjacency list for the direct search * @param adj2 adjacency list for the reverse search * @param u any node or vertex of graph * @param v any node or vertex of graph */