Browsing Tag
algorithms
45 posts
100 Days of DSA
Starting off my journey of mastering data-structures & algorithms with this #100Daysofdsa which would help me remain consistent…
The Most Important Leetcode Patterns
If you have been looking for a job in tech, I am pretty sure you have heard of…
Like a Rogue
Advent of Code 2016 Day 18 Part 1 Seems easy enough…by now Visualizing the rules Getting from relative…
How to check if a number is a power of two for O(1)
In binary representation, numbers consist of 0 and 1. And it just so happens that all powers of…
Raft (not)almighty: how to make it more robust
Everybody loves Raft. There is a common opinion that the presence of this algorithm in a distributed system…