GitXplorerGitXplorer
e

AA_LCS_Project

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
04156ad94d44dd6c39bd547deec7561f6cdff4cf

Update README.md

eedbeeching committed 7 years ago
Unverified
cdde00d97de70490036f3670720a400d761c2d02

Added report etc

eedbeeching committed 8 years ago
Unverified
eba45061118e2ec53e15c784d060ab5a8727a6e9

Merge branch 'master' of https://github.com/edbeeching/AA_LCS_Project

eedbeeching committed 8 years ago
Unverified
07a755f3bb3e53a426ea6064e81ae9c6ad662388

Update README.md

eedbeeching committed 8 years ago
Unverified
2dea1e21f7346d8aedbba667307e67a220370b4b

a bit more refactoring

eedbeeching committed 8 years ago
Unverified
930031a6975869bac8375fc0598077d7d96c89dc

added section text about detector

committed 8 years ago

README

The README file for this repository.

AA_LCS_Project

MLDM Semester 1 Advanced Algorithms project.

This repository contains the following algorithms:

  • [X] LCS Classic - Forwards
  • [X] LCS Classic - Backwards
  • [X] LCS Linear space - Forwards
  • [X] LCS Linear Space - Backwards = [X] LCS Dynamic programming
  • [X] LCS Recursive
  • [X] LCS Branch and bound
  • [X] Printing neatly (Branch and bound, Dynamic, recursive, Greedy)

See report here