This is Java client for Max Bot API. It gives you full access to API in your Java code. Library has been built based on Max Bot API Schema that is OpenAPI-compliant. Full documentation of API can be ...
Given a binary tree, find the maximum path sum from root. The path may end at any node in the tree and contain at least one node in it.