There are 0 repository under substring topic.
Up to 100x faster strings for C, C++, CUDA, Python, Rust, Swift, JS, & Go, leveraging NEON, AVX2, AVX-512, SVE, GPGPU, & SWAR to accelerate search, hashing, sorting, edit distances, sketches, and memory ops 🦖
A string type for Rust that is not required to be valid UTF-8.
This repo consists codes of Aditya Verma - Dynamic Programming Playlist
Result builders for Swift and Foundation types
Stored Procedures, Functions, Views, Triggers and built-in Functions
Return `true` if a file path ends with the given string.
A collection of simple C Programs involving Strings.
Angular component to highlight words within a larger body of text.
Some tiny script to limit and remove the last line from input string using PHP.
Basic Ruby Projects - Odin Project
Thai string tokenizer #ตัดคำไทย #ตัดคำภาษาไทย
Get the `String#substr` correctly handling ansi escape codes.
Replace the substring before the first occurrence of a specified search string.
Return the part of a string after a specified substring.
Return the part of a string before a specified substring.
Basic seed-and-extend DNA sequence read aligner
Simple project worker
This is my solution written in Python to the Min Window Substring. My people get this as a coding interview question, like I did. I though I'd share my version of the code to maybe help someone out. How it helps one day.
Longest Repeating Character Replacement
Longest Substring with At Most K Distinct Characters
Longest Substring with At Most Two Distinct Characters
This project aims to code a C library regrouping usual functions.
Our attempt for the Kaggle kernel methods challenge https://www.kaggle.com/c/machine-learning-with-kernel-methods-2021/
Replace the substring after the first occurrence of a specified search string.
Replace the substring after the last occurrence of a specified search string.
Replace the substring before the last occurrence of a specified search string.
Replace the substring before the first occurrence of a specified search string.
Return the part of a string after the last occurrence of a specified substring.
A demonstration of the String.substring() method and its evolution from Java 1.2 to today.