Automata on Oddly-Shaped Words 1: Binary Tree Automata

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

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

  • @alexandersanchez9138
    @alexandersanchez9138 9 หลายเดือนก่อน +1

    Super underrated channel. Maybe the content is just really niche, but I think all your videos are awesome.

  • @whosmaya666
    @whosmaya666 9 หลายเดือนก่อน +1

    I loved your previous series! excited for this one too:)

  • @shift_reset
    @shift_reset 7 หลายเดือนก่อน

    For functional programmers, tree automata here are tree folds / catamorphisms.
    In the case of normal string automata, you should view strings as snoc-lists (foldl) rather than cons-lists (foldr).
    In this way you see the relationship between automata theory and recursion schemes.