Kunal Dubey
Touring

Touring

Follow
Follow
homeWay to my heart is herebadges
Tag

data structures

#data-structures

More content

Read more stories on Hashnode


Articles with this tag

[ Book Review ]: Grokking Algorithms

Sep 8, 20212 min read81 views

In my life Algorithms is that pretty girl that always seems out of your league. All my undergrad years, I've tried to gain mastery over her but...

[ Book Review ]: Grokking Algorithms

Ever wondered why only "log" is used in time complexities?

Aug 28, 20212 min read98 views

// essence of logarithms, or specifically logs with the base "2" is in partitioning, and therefore having log in the expression of an algorithm's time...

Ever wondered why only "log" is used in time complexities?