OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.56k stars 3.67k forks source link

Added C++ code for lowest common ancestor problem solution using binary lifting #6786

Open berkay-top opened 1 month ago

berkay-top commented 1 month ago

Fixes issue:

6785

Changes:

I have added Lowest Common Ancestor problem solution with binary lifting in C++.