data-structure-typed/src
2023-10-21 01:59:10 +08:00
..
data-structures [heap] fibonacci heap implemented. [test] big O estimate. [project] no-unused-vars config to warn 2023-10-21 01:59:10 +08:00
interfaces [binary-tree, graph] In order to optimize the design of Binary Trees, unnecessary abstract classe removed, while enforcing method constraints between base classes and subclasses through interfaces. For Graph, it is necessary to use an abstract class as the base class, and interface constraints should be applied. Any data structures that are not within the scope of the plan deleted. 2023-10-17 21:06:41 +08:00
types [core] Shared Comparator and DFSOrderPattern among multiple data structures. ESLint config improved 2023-10-20 11:43:26 +08:00
utils [prettier] bracket spacing false 2023-09-22 10:43:16 +08:00
index.ts [project] github workflow added. eslint added. formating code by using prettier. 2023-09-21 12:52:17 +08:00