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
- Host: GitHub
- URL: https://github.com/priyanshscpp/cs50-harvard-advance-data_structures-algorithms
- Owner: priyanshscpp
- Created: 2024-03-21T15:51:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T15:14:25.000Z (about 2 years ago)
- Last Synced: 2025-05-12T15:43:57.299Z (about 1 year ago)
- Topics: cpp, dsa-algorithm
- Language: C++
- Homepage:
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .