当前位置:网站首页>Day30-t540-2022-02-14-don't answer by yourself
Day30-t540-2022-02-14-don't answer by yourself
2022-07-03 22:41:00 【Parchment】
540 A single element in an ordered array
Give you an ordered array of integers only , Each of these elements will appear twice , Only one number will appear once .Please find and return the number that only appears once .
The solution you design must meet O(log n) Time complexity and O(1) Spatial complexity .
source : Power button (LeetCode)
link :https://leetcode-cn.com/problems/single-element-in-a-sorted-array
class Solution:
def singleNonDuplicate(self, nums: List[int]) -> int:
return nums[bisect_left(range(len(nums) - 1), True, key=lambda x: nums[x] != nums[x ^ 1])]
# author :himymBen
# link :https://leetcode-cn.com/problems/single-element-in-a-sorted-array/solution/pythonjavajavascriptgo-er-fen-cha-zhao-b-l76s/
leetcode It's been a day , Let me slowly …
边栏推荐
- Sow of PMP
- Morning flowers and evening flowers
- Yyds dry goods inventory hands-on teach you to create a jigsaw puzzle using the canvasapi
- File copy method
- Flutter internationalized Intl
- 3 environment construction -standalone
- Preliminary analysis of smart microwave radar module
- finalize finalization finally final
- Blue Bridge Cup -- Mason prime
- Data consistency between redis and database
猜你喜欢

IPhone development swift foundation 09 assets

Electronic tube: Literature Research on basic characteristics of 6j1

How to connect a laptop to a projector

Hcip day 12 notes

2022 safety officer-b certificate examination summary and safety officer-b certificate simulation test questions

Esp-idf turns off serial port log output.

In 2022, 6G development has indeed warmed up

Covariance

Team collaborative combat penetration tool CS artifact cobalt strike

320. Energy Necklace (ring, interval DP)
随机推荐
Leetcode week 4: maximum sum of arrays (shape pressing DP bit operation)
Hcip 13th day notes
[automation operation and maintenance novice village] flask-2 certification
Electronic tube: Literature Research on basic characteristics of 6j1
[Android reverse] use DB browser to view and modify SQLite database (download DB browser installation package | install DB browser tool)
How about agricultural futures?
In VS_ In 2019, scanf and other functions are used to prompt the error of unsafe functions
Bluebridge cup Guoxin Changtian single chip microcomputer -- hardware environment (I)
Mindmanager2022 serial number key decompression installer tutorial
Buuctf, misc: sniffed traffic
How the computer flushes the local DNS cache
Team collaborative combat penetration tool CS artifact cobalt strike
JS closure knowledge points essence
Pat grade A - 1164 good in C (20 points)
Sow of PMP
2022 G3 boiler water treatment registration examination and G3 boiler water treatment examination papers
Teach you to easily learn the type of data stored in the database (a must see for getting started with the database)
Harbor integrated LDAP authentication
webAssembly
Yyds dry goods inventory Prometheus alarm Art