Skip to content
#

string-matching

Here are 75 public repositories matching this topic...

⚡ Comprehensive collection of Design & Analysis of Algorithms 🚀 | Includes 🧮 Sorting, 💡 Dynamic Programming, 🎯 Greedy, 🌐 Graph, and 🔤 String Matching | Implemented in ⚙️ C++ with STL | Perfect for 🎓 students & 👨‍💻 developers exploring algorithmic problem-solving ✨

  • Updated Aug 29, 2025
  • C++

Resume Analyzer is a C++ tool that reads resumes, matches them with required skills, ranks them using heaps based on experience and skill relevance, and displays top candidates—all through a menu-driven console interface.

  • Updated Jun 3, 2025
  • C++

This IDS focuses on detecting intrusion attempts by matching patterns in network data (such as suspicious strings in payloads or requests). It integrates the Knuth-Morris-Pratt (KMP) string-search algorithm for efficient pattern matching while also using auxiliary methods such as hashing and tries for indexing or rule-based detection.

  • Updated Feb 1, 2025
  • C++

Improve this page

Add a description, image, and links to the string-matching topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the string-matching topic, visit your repo's landing page and select "manage topics."

Learn more