Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of Object Hash #58

Merged
merged 4 commits into from
Jan 16, 2023
Merged

Implementation of Object Hash #58

merged 4 commits into from
Jan 16, 2023

Conversation

vooba
Copy link

@vooba vooba commented Sep 8, 2021

Compare array elements with an identifier instead of array position.
This function work same as benjamine/jsondiffpatch object-hash

The backtrack function of LCS know search the matrix from bottom right to top left.
Like described in Wikipedia

This pull request is based on #52
fixes issue #54, #42

khiemnd777 and others added 4 commits October 5, 2018 11:49
Conflicts:
              Src/JsonDiffPatchDotNet/JsonDiffPatch.cs
	Src/JsonDiffPatchDotNet/Options.cs
function know search the matrix from bottom right to top left
@wbish wbish merged commit 483f897 into wbish:master Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants