Shweta BeheraSegment Trees“Segment Trees are the architects of efficient range queries, dividing and conquering to bring order to chaos in logarithmic time.”Nov 29
Abhijit MondalSystem Design — Top K Trending HashtagsDesign a system to compute the top K trending hashtags in the last 24 hours for Twitter/Instagram.Jan 29, 202210
Florian JuneSegment Tree 1: Basic Concepts and Operations in DetailBy creating advanced data structures like segment trees ahead of time, we can perform two operations, query and update, in O(logn) time…Jun 10, 2023Jun 10, 2023
Jinay PatelRange Queries, visualized (Part 3: Segment Trees)An interesting alternative to Binary Indexed TreesAug 30Aug 30
Shweta BeheraSegment Trees“Segment Trees are the architects of efficient range queries, dividing and conquering to bring order to chaos in logarithmic time.”Nov 29
Abhijit MondalSystem Design — Top K Trending HashtagsDesign a system to compute the top K trending hashtags in the last 24 hours for Twitter/Instagram.Jan 29, 202210
Florian JuneSegment Tree 1: Basic Concepts and Operations in DetailBy creating advanced data structures like segment trees ahead of time, we can perform two operations, query and update, in O(logn) time…Jun 10, 2023
Jinay PatelRange Queries, visualized (Part 3: Segment Trees)An interesting alternative to Binary Indexed TreesAug 30
Zachary FreemanDemystifying Segment Trees: An Efficient Solution for Range QueriesIntroductionJul 26, 2023