2466. Count Ways To Build Good Strings | Leetcode Daily Challenge

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 1

  • @touhidiutcse
    @touhidiutcse 4 วันที่ผ่านมา

    Thank you, ma'am.
    I think the regular recursive approach to solve a big problem and memoization of the sub-problems is the Top-down approach & the Bottom-up approach basically indicates solving all subproblems iteratively with Tabulation.
    In summary:
    - Top-Down: Recursive + Memoization
    - Bottom-Up: Iterative + Tabulation