Tag: algorithms
All the articles with the tag "algorithms".
Find the non-duplicate number in an array
| 2 min readGiven a non-empty array of integers, every element appears twice except for one. Find that single one.
Ransom note challenge in Kotlin
| 2 min readMicrosoft's most commonly asked interview questions according to LeetCode.