Young Tableaus data structure

Young Tableaus data structure is a unique form of matrix in which all elements of a row are in sorted order from the left to right and that of a column are in sorted order from top to bottom.
tableu

We can perform different operations on this matrix. In this article we will discuss the below mentioned functions:

Insertion of elementSearch for an elementDeletion of elementReplace an element

Some values are infinity to signify invalid value.
tableu-1

In this problem, we start from the bottom right element ...

 •  0 comments  •  flag
Share on Twitter
Published on March 03, 2021 01:02
No comments have been added yet.