nc0066

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LCS

func LCS(str1 string, str2 string) (ans string)

动态规划: dp[i][j] 表示以 str1[i] 和 str2[j] 结尾的最长公共子串长度

func LCS2

func LCS2(str1 string, str2 string) (ans string)

暴力解法

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL