@inproceedings{17dd4c0ceb244a1da83d845adb93d2e3,
title = "General solution scheme to spatial complexity of recursive algorithm",
abstract = "Recursive algorithm (RA) need a great number of storage space for continue operations (such as push) on stack, which easily causes stack overflow. In the paper, we present a novel recursive algorithm to solve this intractability throw constructing recursive tree, which only restoring valuable data for decreasing the spatial complexity, and then traversing recursive tree. In this way, the problem of spatial complexity of recursive algorithm could be solved effectively, making recursive algorithm more practical in application.",
keywords = "Recursive algorithm, Recursive tree, Spatial complexity",
author = "Yong Sun and Xuan Wang",
year = "2006",
doi = "10.1109/ICMLC.2006.258522",
language = "英语",
isbn = "1424400619",
series = "Proceedings of the 2006 International Conference on Machine Learning and Cybernetics",
pages = "952--956",
booktitle = "Proceedings of the 2006 International Conference on Machine Learning and Cybernetics",
note = "2006 International Conference on Machine Learning and Cybernetics ; Conference date: 13-08-2006 Through 16-08-2006",
}