Skip to content
Posts tagged: string
All Posts
-
Creating a function the returns frequency of given words in C++
-
How to remove characters after 2 certain characters in a Python string?
-
Python Regex for Numeric Pattern that has Dashes
-
Find a distance measure of graphical similarity of two strings
-
Strange algorithm performance
-
Implementing simple string interning
-
Is there an efficient algorithm to find the permutation of a given string with the worst swap distance?
-
Counting specific letters within an array
-
determine if string has unique characters
-
What is going on in this simple C code?
-
Improve performance: Remove all strings in a (big) list appearing only once
-
Distance between two strings
-
separate sequence of same numbers from string
-
adding a string and int to a string
-
An odd assignment about adding dashes to strings. PHP