Title: Longest Common Prefix (version 1)
! This way is very hard code, not best way and not recommended however succeeded in all test cases
Url: LeetCode
! This way is very hard code, not best way and not recommended however succeeded in all test cases
Url: LeetCode
Title: Sqrt(x) (level:Easy)
Url: Leetcode
Note: trunc() truncates the value of its argument to a whole number
Url: Leetcode
Note: trunc() truncates the value of its argument to a whole number
Title: Single Number
Url: Leetcode (level: Easy)
Note: XOR, also known as "exclusive or", compares two binary numbers bitwise. If both bits are the same, XOR outputs 0. If the bits are different, XOR outputs 1.
Url: Leetcode (level: Easy)
Note: XOR, also known as "exclusive or", compares two binary numbers bitwise. If both bits are the same, XOR outputs 0. If the bits are different, XOR outputs 1.
Title: 771. Jewels and Stones
Url: https://leetcode.com/problems/jewels-and-stones/
Url: https://leetcode.com/problems/jewels-and-stones/
Title:1486. XOR Operation in an Array
Url:https://leetcode.com/problems/xor-operation-in-an-array/
Url:https://leetcode.com/problems/xor-operation-in-an-array/
