资源列表
[数据结构常用算法] BigInt
说明:主要实现任意长度大整数的四则运算,包括加减乘除,求余运算只需对除法稍做改进就行。因为这是帮朋友写的,所以是按他的要求用string实现的。如果有需要,也可以改为用定长数组或者vector来实现。-This document is mainly aimed to realize the operations of addition, substraction, multiplication and division of integers<Glorious Fool> 在 2025-01-21 上传 | 大小:4kb | 下载:0
[数据结构常用算法] acmLecture
说明:一些对于初学者很有用的ACM学习的课件,包括,递推求解,动态规划,以及搜索入门等-Some very useful for beginners learning courseware ACM, including, recursive solving, dynamic programming, and search entry, etc.<Quintina> 在 2025-01-21 上传 | 大小:3.96mb | 下载:0
[数据结构常用算法] Josephus_shuzu
说明:Josephus问题的解决方法——用数组方法实现的程序源码-solution to the Josephus problem- an source code based on an array of methods used to achieve the program<Bill> 在 2025-01-21 上传 | 大小:164kb | 下载:0
[数据结构常用算法] Josephus_link
说明:Josephus问题的另一种解决方法 使用循环链表解决的源代码-Josephus problem using an alternative solution to solve the source code of circular linked list<Bill> 在 2025-01-21 上传 | 大小:164kb | 下载:0
[数据结构常用算法] shanliebiao
说明:任务: 设计散列表实现电话号码查找系统。 设每个记录有下列数据项:电话号码、用户名、地址; 1,从键盘输入各记录,分别以电话号码和用户名为关键字建立散列表; 2,采用一定的方法解决冲突; 3,查找并显示给定电话号码的记录; 4,查找并显示给定用户名的记录。 -Task: Design Implementation phone number lookup hash table system. Set for e<谢浩> 在 2025-01-21 上传 | 大小:89kb | 下载:0
[数据结构常用算法] tudeyingyong
说明:(1)根据选课表建立对应的图 (2)求出至少一种拓扑有序序列 (3)如果能实现求出所有拓扑有序序列,则加分 -(1) According to the enrollment form to establish the corresponding graph (2) find the ordered sequence of at least one topology (3) If all the topology to ach<谢浩> 在 2025-01-21 上传 | 大小:120kb | 下载:0