How does intilisation happen in top_down approach?

in the bottom up approach we initialise first row and first column by some values how does that happen in top-down …?

@neha_153 in top down recursive calls keep on happening until base case is hit and in that base case dp array is initialized
hope its clear if yes dont forget to hit like and mark resolved :smiley: