pydatastructs icon indicating copy to clipboard operation
pydatastructs copied to clipboard

Backend For String

Open asmit27rai opened this issue 8 months ago • 1 comments

Description of the problem

The strings module currently lacks a C++ backend implementation for its algorithms (e.g., KMP, Rabin-Karp, Boyer-Moore, Z-function) and the Trie data structure. This limits the performance and scalability of the module. A C++ backend needs to be implemented to improve efficiency and provide seamless integration with the existing Python codebase.

asmit27rai avatar Mar 23 '25 21:03 asmit27rai

@czgdp1807 @Kishan-Ved I am working on it

asmit27rai avatar Mar 23 '25 21:03 asmit27rai