Page MenuHomeWickedGov Phorge

LongestCommonSubsequenceCalculator.php
No OneTemporary

Size
486 B
Referenced Files
None
Subscribers
None

LongestCommonSubsequenceCalculator.php

<?php declare(strict_types=1);
/*
* This file is part of sebastian/diff.
*
* (c) Sebastian Bergmann <sebastian@phpunit.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace SebastianBergmann\Diff;
interface LongestCommonSubsequenceCalculator
{
/**
* Calculates the longest common subsequence of two arrays.
*/
public function calculate(array $from, array $to): array;
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 14:32 (19 h, 41 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e6/95/5eee7fcf3ae98fc93a1f94e14747
Default Alt Text
LongestCommonSubsequenceCalculator.php (486 B)

Event Timeline