C++ library for Lua style pattern matching
-
Updated
Dec 2, 2023 - C++
C++ library for Lua style pattern matching
A lightweight but versatile mini-lib to parse color strings, objects, or numbers, returning a simple rgba array, and related string utilities. This was developed as part of the basic APCA distro.
Format numbers using a string pattern with this simple number formatted like ##-####-##
Working with a real world data-set using SQL (SQLite) and Python
Here are a few of the exercises completed during the string pattern matching course.
Simple RegEx pattern matching algorithm with Python
Using Python, created an algorithm inspired by Rabin-Karp Algorithm for string pattern matching in linear time
CourseFinder demonstrates the inefficiency of the brute force string pattern matching algorithm, showcasing its slow time complexity. Use this program to learn how a string pattern matching algorithm implementing brute force looks in Java.
Add a description, image, and links to the string-pattern-matching topic page so that developers can more easily learn about it.
To associate your repository with the string-pattern-matching topic, visit your repo's landing page and select "manage topics."