<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Stack on MyBearIsYellow</title>
		<link>https://www.mybearisyellow.me/tags/stack/</link>
		<description>Recent content in Stack 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/stack/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Basic Calculator</title>
				<link>https://www.mybearisyellow.me/algorithmes/basic-calculator/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 +0000</pubDate><author>rajekevin@hotmail.fr (MyBearIsYellow)</author>
				<guid>https://www.mybearisyellow.me/algorithmes/basic-calculator/</guid>
				<description>Évalue une expression arithmétique donnée en chaîne : entiers, +, -, parenthèses imbriquées et espaces (sans eval() bien sûr). Ex : &amp;ldquo;(1+(4+5+2)-3)+(6+8)&amp;rdquo; → 23.</description>
			</item>
			<item>
				<title>Daily Temperatures</title>
				<link>https://www.mybearisyellow.me/algorithmes/daily-temperatures/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 +0000</pubDate><author>rajekevin@hotmail.fr (MyBearIsYellow)</author>
				<guid>https://www.mybearisyellow.me/algorithmes/daily-temperatures/</guid>
				<description>Pour chaque jour, combien de jours faut-il attendre avant une température PLUS CHAUDE ? (0 si jamais). Ex : [73,74,75,71,69,72,76,73] → [1,1,4,2,1,1,0,0].</description>
			</item>
			<item>
				<title>Implement Queue using Stacks</title>
				<link>https://www.mybearisyellow.me/algorithmes/implement-queue-using-stacks/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 +0000</pubDate><author>rajekevin@hotmail.fr (MyBearIsYellow)</author>
				<guid>https://www.mybearisyellow.me/algorithmes/implement-queue-using-stacks/</guid>
				<description>Implémente une file FIFO (push, pop, peek, empty) en n&amp;rsquo;utilisant QUE des piles LIFO.</description>
			</item>
			<item>
				<title>Largest Rectangle in Histogram</title>
				<link>https://www.mybearisyellow.me/algorithmes/largest-rectangle-in-histogram/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 +0000</pubDate><author>rajekevin@hotmail.fr (MyBearIsYellow)</author>
				<guid>https://www.mybearisyellow.me/algorithmes/largest-rectangle-in-histogram/</guid>
				<description>Un histogramme de barres de largeur 1 : trouve l&amp;rsquo;aire du plus grand RECTANGLE inscrit. Ex : [2,1,5,6,2,3] → 10 (hauteur 5 sur les barres 5 et 6).</description>
			</item>
			<item>
				<title>Longest Valid Parentheses</title>
				<link>https://www.mybearisyellow.me/algorithmes/longest-valid-parentheses/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 +0000</pubDate><author>rajekevin@hotmail.fr (MyBearIsYellow)</author>
				<guid>https://www.mybearisyellow.me/algorithmes/longest-valid-parentheses/</guid>
				<description>Dans une chaîne de &amp;lsquo;(&amp;rsquo; et &amp;lsquo;)&amp;rsquo;, trouve la longueur de la plus longue SOUS-CHAÎNE contiguë de parenthèses bien formées. Ex : &amp;ldquo;)()())&amp;rdquo; → 4 (&amp;quot;()()&amp;quot;).</description>
			</item>
			<item>
				<title>Min Stack</title>
				<link>https://www.mybearisyellow.me/algorithmes/min-stack/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 +0000</pubDate><author>rajekevin@hotmail.fr (MyBearIsYellow)</author>
				<guid>https://www.mybearisyellow.me/algorithmes/min-stack/</guid>
				<description>Conçois une pile qui supporte push, pop, top, ET getMin (le minimum de la pile) — chaque opération en O(1) constant.</description>
			</item>
			<item>
				<title>Valid Parentheses</title>
				<link>https://www.mybearisyellow.me/algorithmes/valid-parentheses/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 +0000</pubDate><author>rajekevin@hotmail.fr (MyBearIsYellow)</author>
				<guid>https://www.mybearisyellow.me/algorithmes/valid-parentheses/</guid>
				<description>Une chaîne ne contient que les caractères ( ) { } [ ]. Dis si elle est « valide » : chaque parenthèse ouvrante doit être fermée par le même type, dans le bon ordre. Ex : &amp;ldquo;()[]{}&amp;rdquo; est valide, &amp;ldquo;(]&amp;rdquo; ne l&amp;rsquo;est pas.</description>
			</item>
	</channel>
</rss>
