An open API service indexing awesome lists of open source software.

https://github.com/priyanshscpp/cs50-harvard-advance-data_structures-algorithms

Advance Data Structures
https://github.com/priyanshscpp/cs50-harvard-advance-data_structures-algorithms

cpp dsa-algorithm

Last synced: about 1 month ago
JSON representation

Advance Data Structures

Awesome Lists containing this project

README

          

# ** Good Problems ==> FAANG **

Question understanding || Logic || Code ***Tip1 : Understand the solution and try to write the complete code by yourselves ..
Try to do quesion as fast as you can ..

# XOR Properties

*Even times of the XOR of any number is equal to zero ..

*Odd times XOR of any number is equal to the number itself..
*XOR of 1 and 3 is always 2 and average is also 2 .