solutions.py
57 subscribers
206 photos
183 links
admin: @Xojarbu
Download Telegram
Title: Sqrt(x) (level:Easy)
Url: Leetcode
Note: trunc() truncates the value of its argument to a whole number
Title: Search insert position
Url: Leetcode
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.
Title 2Sum (level Medium)
Url: LeetCode
Title: Happy number (Level: Easy, Version #1)
Problem:Leetcode
Title: Ugly number (Level: Easy)
Url: LeetCode
Title: Reverse String

url: Leetcode
Title: Contains Duplicate (level:Easy)
url: LeetCode
Title: Maximum Ice Cream Bars
Link: Leetcode
Title: Move Zeroes
Link: Leetcode
Title: Fizz Buzz
Url: Leetcode
Title: Plus one
Url: Leetcode
Title: 771. 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/
Title: 1614. Maximum Nesting Depth of the Parentheses
Url: https://leetcode.com/problems/maximum-nesting-depth-of-the-parentheses/
Title: Reverse Words in a String III
Url: https://leetcode.com/problems/reverse-words-in-a-string-iii/
Not best solution, still working )
Title: Add Two Numbers
Url:
Leetcode