In linear algebra, the Strassen algorithm, named after Volker Strassen, is an algorithm for matrix multiplication. It is faster than the standard matrix multiplication algorithm and is useful in practice for large matrices, but would be slower than the fastest Read More …
Tag: MCS031
Write Strassen’s Algorithm ? What are the limitation of Strassen’s Algorithim. Apply Strassen’s Algorithm to multiply two matrices A1 & A2 given below.
In linear algebra, the Strassen algorithm, named after Volker Strassen, is an algorithm for matrix multiplication. It is faster than the standard matrix multiplication algorithm and is useful in practice for large matrices, but would be slower than the fastest Read More …
Pushdown Automata
A pushdown automaton is a way to implement a context-free grammar in a similar way we design DFA for a regular grammar. A DFA can remember a finite amount of information, but a PDA can remember an infinite amount of Read More …
Pushdown Automata
A pushdown automaton is a way to implement a context-free grammar in a similar way we design DFA for a regular grammar. A DFA can remember a finite amount of information, but a PDA can remember an infinite amount of Read More …
Pushdown Automata
A pushdown automaton is a way to implement a context-free grammar in a similar way we design DFA for a regular grammar. A DFA can remember a finite amount of information, but a PDA can remember an infinite amount of Read More …
Write short note on NP complete and NP Hard problems, give suitable example for each.
NP-hardWhat does NP-hard mean? A lot of times you can solve a problem by reducing it to a different problem. I can reduce Problem B to Problem A if, given a solution to Problem A, I can easily construct a Read More …
Write short note on NP complete and NP Hard problems, give suitable example for each.
NP-hard What does NP-hard mean? A lot of times you can solve a problem by reducing it to a different problem. I can reduce Problem B to Problem A if, given a solution to Problem A, I can easily construct Read More …
Write short note on NP complete and NP Hard problems, give suitable example for each.
NP-hardWhat does NP-hard mean? A lot of times you can solve a problem by reducing it to a different problem. I can reduce Problem B to Problem A if, given a solution to Problem A, I can easily construct a Read More …
Discuss the Turing machine with an Example
Turing first described the Turing machine in an article published in 1936, ‘On Computable Numbers, with an Application to the Entscheidungsproblem’. A Turing machine The read/write head is programmable. It is be helpful to think of the operation of programming Read More …
Discuss the Turing machine with an Example
Turing first described the Turing machine in an article published in 1936, ‘On Computable Numbers, with an Application to the Entscheidungsproblem’. A Turing machine The read/write head is programmable. It is be helpful to think of the operation of programming Read More …