上一页 1 2 3 4 5 6 7 ··· 33 下一页
摘要: 完整篇代码链接:https://www.cnblogs.com/ouyang_wsgwz/p/7695713.html 线性表的基本操作 抽象数据类型线性表的定义: ADT List { 数据对象:D={ ai | ai ∈ ElemSet, i = 1, 2, ... , n, n≥0 } 数据关 阅读全文
posted @ 2019-05-02 15:57 ouyang_wsgwz 阅读(843) 评论(0) 推荐(0)
摘要: 框架 数据结构:(data structure)是相互之间存在一种或者多种特定关系的数据元素的集合。(摘自《数据结构(C语言版)》——严蔚敏) 数据结构的形式定义为:数据结构是一个二元组 Data_Structure = (D, S) 其中:D是数据元素的有限集,S是D上关系的有限集。 二、数据结构 阅读全文
posted @ 2019-05-01 16:30 ouyang_wsgwz 阅读(356) 评论(0) 推荐(0)
摘要: At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door 阅读全文
posted @ 2018-12-12 14:59 ouyang_wsgwz 阅读(185) 评论(0) 推荐(0)
摘要: Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English. Input Specificat 阅读全文
posted @ 2018-12-11 19:57 ouyang_wsgwz 阅读(177) 评论(0) 推荐(0)
摘要: 1.堆 2.队列 阅读全文
posted @ 2018-11-12 21:33 ouyang_wsgwz 阅读(3723) 评论(0) 推荐(1)
摘要: 题目链接 阅读全文
posted @ 2018-11-01 17:56 ouyang_wsgwz 阅读(297) 评论(0) 推荐(0)
摘要: 题目链接 一个字符串,这个字符串的首尾是连在一起的,要求寻找一个位置,以该位置为起点的字符串的字典序在所有的字符串中中最小。 阅读全文
posted @ 2018-11-01 14:16 ouyang_wsgwz 阅读(465) 评论(0) 推荐(0)
摘要: 题目链接 阅读全文
posted @ 2018-10-22 18:12 ouyang_wsgwz 阅读(173) 评论(0) 推荐(0)
摘要: 题目链接 阅读全文
posted @ 2018-10-21 22:32 ouyang_wsgwz 阅读(205) 评论(0) 推荐(0)
摘要: 题目链接 阅读全文
posted @ 2018-10-20 23:52 ouyang_wsgwz 阅读(220) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 33 下一页