<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Erzeuge Alle Permutationen Eines Arrays on Bernd Plumhoff</title>
    <link>https://www.berndplumhoff.de/tags/erzeuge-alle-permutationen-eines-arrays/</link>
    <description>Recent content in Erzeuge Alle Permutationen Eines Arrays on Bernd Plumhoff</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 20 May 2026 04:36:00 +0100</lastBuildDate>
    <atom:link href="https://www.berndplumhoff.de/tags/erzeuge-alle-permutationen-eines-arrays/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>QuickPerm (Excel / VBA)</title>
      <link>https://www.berndplumhoff.de/quickperm_de/</link>
      <pubDate>Wed, 20 May 2026 04:36:00 +0100</pubDate>
      <guid>https://www.berndplumhoff.de/quickperm_de/</guid>
      <description>&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;Wenn Sie alle Permutationen eines Arrays erzeugen wollen,&#xA;empfehle ich den Algorithmus (externer Link!) &lt;a href=&#34;https://www.quickperm.org&#34;&gt;Quickperm&lt;/a&gt;.&#xA;Es ist einer der effizientesten Permutationsalgorithmen.&#xA;Er basiert auf dem dem Austausch (engl. &lt;em&gt;Swap&lt;/em&gt;) einzelner&#xA;Elemente und wurde durch Heap Sort inspiriert.&lt;/p&gt;&#xA;&lt;p&gt;Die hier vorgestellte Variante ist die CountDown Variante.&#xA;Für die Implementierung in Excel / VBA wurden alle Indizes um 1 erhöht,&#xA;damit Arrays mit dem Index 1 beginnen.&lt;/p&gt;&#xA;&lt;h2 id=&#34;beispiel&#34;&gt;Beispiel&lt;/h2&gt;&#xA;&lt;p&gt;Eingabe:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.berndplumhoff.de/quickperm_input.png&#34; alt=&#34;quickperm_input&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Ausgabe:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.berndplumhoff.de/quickperm_output.png&#34; alt=&#34;quickperm_output&#34;&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
