资源列表
ADTLIst
- ADT LIST implementation assignment
implementation-for-the-Heap-Trees
- It s required to design an Abstract Data Type (ADT) Java implementation for the Heap Trees data structure that includes the following operations: 1. Constructor and display operations 2. Creating a Heap Tree a given array 3. Adding an elemen
Linked-List
- The static (circular) queue should be implemented as a class named StaticCircularQueue With a maximum of 100 integer elements, The Dynamic queue should be implemented as a class named DynamicQueue, The Dynamic queue must not be
SinglyLinkedList
- The newly added method should work as follow: 1. Takes two input objects L1 & L2 of type SinglyLinkedList, 2. L1 & L2 represents two Integer list in ascending order, 3. Returns an object L3 with the sorted merge value of L1 & L2 4. For exampl
RB_Tree
- Implementation of basic insertion, deletion and search algorithms in a red-black tree in C++.
system progromming assignment1
- 这是关于一个对于integer 相关的对bit进行操作的训练
TSP
- 用邻接表解决的TSP变形问题(带权值求最长路径)-TSP deformation problems solved with the adjacent table (with the right to find the value of the longest path)
cross
- 利用叉积求点在区域中的位置Use cross product demand in the region point position-Use cross product demand in the region point position
contor
- 利用contor函数和BSF实现的魔块问题(游戏)-Use magic block problem (game) contor functions and BSF implemented
rangetree
- 利用线段树(包含懒惰删除)解决的翻牌问题-Use segment tree (including lazytag) to solve the problem flop
纹理特征提取
- 纹理提取的算法,可以很好的实现纹理特征的提取。
algorithm-interview-questions
- 各大公司的算法面试题,包括逆序输出、回文判断、组合问题、随机分配等。-Each big company algorithm interview questions, including reverse output, palindrome judgment, combinatorial problems, stochastic distribution.