Skip to content

skapoor2024/BitManipulation-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BitManipulation-1

Problem1

Divide Two Integers(https://leetcode.com/problems/divide-two-integers/)

Problem 2

Single number (https://leetcode.com/problems/single-number/)

Problem 3

Pair of Single numbers

An array of numbers is gven to you and there exists exactly two elements which appear once and other elements appear twice you need to give the two elements that appear only once. The order in which your result appears is not important and make sure that your algorithm runs in linear time complexity and constant space complexity.

Example:

Input: [1,2,1,3,3,4,4,8,2,5] Output: [8,5]

Output: 1

Example 2:

Input: [4,1,2,1,2]

Output: 4

Problem3

Repeated DNA Sequences (https://leetcode.com/problems/repeated-dna-sequences/)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%