<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>leetcode on Cluas's blog</title><link>https://blog.cluas.eu.org/tags/leetcode/</link><description>Recent content in leetcode on Cluas's blog</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><lastBuildDate>Sat, 15 Aug 2020 00:04:33 +0800</lastBuildDate><atom:link href="https://blog.cluas.eu.org/tags/leetcode/index.xml" rel="self" type="application/rss+xml"/><item><title>每日一题 217 存在重复元素</title><link>https://blog.cluas.eu.org/2020/217/</link><pubDate>Sat, 15 Aug 2020 00:04:33 +0800</pubDate><guid>https://blog.cluas.eu.org/2020/217/</guid><description>题目 给定一个整数数组，判断是否存在重复元素。 如果任意一值在数组中出现至少两次，函数返回 true 。如果数组中每个元素都不相同，则返回 false. 示例 1: 输入: [1,2,3,1]</description></item></channel></rss>