Author is busy. I may not update it for a period of time.
not finish yet.
- enum for GOOD/ERROR/FATEL
- status return value auto-response
- ...
- Complex number
- Matrix (dense and sparse)
- ...
- Set
- LinkList
- HashTable
- Tree and BiTree
- Path (in graph)
- Graph and clue binary tree
- Stack
- Queue
- BitArray, Bool and their enum utility
- String
- ...
- deepcopy (overload operator=)
- init
- show
- add
- delete
- find
- combine
- count
- append (overload operator+, node or list)
- remove
- delete
- append (overload operator+,list or table)
- toLinkList
- get
- getWeight
- traversal ( NLR, LNR, LRN )
- buildClueTree
- traversal ( DFS, BFS )
- shortest path
- push
- pop
- convert
- setVal
- getVal
- convert from/to char*
- compare
- append
- subString
- stringLen
- append
- pop
- appendLeft
- popLeft
- length
- convert ( between dense and sparse )
- add and minus
- plus
- transpose
- inverse
- adjoint
- determinant
- length
- visit