mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-05 11:41:22 +08:00
deploy
This commit is contained in:
@@ -3426,7 +3426,7 @@
|
||||
<h1 id="132">13.2 全排列问题<a class="headerlink" href="#132" title="Permanent link">¶</a></h1>
|
||||
<p>全排列问题是回溯算法的一个典型应用。它的定义是在给定一个集合(如一个数组或字符串)的情况下,找出这个集合中元素的所有可能的排列。</p>
|
||||
<p>表 13-2 列举了几个示例数据,包括输入数组和对应的所有排列。</p>
|
||||
<p align="center"> 表 13-2 数组与链表的效率对比 </p>
|
||||
<p align="center"> 表 13-2 全排列示例 </p>
|
||||
|
||||
<div class="center-table">
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user