SEApr 5, 2019

A New Approach to Speed up Combinatorial Search Strategies Using Stack and Hash Table

arXiv:1904.02960v12 citations
Originality Incremental advance
AI Analysis

This addresses computational inefficiencies in combinatorial search for academia and industry, but appears incremental as it builds on existing strategies with a hybrid method.

The paper tackles the problem of heavy computation in combinatorial search strategies by introducing a new approach using stack and hash table data structures, which proved to perform better than other known strategies in diverse stages.

Owing to the significance of combinatorial search strategies both for academia and industry, the introduction of new techniques is a fast growing research field these days. These strategies have really taken different forms ranging from simple to complex strategies in order to solve all forms of combinatorial problems. Nonetheless, despite the kind of problem these approaches solve, they are prone to heavy computation with the number of combinations and growing search space dimensions. This paper presents a new approach to speed up the generation and search processes using a combination of stack and hash table data structures. This approach could be put to practice for the combinatorial approaches to speed up the generation of combinations and search process in the search space. Furthermore, this new approach proved its performance in diverse stages better than other known strategies.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes