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.
- Updated
May 6, 2024 - JavaScript
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.
C++ library for Lua style pattern matching
Format numbers using a string pattern with this simple number formatted like ##-####-##
Working with a real world data-set using SQL (SQLite) and Python
This repository contains all my studies in DSA so far. It has it all from simple sorting to NP-completeness and approximation algorithms. Everything is written either on C or C++ and it also serves the purporse as a study on both languages. It has helped me greatly to understand different compilers, best practices etc.
Simple RegEx pattern matching algorithm with Python
Here are a few of the exercises completed during the string pattern matching course.
Using Python, created an algorithm inspired by Rabin-Karp Algorithm for string pattern matching in linear time
String Pattern Matching, Heap Sort, Minimum Spanning Tree - Sogang University Data Structure Assignments
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.
Lua's String Pattern Matching in C
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."