<?xml version='1.0' encoding="utf-8"?>
      <rss version='2.0'>
      <channel>
      <title>Форум на Исходниках.RU</title>
      <link>https://forum.sources.ru</link>
      <description>Форум на Исходниках.RU</description>
      <generator>Форум на Исходниках.RU</generator>
  	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=438093&amp;view=findpost&amp;p=3895135</guid>
        <pubDate>Fri, 22 Sep 2023 12:08:28 +0000</pubDate>
        <title>&amp;lt;vector&amp;gt; в массив</title>
        <link>https://forum.sources.ru/index.php?showtopic=438093&amp;view=findpost&amp;p=3895135</link>
        <description><![CDATA[Betelgeuse: <strong class='tag-b'>Qraizer</strong> спасибо за участие.<br>
Через массив не получилось, сделал через очередь+стек+массив<br>
Вопрос решен]]></description>
        <author>Betelgeuse</author>
        <category>C/C++: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=438093&amp;view=findpost&amp;p=3895102</guid>
        <pubDate>Thu, 21 Sep 2023 13:33:43 +0000</pubDate>
        <title>&amp;lt;vector&amp;gt; в массив</title>
        <link>https://forum.sources.ru/index.php?showtopic=438093&amp;view=findpost&amp;p=3895102</link>
        <description><![CDATA[Qraizer: Я код с vector так и не смог запустить.]]></description>
        <author>Qraizer</author>
        <category>C/C++: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=438093&amp;view=findpost&amp;p=3895083</guid>
        <pubDate>Thu, 21 Sep 2023 08:30:02 +0000</pubDate>
        <title>&amp;lt;vector&amp;gt; в массив</title>
        <link>https://forum.sources.ru/index.php?showtopic=438093&amp;view=findpost&amp;p=3895083</link>
        <description><![CDATA[Betelgeuse: Есть данные: граф, матрица смежности <br>
<span class="b-attach" data-size="5762" data-hits="214" data-attach-id="65117" data-attach-post-id="3895083">
			<span class="b-attach__title"></span><a class='b-attach-link' href='https://forum.sources.ru/index.php?act=Attach&amp;type=post&amp;id=3895083&amp;attach_id=65117' title='Скачать файл' target='_blank'>1.GIF</a> (, : 214)
		</span><br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">&nbsp;&nbsp; &nbsp;int mas[7][7] = </div><div class="code_line">&nbsp;&nbsp; &nbsp;{ { 0, 1, 1, 0, 0, 0, 1 },</div><div class="code_line">&nbsp;&nbsp; &nbsp;{ &nbsp; 1, 0, 1, 1, 0, 0, 0 },</div><div class="code_line">&nbsp;&nbsp; &nbsp;{ &nbsp; 1, 1, 0, 0, 0, 0, 0 },</div><div class="code_line">&nbsp;&nbsp; &nbsp;{ &nbsp; 0, 1, 0, 0, 1, 0, 0 },</div><div class="code_line">&nbsp;&nbsp; &nbsp;{ &nbsp; 0, 0, 0, 1, 0, 1, 0 },</div><div class="code_line">&nbsp;&nbsp; &nbsp;{ &nbsp; 0, 0, 0, 0, 1, 0, 1 },</div><div class="code_line">&nbsp;&nbsp; &nbsp;{ &nbsp; 1, 0, 0, 0, 0, 1, 0 } };</div></ol></div></div></div></div><script>preloadCodeButtons('1');</script><br>
и есть код обход матрицы в ширину и поиск кратчайшего пути<br>
<br>
Как сделать без &lt;vector&gt;, а через статические массивы ?]]></description>
        <author>Betelgeuse</author>
        <category>C/C++: Общие вопросы</category>
      </item>
	
      </channel>
      </rss>
	