vineetkeshari / cs373-xml

CS W373 : Software Engineering : Project 2
0 stars 0 forks source link

Ignore if search node has more children #11

Closed vineetkeshari closed 11 years ago

vineetkeshari commented 11 years ago

Improve performance by returning false from find_recurse if the search node has more children than the xml node.

vineetkeshari commented 11 years ago

Done!