Skip to content

Create RemoveDuplicateFromSortedList.md#4

Open
SanakoMeine wants to merge 2 commits intomainfrom
RemoveDuplicateFromSortedList-1
Open

Create RemoveDuplicateFromSortedList.md#4
SanakoMeine wants to merge 2 commits intomainfrom
RemoveDuplicateFromSortedList-1

Conversation

@SanakoMeine
Copy link
Copy Markdown
Owner


### 時間測定
3:31, 1:20, 1:50
今回はいろんなパターンで書いてみたのもあってか、2回目以降はなんとなく覚えてしまっていて、全然頭を使えていない感じがするのが少し不安…
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1ヶ月後にでも見てみたらいいと思います。

- 元のリストがsortされていることが頭から抜け落ちており、また、先の問題も引きずって「valueのsetを作る」という頭から切り替えられなかったこと
- コードを頭の中でシミュレーションする力が不足していて、少しテストのパターンが変わると対応できなかったこと
- コードに落とし込む段階でもう少しお絵描きするなど、事前に頭の中を整理しておくといいのかも。
- 供養も兼ねて元の発想のまま修正して通してみる
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これが自力で書けていたらいいと思います。全体的にやっていることは合っています。

Copy link
Copy Markdown

@t0hsumi t0hsumi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

いいと思います

- 供養も兼ねて元の発想のまま修正して通してみる

### Step1のコード
‘’’Python
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

バッククオートにすると色がつきます。

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

```

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

どこかで認識がすり替わっていたようです。ご指摘ありがとうございます。

ご指摘いただいたのでバッククォートに修正
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants