<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Math-Bits on MyBearIsYellow</title>
		<link>https://www.mybearisyellow.me/tags/math-bits/</link>
		<description>Recent content in Math-Bits 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/math-bits/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Missing Number</title>
				<link>https://www.mybearisyellow.me/algorithmes/missing-number/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 +0000</pubDate><author>rajekevin@hotmail.fr (MyBearIsYellow)</author>
				<guid>https://www.mybearisyellow.me/algorithmes/missing-number/</guid>
				<description>Un tableau contient N nombres distincts pris dans l&amp;rsquo;intervalle [0, N]. Un seul nombre de l&amp;rsquo;intervalle manque : trouve-le. Ex : [3,0,1] → 2.</description>
			</item>
			<item>
				<title>Palindrome Number</title>
				<link>https://www.mybearisyellow.me/algorithmes/palindrome-number/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 +0000</pubDate><author>rajekevin@hotmail.fr (MyBearIsYellow)</author>
				<guid>https://www.mybearisyellow.me/algorithmes/palindrome-number/</guid>
				<description>Un entier est-il un palindrome (se lit pareil dans les deux sens) SANS le convertir en chaîne ? Ex : 121 → vrai, -121 → faux (le signe casse la symétrie).</description>
			</item>
			<item>
				<title>Single Number</title>
				<link>https://www.mybearisyellow.me/algorithmes/single-number/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 +0000</pubDate><author>rajekevin@hotmail.fr (MyBearIsYellow)</author>
				<guid>https://www.mybearisyellow.me/algorithmes/single-number/</guid>
				<description>Chaque élément du tableau apparaît exactement deux fois, sauf UN qui apparaît une seule fois. Trouve-le en temps linéaire et SANS mémoire supplémentaire.</description>
			</item>
	</channel>
</rss>
