Yangshun Tay
016f1250b9
contents(algo): split recommended qns into essential vs practice
3 years ago
jomosz
87a923079d
contents(algo): fix typo and suggestions ( #272 )
3 years ago
Yangshun Tay
75c75293b1
seo: add social image
3 years ago
Yangshun
7eccc0db17
website: add sidebar structure
3 years ago
Yangshun
73dd64f96d
contents: rearrange algo layout structure
3 years ago
Yangshun
ce79ad0d9b
contents: revamp basic algo content
3 years ago
Yangshun
42c21f9819
contents: reorganize algorithms section
3 years ago
Quan Yang
83e97337a6
Include a snippet for swapping two variables using bitwise operators ( #229 )
...
This swaps the two values in the two variables without needing a third variable.
3 years ago
Saddam H
11f9a22b86
content: check if a number is a power of 2 ( #196 )
...
* Check if a number is a power of 2
This representation may be easier to understand for some people.
If a number is power of two then `AND` operation between the number and its complement will result into the same number.
* Update binary.md
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
4 years ago
Yangshun Tay
002c7f1215
chore: remove freeform questions
5 years ago
Yangshun Tay
e6193eca83
website: launch website
5 years ago
Yangshun Tay
c19c9626d1
misc: restructure contents
5 years ago