0% found this document useful (0 votes)
3 views

Bit Maipulation - LeetCode

The document outlines various problem sets related to algorithms, databases, and shell scripting, categorizing them by difficulty levels and acceptance rates. It includes links to popular questions from major tech companies and provides statistics on solved problems. Additionally, it features a search function and topics related to different programming concepts.

Uploaded by

Vivek Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Bit Maipulation - LeetCode

The document outlines various problem sets related to algorithms, databases, and shell scripting, categorizing them by difficulty levels and acceptance rates. It includes links to popular questions from major tech companies and provides statistics on solved problems. Additionally, it features a search function and topics related to different programming concepts.

Uploaded by

Vivek Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Algorithms Database Shell

(/problemset/algorithms/) (/problemset/database/) (/problemset/shell/)


New

Concurrency

(/problemset/concurrency/)

All Problems
(/problemset/all/)

 Top 100 Liked Questions


(/problemset/top-100-liked-questions/)

 Top Amazon Questions 


(/problemset/top-amazon-questions/)

 Top Facebook Questions 


(/problemset/top-facebook-questions/)

 Top Google Questions 


(/problemset/top-google-questions/)

 Top Interview Questions


(/problemset/top-interview-questions/)

 Top LinkedIn Questions 


(/problemset/top-linkedin-questions/)

 Contribute Question
(/contribute/)

 Category - All
385/1340 Solved - Easy 127 Medium 199 Hard 59

Search question titles, description or IDs

 Difficulty  Status  Lists  Tags 

Bit Manipulation 

# Title Solution Acceptance Difficulty Frequency 


393 UTF-8 Validation  (/articles/utf-8- 36.9% Medium
(/problems/utf-8- validation)
validation)

 78 Subsets  (/articles/subsets) 57.5% Medium


(/problems/subsets)

 136 Single Number  (/articles/single- 62.7% Easy


(/problems/single-number) number)

 268 Missing Number  (/articles/missing- 50.1% Easy


(/problems/missing- number)
number)

 169 Majority Element  (/articles/majority- 55.7% Easy


(/problems/majority- element)
element)

 137 Single Number II  (/articles/single- 48.3% Medium


(/problems/single-number- number-ii)
ii)

 421 Maximum XOR of Two  52.6% Medium


Numbers in an Array (/articles/maximum-
(/problems/maximum-xor-of- xor-of-two-numbers-
two-numbers-in-an-array) in-an-array)

1239 Maximum Length of a 44.7% Medium


Concatenated String with
Unique Characters
(/problems/maximum-length-
of-a-concatenated-string-
with-unique-characters)

201 Bitwise AND of Numbers 37.0% Medium


Range (/problems/bitwise-
and-of-numbers-range)

318 Maximum Product of Word  50.0% Medium


Lengths (/articles/maximum-
(/problems/maximum- product-of-word-
product-of-word-lengths) lengths)

187 Repeated DNA Sequences  (/articles/repeated- 37.7% Medium


(/problems/repeated-dna- dna-sequences)
sequences)

 371 Sum of Two Integers 50.7% Easy


(/problems/sum-of-two-
integers)
1178 Number of Valid Words for 37.2% Hard
Each Puzzle
(/problems/number-of-valid-
words-for-each-puzzle)

405 Convert a Number to 43.1% Easy


Hexadecimal
(/problems/convert-a-
number-to-hexadecimal)

260 Single Number III  (/articles/single- 59.3% Medium


(/problems/single-number- number-iii)
iii)

320 Generalized Abbreviation  50.5% Medium


(/problems/generalized- (/articles/generalized-
abbreviation)  abbreviation)

 231 Power of Two  (/articles/power-of- 42.7% Easy


(/problems/power-of-two) two)

 338 Counting Bits  (/articles/counting- 66.6% Medium


(/problems/counting-bits) bits)

 190 Reverse Bits 34.7% Easy


(/problems/reverse-bits)

 477 Total Hamming Distance  (/articles/total- 50.1% Medium


(/problems/total-hamming- hamming-distance)
distance)

401 Binary Watch 46.3% Easy


(/problems/binary-watch)

751 IP to CIDR (/problems/ip-to-  (/articles/ip-to-cidr) 61.7% Easy


cidr) 

397 Integer Replacement 32.3% Medium


(/problems/integer-
replacement)

 461 Hamming Distance  (/articles/hamming- 71.0% Easy


(/problems/hamming- distance)
distance)

389 Find the Difference 54.2% Easy


(/problems/find-the-
difference)

 191 Number of 1 Bits  (/articles/number- 46.6% Easy


(/problems/number-of-1- 1-bits)
bits)
1290 Convert Binary Number in a 80.2% Easy
Linked List to Integer
(/problems/convert-binary-
number-in-a-linked-list-to-
integer)

1125 Smallest Sufficient Team 45.5% Hard


(/problems/smallest-
sufficient-team)

 342 Power of Four  (/articles/power-of- 41.1% Easy


(/problems/power-of-four) four)

1297 Maximum Number of 43.8% Medium


Occurrences of a Substring
(/problems/maximum-
number-of-occurrences-of-a-
substring)

784 Letter Case Permutation  (/articles/letter- 61.3% Easy


(/problems/letter-case- case-permutation)
permutation)

