>is literally the best computer science concept in existence

>is literally the best computer science concept in existence
>used for everything from compilers to error corrections and digital circuits and regular expressions (which filter out brainlets, another plus)
>simple to understand and implement due to years of development and refinement of the theory
>confuses code monkeys

can you name anything that even comes CLOSE to the power of state machines
>inb4 directed graphs

  1. 2 weeks ago
    Anonymous

    i don't need to know any of that to use regular expressions and compilers lol

    • 2 weeks ago
      Anonymous

      >are you implying that I should know how to tools I use actually work lol
      > lmao what a loser, I just press the button and compiler goes brrr and gives code

  2. 2 weeks ago
    Anonymous

    There are formal grammars that couldn't be defined via state machines though.

    • 2 weeks ago
      Anonymous

      What is a turing machine if not a state machine?

      • 2 weeks ago
        Anonymous

        It is an infinite state machine. Somehow mire compex than finite one.

    • 2 weeks ago
      Anonymous

      oh no not the le html is not a regular language meme again

      • 2 weeks ago
        Anonymous

        le html is not a regular language and it is pas un mème.

  3. 2 weeks ago
    Anonymous

    Turing machines.

  4. 2 weeks ago
    Anonymous

    >simple to understand and implement due to years of development and refinement of the theory
    explain it in less than 500 characters

    • 2 weeks ago
      Anonymous

      An abstract machine that can be in exactly one of a finite number of states at any given time. The FSM can change from one state to another in response to some inputs; the change from one state to another is called a transition. An FSM is defined by a list of its states, its initial state, and the inputs that trigger each transition.

      just google it my guy, even a smoothbrain such as yourself knows how to do that
      https://en.wikipedia.org/wiki/Finite-state_machine

  5. 2 weeks ago
    Anonymous

    Post a finite state machine that accepts strings of the form (n 1s followed by n 0s). Surely they are powerful enough?

    • 2 weeks ago
      Anonymous

      Typo, it has to only accept those strings for all natural numbers n

      Still waiting OP

      • 2 weeks ago
        Anonymous

        i just do '1{n}0{n}' and grep does it for me

    • 2 weeks ago
      Anonymous

      Typo, it has to only accept those strings for all natural numbers n

      Still waiting OP

      Post any extant machine capable of doing that.

  6. 2 weeks ago
    Anonymous

    >is literally the best computer science concept in existence
    that's category theory thoughbeitstd've

  7. 2 weeks ago
    Anonymous

    State is harmful, avoid.

  8. 2 weeks ago
    Anonymous

    Workflows are superior as machines can track more than one state at time, and dont require an exponential increase of states to account for all their possible combinations

  9. 2 weeks ago
    Anonymous

    Hey first year CS grad
    Glad you are liking your stay
    t. SECOND year CS grad

  10. 2 weeks ago
    Anonymous

    >all the power of a turing machine
    >no accepting state
    >no starting state
    >regardless of the start or end state, uses it to accept a language that a DFA would be fine for.
    please, do better

  11. 2 weeks ago
    Anonymous

    >inb4 directed graphs
    nigga an automata IS a directed graph. DYED? (do you even dijkstra?)

  12. 2 weeks ago
    Anonymous

    Oh yeah?

    Can your state machine check deez brackets?

    [()]{}{[()()]()}

Your email address will not be published. Required fields are marked *