String trick Get link Facebook X Pinterest Email Other Apps - March 30, 2020 1. String.find(x)!=String.end() will not work. Same work is done by: c.find(b)!=string::npos https://www.geeksforgeeks.org/string-find-in-cpp/ Get link Facebook X Pinterest Email Other Apps Comments
Finding sin cos values - September 10, 2020 https://stackoverflow.com/questions/40013267/finding-sine-and-cosine-values-of-an-angle-in-c Read more
Count the number of possible triangles - October 19, 2019 1. geeksforgeeks.org/find-number-of-triangles-possible/ Read more
Comments
Post a Comment