A collection of algorithms and data structures
-
Updated
Jul 2, 2022 - Java
{{ message }}
A collection of algorithms and data structures
A mostly reasonable collection of technical software development interview questions solved in Javascript
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
FLARE Obfuscated String Solver - Automatically extract obfuscated strings from malware.
Glue strings to data in R. Small, fast, dependency free interpreted string literals.
A machine learning tool that ranks strings based on their relevance for malware analysis.
Fast and powerful Swift string scanning made simple
String manipulation, leveled up!
An easy way to dynamically replace Strings of your Android App or provide new languages Over-the-air without needed to publish a new release on Google Play.
All-in-One malware analysis tool.
Ex 1 - Run timed quizzes via the command line
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
A .NET port of java-string-similarity
String manipulation library for Clojure(Script)
It would be useful if this information (boxed in red) were able to be copy and pasted:
4,086,800 strings, 630,116 unique. 468,564,642 total string bytes, of which 342,442,924 (73.1%) are wasted on duplicates (12.6% of 2,708,496,737 managed heap bytes).
For now I am working around
A collection of useful utility functions
Inline expression interpolation for Rust.
Our open source benchmarks and code samples
convenient input and display of LaTeX equation strings for the Julia language
Add a description, image, and links to the strings topic page so that developers can more easily learn about it.
To associate your repository with the strings topic, visit your repo's landing page and select "manage topics."
Description
A function to pad a string with zeros or another symbol to a given width could be helpful in many cases, especially together with the
to_string()function for integer to string conversion.Currently available methods to achieve this are using concatenation
and perhaps also internal file I/O