LeetCode168——Excel表列名稱

我的LeetCode代碼倉:https://github.com/617076674/LeetCode 原題鏈接:https://leetcode-cn.com/problems/excel-sheet-column-title/description/ 題目描述: 知識點:哈希表、進制轉換 思路:進制轉換 首先爲數字和字符的轉換建立一個哈希表。 通過觀察,我們發現可以把列名稱當作一個26進制數,
相關文章
相關標籤/搜索