2833. Furthest Point From Origin
tags: Easy、Pointer
You are given a string move...
69. Sqrt(x)
题目描述:
實現 int sqrt(int x) 函數,計算並返回 x 的平方根,其中 x 是非負整數。由於返回類型是整數,結果只保留整...
You are visiting a farm that has a single row of fruit trees arranged from left...
EasyRelated Topics: Bit ManipulationLeetCode Source
解題想法
十進位數字轉成二進制
之後將1轉成0
將0...
806. Number of Lines To Write String
tags: Easy、String
Given two arrays of stri...
67. Add Binary
题目描述:
給定兩個二進制字符串 a 和 b,返回它們的和(用二進制表示)。輸入為非空字符串,且只包含數字 1 和 0。
Exam...