數字轉化爲16進制數

leetcode:https://leetcode-cn.com/problems/convert-a-number-to-hexadecimal/web 思路1:數組 數組hash存儲string hex=「0123456789abcdef」; 排除0 先考慮num大於0的數,實現很是簡單 考慮num小於0的數,負數存儲最高爲1,且INT_MIN的絕對值等於INT_MAX+1,那麼須要對INT_
相關文章
相關標籤/搜索