<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Arrays on MyBearIsYellow</title>
		<link>https://www.mybearisyellow.me/tags/arrays/</link>
		<description>Recent content in Arrays on MyBearIsYellow</description>
		<generator>Hugo</generator>
		<language>fr-FR</language>
		
			<managingEditor>rajekevin@hotmail.fr (MyBearIsYellow)</managingEditor>
		
		
			<webMaster>rajekevin@hotmail.fr (MyBearIsYellow)</webMaster>
		
		
			<copyright>© 2026 MyBearIsYellow</copyright>
		
		
			<lastBuildDate>Thu, 30 Jul 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://www.mybearisyellow.me/tags/arrays/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Best Time to Buy and Sell Stock</title>
				<link>https://www.mybearisyellow.me/algorithmes/best-time-to-buy-and-sell-stock/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 +0000</pubDate><author>rajekevin@hotmail.fr (MyBearIsYellow)</author>
				<guid>https://www.mybearisyellow.me/algorithmes/best-time-to-buy-and-sell-stock/</guid>
				<description>prices[i] est le prix d&amp;rsquo;une action le jour i. Tu dois acheter UN jour puis vendre UN jour plus tard. Renvoie le profit maximum possible (0 si aucun profit n&amp;rsquo;est possible).</description>
			</item>
			<item>
				<title>First Missing Positive</title>
				<link>https://www.mybearisyellow.me/algorithmes/first-missing-positive/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 +0000</pubDate><author>rajekevin@hotmail.fr (MyBearIsYellow)</author>
				<guid>https://www.mybearisyellow.me/algorithmes/first-missing-positive/</guid>
				<description>Trouve le plus petit entier POSITIF (≥ 1) absent d&amp;rsquo;un tableau non trié — en O(N) temps et O(1) espace supplémentaire. Ces contraintes interdisent le tri ET le HashSet.</description>
			</item>
			<item>
				<title>Majority Element</title>
				<link>https://www.mybearisyellow.me/algorithmes/majority-element/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 +0000</pubDate><author>rajekevin@hotmail.fr (MyBearIsYellow)</author>
				<guid>https://www.mybearisyellow.me/algorithmes/majority-element/</guid>
				<description>Trouve l&amp;rsquo;élément qui apparaît PLUS de N/2 fois dans le tableau (il existe toujours). Ex : [2,2,1,1,1,2,2] → 2.</description>
			</item>
			<item>
				<title>Plus One</title>
				<link>https://www.mybearisyellow.me/algorithmes/plus-one/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 +0000</pubDate><author>rajekevin@hotmail.fr (MyBearIsYellow)</author>
				<guid>https://www.mybearisyellow.me/algorithmes/plus-one/</guid>
				<description>Un grand entier est représenté par un tableau de chiffres (chiffre de poids fort en premier). Ajoute 1 et renvoie le tableau résultat. Ex : [1,2,9] → [1,3,0], [9,9] → [1,0,0].</description>
			</item>
			<item>
				<title>Product of Array Except Self</title>
				<link>https://www.mybearisyellow.me/algorithmes/product-of-array-except-self/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 +0000</pubDate><author>rajekevin@hotmail.fr (MyBearIsYellow)</author>
				<guid>https://www.mybearisyellow.me/algorithmes/product-of-array-except-self/</guid>
				<description>Renvoie un tableau où result[i] est le produit de TOUS les éléments SAUF nums[i] — sans utiliser la division, en O(N).</description>
			</item>
	</channel>
</rss>
