are pair of vector and vector of vectors same and there implementation ?
Is pair of vector and vector of vectors same and there implementation?
@ritik_99
vector of pair means every index stores a pair like [{1 ,2 } , {1, 2 } …]
vector of vector means every index contains a vector [{1,2,3…} , {1,2,3 …} …]
so they are different
i hope your doubt is cleared if yes dont forget to mark it as resolved in my doubts