Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add C++ backend for strings module #671

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

asmit27rai
Copy link

Fixes #670

Brief description of what is fixed or changed

  • Added C++ backend for the strings module:
    • Implemented KMP, Rabin-Karp, Boyer-Moore, and Z-function algorithms in C++.
    • Implemented the Trie data structure in C++.
    • Added Python-C++ interface using Python.h.
  • Updated _extensions.py in the strings module to define the C++ extensions.
  • Integrated the strings module extensions into setup.py.

- Implemented C++ backend for string algorithms (KMP, Rabin-Karp, Boyer-Moore, Z-function).
- Implemented C++ backend for Trie data structure.
- Added Python-C++ interface using `Python.h`.
- Updated `_extensions.py` and `setup.py` to integrate the new backend.
@asmit27rai
Copy link
Author

@czgdp1807 Pls review this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backend For String
1 participant