Skip to main content

Questions tagged [intuition]

Questions that ask for help building intuition for formal or complex concepts.

5 questions with no upvoted or accepted answers
3 votes
0 answers
538 views

I am not sure that my question is clear from the first sight. But I will try to explain what I mean. For now, I am learning balancing the trees on the example of AVL trees. We know that to balance ...
Turkhan Badalov's user avatar
2 votes
0 answers
726 views

Binary Search is a fairly simple and standard algorithm that can be used (among other things) to find a target element in a sorted array. There are subtle variations in code to do this, however all of ...
ffledgling's user avatar
2 votes
0 answers
284 views

I asked this question on Math Stackexchange but it didn't get much attention, so I am asking it here. Edmond's Blossom algorithm (Wikipedia), or simply the blossom algorithm, is a popular graph ...
ab123's user avatar
  • 197
2 votes
0 answers
397 views

Consider the following BNF Grammar G: ...
Grant Miller's user avatar
1 vote
0 answers
102 views

My question concerns link/cut tree structure after an access operation. I am assuming an implementation with splay trees. As far as I can tell, once you access a node v and splay it to the root, it no ...
Karl's user avatar
  • 13