1255 Maximum Score Words 69.4% Hard


Formed by Letters
(/problems/maximum-score-
words-formed-by-letters)

898 Bitwise ORs of Subarrays  (/articles/bitwise- 36.3% Medium


(/problems/bitwise-ors-of- ors-of-subarrays)
subarrays)

1131 Maximum of Absolute Value 52.9% Medium


Expression
(/problems/maximum-of-
absolute-value-expression)

476 Number Complement 63.1% Easy


(/problems/number-
complement)

762 Prime Number of Set Bits in  (/articles/prime- 61.5% Easy


Binary Representation number-of-set-bits-
(/problems/prime-number-of- in-binary-
set-bits-in-binary- representation)
representation)

1318 Minimum Flips to Make a OR 60.6% Medium


b Equal to c
(/problems/minimum-flips-to-
make-a-or-b-equal-to-c)
1310 XOR Queries of a Subarray 66.1% Medium
(/problems/xor-queries-of-a-
subarray)

1256 Encode Number 63.9% Medium


(/problems/encode-number)

756 Pyramid Transition Matrix  (/articles/pyramid- 53.5% Medium


(/problems/pyramid- transition-matrix)
transition-matrix)

693 Binary Number with  (/articles/binary- 58.8% Easy


Alternating Bits number-with-
(/problems/binary-number- alternating-bits)
with-alternating-bits)

411 Minimum Unique Word 35.7% Hard


Abbreviation
(/problems/minimum-unique-
word-abbreviation) 

all  rows per page.

 Topics

Array 222 (/tag/array/) Dynamic Programming 182 (/tag/dynamic-programming/) Math 167 (/tag/math/)

String 157 (/tag/string/) Tree 128 (/tag/tree/) Hash Table 122 (/tag/hash-table/)

Depth-first Search 117 (/tag/depth-first-search/) Binary Search 83 (/tag/binary-search/) Greedy 71 (/tag/greedy/)

Breadth-first Search 64 (/tag/breadth-first-search/) Two Pointers 60 (/tag/two-pointers/) Stack 54 (/tag/stack/)

Backtracking 53 (/tag/backtracking/) Design 43 (/tag/design/) Bit Manipulation 42 (/tag/bit-manipulation/)

Sort 41 (/tag/sort/) Graph 39 (/tag/graph/) Linked List 37 (/tag/linked-list/) Heap 34 (/tag/heap/)

Show More 

 Companies

Google 769 (/company/google/) Amazon 646 (/company/amazon/) Facebook 456 (/company/facebook/)

Microsoft 420 (/company/microsoft/) Apple 283 (/company/apple/) Uber 282 (/company/uber/)

Bloomberg 271 (/company/bloomberg/) Adobe 183 (/company/adobe/) Oracle 151 (/company/oracle/)


LinkedIn 135 (/company/linkedin/) Yahoo 107 (/company/yahoo/) Goldman Sachs 85 (/company/goldman-sachs/)

Snapchat 82 (/company/snapchat/) Twitter 79 (/company/twitter/) Walmart Labs 73 (/company/walmart-labs/)

VMware 66 (/company/vmware/) Airbnb 63 (/company/airbnb/) Salesforce 61 (/company/salesforce/)

eBay 60 (/company/ebay/) Lyft 52 (/company/lyft/) Cisco 51 (/company/cisco/) Alibaba 48 (/company/alibaba/)

ByteDance 47 (/company/bytedance/) Expedia 47 (/company/expedia/) Yelp 40 (/company/yelp/)

Baidu 38 (/company/baidu/) Paypal 38 (/company/paypal/) Pinterest 38 (/company/pinterest/)

Yandex 38 (/company/yandex/) Zillow 36 (/company/zillow/) Mathworks 35 (/company/mathworks/)

Atlassian 33 (/company/atlassian/) Visa 31 (/company/visa/) Quora 30 (/company/quora/)

Tencent 30 (/company/tencent/) Nutanix 29 (/company/nutanix/) SAP 29 (/company/sap/)

Citadel 26 (/company/citadel/) Intuit 26 (/company/intuit/) Qualtrics 24 (/company/qualtrics/)

Dropbox 23 (/company/dropbox/) Zenefits 23 (/company/zenefits/) Wish 22 (/company/wish/)

JPMorgan 21 (/company/jpmorgan/) Palantir Technologies 21 (/company/palantir-technologies/)

Pocket Gems 21 (/company/pocket-gems/) Wayfair 21 (/company/wayfair/) Indeed 20 (/company/indeed/)

Two Sigma 20 (/company/two-sigma/) Hulu 19 (/company/hulu/) Samsung 19 (/company/samsung/)

Square 19 (/company/square/) Akuna Capital 18 (/company/akuna-capital/) GoDaddy 18 (/company/godaddy/)

DoorDash 17 (/company/doordash/) Houzz 17 (/company/houzz/) Coursera 16 (/company/coursera/)

IXL 16 (/company/ixl/) Nvidia 16 (/company/nvidia/) TripAdvisor 16 (/company/tripadvisor/)

Show More 

Copyright © 2020 LeetCode


Help Center (/support/) | Terms (/terms/) | Privacy Policy (/privacy/)
United States (/region/)

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy