Determine that the languages accepted by two NFA's are same or not [closed] - nfa

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have two NFA's.
I need to determine whether both recognize the same language
I would be much obliged if anyone could be so kind enough to explain how to do this.

You can get a canonical representation of an NFA by computing its equivalent minimal DFA.
If two NFA's have the same canonical representation, they accept the same language.

Related

Is ISO8859-15 (Latin-9) a full subselect of UTF-8? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I might need to convert an Oracle DB from ISO8859-15 (Latin-9) to UTF-8? So my question is: Is ISO8859-15 (Latin-9) a full subset of UTF-8?
Because than there should be a lower risk of things going wrong.
Any experience here?

Designation of algorithms performing automatic learning [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
Can any algorithm that performs automatic learning be called a "machine learning algorithm"? Or is this designation is reserved to the known ML algorithms like SVM, Feature Selection... ?
Any algorithm that learns to do a task by itself and gets better at it is considered machine learning even if it just as simple as computing the joint probability. Only condition is automated learning, that's all.

What is this algorithm? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I found this game and I'm very curious for know about of algorithm implemented in it.
I don't know how look for this, I don't know what is this algorithm and I want study it.
This is the game http://www.rustylake.com/puzzle-and-skill-games/coloruid.html
Really Thank you.
This seems like a basic "Flood Fill" algorithm.
It's performed on custom 'pixels', but the principle seems the same.

Algorithm to calculate the sum of a mathematical series [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Recently I came across a online tool, which given a summation calculates its formula. I have tried for many such summations and has given me correct answer.
I was curious as to which algorithm does it use to solve it.
EDIT: It turns out the tool uses wolframaplha api's. But even if you search on wolfram alpha you will get the same result.

Algorithm reference [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
This is a trivial question - but something I always miss in the day-to-day programming.
Is there a gook lookup reference available for the common algorithms that we usually face in our everyday programming - sorting,sequences,graphs.
The emphasis is more on the applicability and pseudocode ,rather than the mathematical proofs(which I find is what books tend to stress on).
The idea is to keep a ready reference,as and when we need to resort to one of these algorithms into our respective development project and languages.
Dictionary of Algorithms and Data Structures
How about this?
List of algorithms#Wikipedia

Resources