Skip to content

Instantly share code, notes, and snippets.

@AreTrash
AreTrash / ZAlgorithm.snippet
Last active September 12, 2020 17:13
VisualStudio用スニペット
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>ZAlgorithm</Title>
<Author>https://github.com/key-moon/ac-library-cs</Author>
<Description>
i 番目の要素は s[0..|s|) と s[i..|s|) の LCP(Longest Common Prefix) の長さであるような、長さ |s| の配列を返す。
</Description>
<Shortcut>zalgorithm</Shortcut>