Add: forumTopicId for rosetta code (#38855)

This commit is contained in:
Rajat Gupta
2020-06-08 20:07:41 +05:30
committed by GitHub
parent 43865fc098
commit fd2ca5cf40
17 changed files with 22 additions and 5 deletions

View File

@ -3,6 +3,7 @@ id: 5e6dd1278e6ca105cde40ea9
title: Longest common subsequence
challengeType: 5
isHidden: false
forumTopicId: 385271
---
## Description
@ -52,7 +53,7 @@ tests:
```js
function lcs(a, b) {
}
```