User profile: legendart

User info
User name:legendart
History
Joined:
Number of posts:4
Latest posts:

easy sorting method
// plus, I make some tree depth check function. Is there any advice? [code] #include <iostream> #in...

easy sorting method
[code] int bfs(){ int ans = -1; int h, w, time; input_data(); using data = tuple<int...

easy sorting method
And to extend, exchange pair to tuple

easy sorting method
I think this is a simple function to sorting something. Is here any advices?? input data type is <i...