Excel Sheet Column Number Leetcode Solution
Problem Statement In this problem we are given a column title as appear in an Excel sheet, we have to return the column number that corresponds to that column title in Excel as shown below. Example #1 “AB” 28 #2 “ZY” 701 Approach To find column number for a particular …