类别归档:LeetCode

LeetCode OJ is a platform for preparing technical coding interviews.

RSS feed of LeetCode

[LeetCode]Convert a Number to Hexadecimal

题目描述:

LeetCode 405. Convert a Number to Hexadecimal

Given an integer, write an algorithm to convert it to hexadecimal. For negative integer, two’s complement method is used.

IMPORTANT:
You must not use any method provided by the library which converts ...

继续阅读

LeetCode Weekly Contest 5解题报告

LeetCode Weekly Contest 5是LeetCode举办的第四场正式周赛,共4道题目,比赛时长2.5小时。

比赛链接:https://leetcode.com/contest/leetcode-weekly-contest-5/

题解列表:

LeetCode 400. Nth Digit

LeetCode 401. Binary Watch

LeetCode 402. Remove K Digits

LeetCode 403. Frog Jump