Quantcast
Channel: WebstersProdigy » algorithms
Browsing latest articles
Browse All 2 View Live

Image may be NSFW.
Clik here to view.

Longest 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



Image may be NSFW.
Clik here to view.

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 Article
Browsing latest articles
Browse All 2 View Live




Latest Images