Abschnitt 3. Kapitel 5
single
Challenge: Find Duplicate Pages
Swipe um das Menü anzuzeigen
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.
Aufgabe
Swipe to start coding
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.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 5
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen