data-structure-typed/.idea
2023-08-22 22:50:16 +08:00
..
.gitignore first commit 2023-06-16 00:34:28 +08:00
compiler.xml edge1.data has type problem. After the uniform design, the generics of containers (DirectedGraph, BST) are based on the type of value. However, this design has a drawback: when I attempt to inherit from the Vertex or BSTNode classes, the types of the results obtained by all methods are those of the parent class. 2023-08-22 13:30:22 +08:00
data-structure-typed.iml Successfully implemented recursive type inference for the BinaryTreeNode type by passing the node constructor through the constructor, effectively addressing the type inconsistency caused by invoking parent class methods after inheritance. 2023-08-22 22:50:16 +08:00
modules.xml version 0.9.16 published 2023-08-11 22:46:43 +08:00
vcs.xml first commit 2023-06-16 00:34:28 +08:00