Browsing index pages (2 articles)
↧
Matrix Multiplication Optimization in C++
This is an example of dynamic programming. This requires a basic understanding of linear algebra and includes a program written in C++. Problem When multiplying matrices together, the dimensions of the...
View ArticleLongest Common Subsequence in C++
Simple program that efficiently finds the longest common subsequence of two sequences, written in C++ using dynamic programming. Unforunately, there are probably many bugs, but for what I needed it for...
View Article
Browsing index pages (2 articles)