TheRenegadeCoder / sample-programs

Sample Programs in Every Programming Language
https://sampleprograms.io
MIT License
540 stars 534 forks source link

Add Longest Common Subsequence in C# #1279

Closed wileymab closed 4 years ago

wileymab commented 4 years ago

See requirements: https://sample-programs.therenegadecoder.com/projects/longest-common-subsequence/ Add snippet here: https://github.com/TheRenegadeCoder/sample-programs/tree/master/archive/c/c-sharp

KaterynaKateryna commented 4 years ago

This algorithm exists: https://github.com/TheRenegadeCoder/sample-programs/blob/master/archive/c/c-sharp/Lcs.cs

jrg94 commented 4 years ago

Good catch!