pydatastructs
pydatastructs copied to clipboard
Backend For String
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.
@czgdp1807 @Kishan-Ved I am working on it