Approximation for the Path Complexity of Binary Search Tree
Nishant Doshi

TL;DR
This paper investigates the path complexity of binary search trees in object-oriented programming, proposing approximation methods and modifications to delete operations to reduce complexity.
Contribution
It extends path complexity analysis to complex data structures like BSTs and introduces modifications to minimize their path complexity.
Findings
Path complexity of BST analyzed for insert and delete operations
Modified delete operation reduces path complexity
Approximation methods for path complexity developed
Abstract
The complexity of an algorithm is an important parameter to determine its effi-ciency. They are of different types viz. Time complexity, Space complexity, etc. However, none of them consider the execution path as a complexity measure. Ashok et al, firstly proposed the notion of the Path Complexity of a pro-gram/algorithm, which defined based on the number of execution paths as a function of the input size. However, the notion of path complexity of the pro-gram, cannot apply to the object-oriented environment. Therefore, Anupam et al, has extended the notion of path complexity to the class as follows. The notion of the state of the class is defined based on structural representation (aka state) of the class. The class contains data members and data operations. It considers only those data operations that change the state of the class. The path complexity of the class is defined to be the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware Engineering Research · Software Testing and Debugging Techniques · Advanced Malware Detection Techniques
