Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 44e50bb

Browse files
db/feat: Use LintCode instead
1 parent 6cdf57c commit 44e50bb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

‎db/problems.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2792,11 +2792,11 @@ export const problems = [
27922792
tags: ["Array", "Binary Search", "Grind75"],
27932793
},
27942794
{
2795-
id: "L271",
2795+
id: "N659",
27962796
title: "Encode and Decode Strings",
27972797
difficulty: Difficulty.MEDIUM,
27982798
patterns: [patterns.BitwiseManipulation],
2799-
url: "https://leetcode.ca/2016-08-27-271-Encode-and-Decode-Strings/",
2799+
url: "https://www.lintcode.com/problem/659/",
28002800
solutions: [
28012801
{
28022802
title: "Solution: Encode and Decode Strings",
@@ -2808,6 +2808,11 @@ export const problems = [
28082808
site: sites.yt,
28092809
url: "https://www.youtube.com/watch?v=B1k_sxOSgv8",
28102810
},
2811+
{
2812+
title: "Encode and Decode Strings - LeetCodeCa",
2813+
site: {},
2814+
url: "https://leetcode.ca/2016-08-27-271-Encode-and-Decode-Strings/",
2815+
},
28112816
],
28122817
companies: [],
28132818
tags: ["Array", "String", "Design"],

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /