セクション 3. 章 5
single
Challenge: Find Duplicate Pages
メニューを表示するにはスワイプしてください
Identifying duplicate pages is a critical task for maintaining site quality and improving SEO. Duplicate content can confuse search engines, dilute ranking signals, and negatively impact your site's visibility. By detecting and managing duplicate pages, you help ensure that your website is optimized for both users and search engines.
タスク
スワイプしてコーディングを開始
Given a list of strings representing the content of different web pages, return a list of indices for pages that have duplicate content.
- Return a list containing the indices of all pages whose content is a duplicate of an earlier page in the list.
- If a page's content is unique or appears only once, its index should not be included in the result.
- The order of indices in the returned list should reflect the order in which duplicates appear in the input list.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 5
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください