Problem Statement You are given a string num, representing a large integer. Return the largest-valued odd integer (as a string) that is a non-empty substring of num, or an empty string "" if no odd integer exists. A substring is a contiguous sequence...
vishnusreddy.hashnode.dev3 min readNo responses yet.