Here we will push daily problem solutions from leetcode
[problem_name]_[github_user_name].[file_ext]
// QS URL
class Solution {
public:
/* Idea:
write you brief/long idea here
*/
int some_function(some_arguments) {
// comment on every logical block
// highlight the complex details
}
};