Read more about the article Interval Tree
Interval tree

Interval Tree

  • Post author:
  • Post category:Code
  • Post last modified:February 12, 2023

Save intervals inside a binary tree and use it later for overlapping checks. This data structure is kept to a minimum. Because once the concept is understood, any further extensions…

Continue ReadingInterval Tree
Read more about the article The matrix spiral
The matrix spiral

The matrix spiral

  • Post author:
  • Post category:Code
  • Post last modified:February 12, 2023

An algorithm that follows a spiral pattern to pass through each cell object in a two-dimensional matrix starting from the center cell. Imagine the following problem. You programmed a two-dimensional…

Continue ReadingThe matrix spiral