javasf.htm

来自「学习数据结构的最好辅助工具,快速帮助你熟悉数据结构的相关技术」· HTM 代码 · 共 48 行

HTM
48
字号
<html>
<head>

</head>
<style>
<!--
         A1{COLOR:white;text-decoration:none}   
         A1:hover{COLOR:red;text-decoration:none}   
		 A1:Link{COLOR:white;text-decoration:none}   
         A1:active{COLOR:red;text-decoration:none}   
         
         .td {font-size:11pt;}
         .f1{COLOR: white;FONT-FAMILY:楷体_GB2312;font-size:11pt;}
         .a{COLOR:white;FONT-FAMILY:楷体_GB2312;font-size:11pt;text-decoration:none}   
         .a:hover{COLOR:red;FONT-FAMILY:楷体_GB2312;font-size:11pt;text-decoration:none}   
		 .a:Link{COLOR:white;FONT-FAMILY:楷体_GB2312;font-size:11pt;text-decoration:none}   
         .a:active{COLOR:red;FONT-FAMILY:楷体_GB2312;font-size:11pt;text-decoration:none}   

         .a3{COLOR:#dddddd;FONT-FAMILY:楷体_GB2312;font-size:9pt;text-decoration:underline}   
         .a3:hover{COLOR:red;FONT-FAMILY:楷体_GB2312;font-size:9pt;text-decoration:underline}   
		 .a3:Link{COLOR:#dddddd;FONT-FAMILY:楷体_GB2312;font-size:9pt;text-decoration:underline}   
         .a3:active{COLOR:red;FONT-FAMILY:楷体_GB2312;font-size:9pt;text-decoration:underline}   

		 .description{COLOR:#dddddd;FONT-FAMILY:楷体_GB2312;font-size:9pt;text-decoration:none}   
		 .info{COLOR:#dddddd;FONT-FAMILY:楷体_GB2312;font-size:8pt;text-decoration:none}   
-->
</style>
<body>
<h3>线性链表</h3>
<ol><a  href="javasf/LLCreate/LLCreate.htm">创建</a></ol>
<ol><a  href="javasf/LLDelete/LLDelete.htm">删除</a></ol>
<ol><a  href="javasf/LLInsert/LLInsert.htm">插入</a></ol>
<h3>栈的应用</h3>
<ol><a  href="javasf/Maze/Maze.htm">迷宫求解</a></ol>
<ol><a  href="javasf/Expression/Expression.htm">表达式转换成后缀式</a></ol>
<h3>排序算法</h3>
<ol><a  href="javasf/BInsertSort/Page1.htm">折半插入排序BInsertSort</a></ol>
<ol><a  href="javasf/InsertSort/Page1.htm">直接插入排序InsertSort</a></ol>
<ol><a  href="javasf/LInsertSort/Page1.htm">表插入排序</a></ol>
<ol><a  href="javasf/ShellSort/Page1.htm">希尔排序</a></ol>
<ol><a  href="javasf/BubbleSort/Page1.htm">起泡排序BubbleSort</a></ol>
<ol><a  href="javasf/QSort/Page1.htm">快速排序</a></ol>
<ol><a  href="javasf/HeapSort/Page1.htm">堆排序</a></ol>
<ol><a  href="javasf/MergeSort/Page1.htm">归并排序</a></ol>

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?