2401. Longest Nice Subarray

2401. Longest Nice SubarrayDifficulty: MediumTopics: Array, Bit Manipulation, Sliding WindowYou are given an array nums consisting of positive integers.We call a subarray of nums nice if the bitwise A...
0 Read More

How does BCrypt Verification work?

Have you ever wondered how can hashing algorithm verifies? Before we going into that, we have to know that our password that we used to enter on a website, is going through one-way hashing function, t...
0 Read More