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

Commit999bbae

Browse files
author
borninfreedom
committed
将python3的代码区标识改为python,因为typora不能识别python3,同时改为python对高亮阅读并没有影响,而且python对其他markdown软件的兼容性更好。
1 parente1bbd30 commit999bbae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎problems/0001.两数之和.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public int[] twoSum(int[] nums, int target) {
107107

108108
Python:
109109

110-
```python3
110+
```python
111111
classSolution:
112112
deftwoSum(self,nums: List[int],target:int) -> List[int]:
113113
hashmap={}

‎problems/0349.两个数组的交集.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class Solution {
118118
```
119119

120120
Python:
121-
```python3
121+
```python
122122
classSolution:
123123
defintersection(self,nums1: List[int],nums2: List[int]) -> List[int]:
124124
result_set=set()

‎problems/0707.设计链表.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class MyLinkedList {
239239
```
240240

241241
Python:
242-
```python3
242+
```python
243243
# 单链表
244244
classNode:
245245

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp