Plz check why error is coming when i append edge.nbr to psf

question is to find all paths from source to destination

Hey @kingshuk441
Because you are trying to add integer to string
use to_string(x)

can u tell more these types of functions and its uses Plz

Hey @kingshuk441
I don’t remember functions as such but you can check these links:-
https://www.google.com/amp/s/www.geeksforgeeks.org/c-tricks-competitive-programming-c-11/amp/
http://www.cs.cmu.edu/~cburch/pgss99/lecture/funcs.html
https://codeforces.com/blog/entry/15643?mobile=false. (Best)

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.