Movatterモバイル変換


[0]ホーム

URL:


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

Commit5d78b1c

Browse files
committed
test readme
1 parentdd800b7 commit5d78b1c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

‎README.md‎

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
####LeetCode Solutions in JavaScript
22
* Tried to use optimal solutions as much as I can. Most solutions are from the LeetCode community.
3-
* Written in[Airbnb JavaScript] (https://github.com/airbnb/javascript) style.
4-
* A work in progress.
3+
* Written in[Airbnb JavaScript] (https://github.com/airbnb/javascript) style.
4+
* A work in progress.
55
* You are very welcome to contribute your better solutions.
66

77
#####Easy
8-
1.[7. Reverse Integer](https://oj.leetcode.com/problems/reverse-integer/) -[Solution](./Easy/7-reverseInteger.js)
8+
1.[7. Reverse Integer](https://oj.leetcode.com/problems/reverse-integer/) -[Solution](./Easy/7-reverseInteger.js)
9+
10+
#####Medium
11+
1.[3. Longest Substring Without Repeating Characters](https://oj.leetcode.com/problems/longest-substring-without-repeating-characters/) -[Solution](./Easy/3-lengthOfLongestSubstring.js)
12+
2.[35. Search Insert Position Characters](https://oj.leetcode.com/problems/search-insert-position/) -[Solution](./Easy/35-searchInsert.js)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp