Kunal Dubey
Touring

Touring

Follow
Follow
homeWay to my heart is herebadges
Tag

algorithms

#algorithms

More content

Read more stories on Hashnode


Articles with this tag

The basic concept behind compression

Nov 23, 20212 min read83 views

Data systems as we know are built to understand and work in "bits" of memory which are then represented by 0s and 1s. Whatever you see on a screen is...

The basic concept behind compression

[ 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?