string-algorithms
There are 100 repositories under string-algorithms topic.
hoaproject/Ustring
The Hoa\Ustring library.
WojciechMula/toys
Storage for my snippets, toy programs, etc.
kaidul/Data_Structure_and_Algorithms_Library
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
huyvohcmc/coursera-dsa
Coursera's Data Structures and Algorithms Specialization
sumtype/common-algorithms-js
Common algorithms implemented in JavaScript.
hishamcse/Algorithms-Princeton-Combined
This repository contains all the algorithms implementation & problems solution, assignment solution, Interview question solution & other related materials (Slides, Resources) related to Princeton University algorithms Part I & II course at COURSERA
krzysztof-turowski/string-algorithms
Collection of string algorithms
Aabhas99/HackerRank-Solution-To-Algorithms
Solution To HackerRank Problems
JayakrishnaThota/Algorithms-and-Data-Structures
My Solutions to basic Algorithms and Data Structures
hoangsonww/String-Manipulations
🔤 This repository hosts a "String Manipulations" tool, designed to perform various string functions such as removing leading and trailing spaces, among others. It provides a comprehensive set of operations for string handling, making it an invaluable resource for developers requiring advanced text processing capabilities in their projects.
mtuann/competitive-programming-101
Competitive Programming Training
hishamcse/Data-Structures-and-Algorithms-Specialization
This repository contains all the solutions of assignments, starter files and other materials related to this specialization.
AntonSarr/strtree
Python package for strings binary classification, based on trees and regular expressions
cannor147/itmo-algo
Algorithms and Data Structures course at ITMO University
hasansino/golang
Algorithms, data-structures, patterns and various techniques written in golang.
JoaoDanielRufino/Algorithms
Useful and interesting algorithms
knjcode/string-codec
Encoder/Decoder of various algorithm
alexdelorenzo/strs
🧵 Easy string tools for the shell
MIT-Emerging-Talent/ET6-foundations-group-23
A collaborative space for MIT G#23 - California Group 🌴. This repository showcases our journey in solving coding challenges, crafting solutions, and fostering teamwork.
Bohdan-Khomtchouk/Smalls
miRNA-UTR approximate matching algorithms in R/Python/Bash
eHonnef/string-operations-cpp
Library in C++ that implements strings operations
Johnsuuuu/data-structures-and-algorithms
data structures and algorithms implemented in Python
b-sullender/CAPI
General C/C++ programming library with data algorithms and CPU based image processing
Dark-CodeX/openutils
OPENUTILS : The Open-Source Utility Library for C++
jaygajera17/leetcode_gfg_string_problem
Collection of all the String Question from gfg and leetcode
maxgodfrey2004/gss
Grep for Small Strings.
ret2home/Library
競プロライブラリ
sharyash81/CP-01
Codeforces problem
YcheLanguageStudio/PythonStudy
Python Codes. topics: bioinformatics, cryptography, software analysis.
anahibemol/Tecelan
Program for Analyzing, Sorting, Encoding and Decoding Strings.
fcunial/portfolio
Fabio Cunial's coding portfolio
ibnaleem/bionic-reading
Transforms regular text into Bionic text.
spydaz/ClassTrie
The tree data structure is a versatile object ; This offering offers the Trie tree - And Binary tree - Data tree. Information can be save at nodes of the tree Trees can be Printed to Tree-view Control / Function Insert / Find Prefix / Find Word a Start Character is used and Stop Character is used. the Trie tree Can store Characters as nodes; Used for Faster String matching! The binary is numerical addressing ; given a numerical value / find the node in the tree to store the value; Sentences can be added to the Search Tree; As well as finding prefixes and suffixes of sentences in the trie
SubatomicPlanets/SimpleStringMath
A very simple python script which can do math on user-written strings
Drele11ven/Algorithm-Learning-Journey
A journey through some interesting algorithms
go-nop/strix
Strix is a Go package that provides high-performance string manipulation functions.