GitHub topics: string
M-Talha-Atif/LeetSync-PYTHON
Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v3](https://github.com/raphaelheinz/LeetHub-3.0)
Language: Java - Size: 995 KB - Last synced at: about 6 hours ago - Pushed at: about 7 hours ago - Stars: 0 - Forks: 0
Rakesh-kumar-2005/DATA-STRUCTURES-ALGORITHMS
A comprehensive DSA repository with optimized solutions in Java programming language covering algorithms, data structures, and coding interview preparation. 🚀📚
Language: Java - Size: 774 KB - Last synced at: about 9 hours ago - Pushed at: about 10 hours ago - Stars: 0 - Forks: 0
Nieb/CS-Utilities
Language: C# - Size: 429 KB - Last synced at: about 13 hours ago - Pushed at: about 15 hours ago - Stars: 0 - Forks: 0
SagaOfLegends/js-toolbox
⚡ Discover a lightweight, zero-dependency JavaScript toolbox with 40+ utilities for strings, numbers, arrays, and more—ideal for quick, everyday tasks.
Language: JavaScript - Size: 478 KB - Last synced at: about 20 hours ago - Pushed at: about 22 hours ago - Stars: 0 - Forks: 0
TiwariPiyush25/Daily_Leetcode_Problems
Leetcode problems
Language: Java - Size: 563 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0
jlaumon/Bedrock
Minimal C++20 STL replacement library. Simpler, smaller, and in many cases faster.
Language: C++ - Size: 688 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 181 - Forks: 4
mah-shamim/leet-code-in-php
Php-based LeetCode algorithm problem solutions, regularly updated.
Language: PHP - Size: 15.9 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 18 - Forks: 7
coolight7/string_util_xx
字符串处理工具;中文拼音排序,数值比较排序(1,2,3,11,12,123...),移除空白符号,忽略大小写比较
Language: Dart - Size: 43 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0
coenttb/swift-builders
A Swift package with result builders for Array, Dictionary, Set, String, and Markdown.
Language: Swift - Size: 43.9 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0
Reena-senthilkumar/leetcode
This repository contains my daily solutions to LeetCode problems using Java. I created this as part of my preparation for coding interviews and to improve my problem-solving skills in data structures and algorithms. The problems are categorized by difficulty and cover a wide range of topics including arrays, strings, hash maps, sets, and basic logi
Language: Java - Size: 1.35 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 9 - Forks: 0
ashvardanian/StringWars
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, edit-distances, sketching, and sorting across CPUs and GPUs in Rust 🦀 and Python 🐍
Language: Rust - Size: 903 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 109 - Forks: 4
Harmelodic/java-string-format-performance
Testing string concatenation / formatting performance in Java.
Language: Java - Size: 54.7 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0
adhilunnikrishnan/LeetCode-DSA
A collection of LeetCode problem solutions written in JavaScript, showcasing clean and optimized code for practicing algorithms and data structures. All solutions are stored in a single folder for easy access.
Language: JavaScript - Size: 43 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0
vikas-singh369/namaste-dsa-vikas
Structured JavaScript solutions from Namaste DSA & LeetCode to showcase problem-solving skills.
Language: JavaScript - Size: 77.1 KB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
dr-mushtaq/Python-Notes
This repository is related to all about Python - an A-Z guide to the world of Data Science. This supplement contains the implementation of Python from Basic to advance level. Follow Coursesteach for more content 😊
Language: Jupyter Notebook - Size: 16.8 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 21 - Forks: 14
soenneker/soenneker.utils.string.longestcommonsequence
A utility library for comparing strings via the Longest Common Sequence algorithm
Language: C# - Size: 1.17 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 3 - Forks: 0
javascript-obfuscator/javascript-obfuscator
A powerful obfuscator for JavaScript and Node.js
Language: TypeScript - Size: 32.3 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 15,443 - Forks: 1,664
shreyansh-21/LeetCode
This repository contains my solutions to LeetCode problems, covering a wide range of algorithms and data structures. Each solution is well-documented and optimized for performance. The goal is to demonstrate problem-solving skills, coding efficiency, and a deep understanding of algorithmic concepts.
Language: Python - Size: 358 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0
linkdotnet/StringBuilder
A fast and low allocation StringBuilder for .NET.
Language: C# - Size: 888 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 104 - Forks: 11
soenneker/soenneker.utils.strings.levenshteindistance
A utility library for comparing strings via the Levenshtein Distance algorithm
Language: C# - Size: 532 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
soenneker/soenneker.utils.string.trie
A utility library for comparing strings via trie (prefix tree) similarity
Language: C# - Size: 896 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0
soenneker/soenneker.extensions.strings.files
A collection of helpful file related string extension methods
Language: C# - Size: 104 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
AKASH-ALAM/Competitive-Programming
Competitive programming is a mind sport usually held over the Internet or a local network, involving participants trying to program according to provided specifications. Contestants are referred to as sport programmers. @Wikipedia
Language: C++ - Size: 16.2 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0
soenneker/soenneker.extensions.char
A collection of helpful char extension methods
Language: C# - Size: 153 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
SanjamRaj10/C_Strings
C string exercises cover reversal, length, swap, concatenation, frequency, case analysis, and substring handling, providing practical string manipulation examples for learners 🐙
Language: C - Size: 14.6 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
soenneker/soenneker.playwright.installation
A utility library for Playwright installation assurance
Language: C# - Size: 142 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
soenneker/soenneker.extensions.strings.templating
A .NET extension library for string replacement and template rendering
Language: C# - Size: 164 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
soenneker/soenneker.extensions.dictionaries.stringstring
A collection of helpful Dictionary{string, string} extension methods
Language: C# - Size: 89.8 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
soenneker/soenneker.utils.string.jaccardsimilarity
A utility library for comparing strings via the Jaccard similarity algorithm
Language: C# - Size: 1.15 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0
soenneker/soenneker.utils.string.needlemanwunsch
A utility library for comparing strings via the Needleman-Wunsch algorithm
Language: C# - Size: 1.14 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0
shibeeeii/Competitive-Programming
✈ Competitive Programming (CP) solutions, 🏘 strategies, and resources. Well 🚁optimized solutions 🎮Codeforces, LeetCode, 🛺 CodeChef, AtCoder & more ⛵ Essential algorithms 🥎 data structures 🧸 efficient problem-solving 🛬 Tips & tricks for improving 🎳 speed and accuracy in contests 📚 Handy resources 🍎 problem-solving 🌽 techniques for CP
Language: C++ - Size: 51.8 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 5
soenneker/soenneker.utils.string.cosinesimilarity
A utility library for comparing strings via Cosine Similarity
Language: C# - Size: 1.19 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 5 - Forks: 0
soenneker/soenneker.extensions.string.markdown
A collection of helpful markdown string extension methods
Language: C# - Size: 807 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 3 - Forks: 0
soenneker/soenneker.json.trimconverter
A System.Text.Json converter attribute for automatic string trimming
Language: C# - Size: 932 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
akhilk07/zama-fhe
Explore detailed technical guides for the Zama FHE protocol. Set up your environment on Linux, Windows, or GitHub Codespace. 🚀💻
Language: TypeScript - Size: 7.81 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 7 - Forks: 0
ashvardanian/StringZilla
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 🦖
Language: C - Size: 10.8 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2,920 - Forks: 105
Doge1203/hashtable
Generate precomputed hash tables from large wordlists.
Size: 1000 Bytes - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0
soenneker/soenneker.utils.file.replacer
FileReplacer is a utility that processes files in a directory and applies replacement logic to their contents, supporting recursion and asynchronous file operations.
Language: C# - Size: 214 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0
mirkashi/JavaScript-course
learn JavaScript in 6 months its my Target.lets goo budy!
Language: JavaScript - Size: 94.7 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0
ntsapineko/UniqueCarRegistration
A simple program to generate unique South African vehicle registration numbers of format 'AD 19 BC GP', 'AD-19-BC GP' etc.
Language: Python - Size: 1.95 KB - Last synced at: 1 day ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
rishi-tiwari023/hackerrank-problem-solutions
This repository contains solutions to HackerRank Weekly Hackathon problems with detailed code in C++. It helps students and developers prepare for coding challenges, interviews, and competitive programming. Ideal for practicing DSA, algorithms, problem-solving, competitive coding, data structures, and HackerRank C++ solutions with explanations.
Language: C++ - Size: 33.2 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
getActivity/MultiLanguages
Android 多语种适配框架,兼容高版本,适配第三方库语种
Language: Java - Size: 24.8 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1,091 - Forks: 136
shubhamchaudhari007/IMAGE-STEGANOGRAPHY-USING-LSB-TECHNIQUE
This project focuses on hiding secret data or messages within digital images using steganography techniques. The goal is to achieve secure communication by embedding information in such a way that it remains invisible to the naked eye. It allows users to encode (hide) and decode (extract) messages from image files without altering the image
Language: C - Size: 1.4 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0
CACACAACAACA/JavaArray
# JavaArrayJavaArray provides simple tools for managing and manipulating arrays in Java. Explore efficient methods to enhance your coding experience! 🚀📦
Size: 18.6 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0
Snowflyt/showify
Arguably the most comprehensive library for stringifying any JavaScript value into a human-readable format, handling nearly every scenario you might encounter.
Language: TypeScript - Size: 999 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 105 - Forks: 2
Supzo/console-log-each-map
Insert array element values and the result of a callback function into a format string and print the result.
Language: JavaScript - Size: 52.7 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0
Muhamed2017/dopEffectCSharp
🚀 Maximize your C# productivity with advanced techniques in strings, LINQ, and clean code, inspired by the book "Produtivo com C#."
Language: Python - Size: 1.3 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0
typelevel/case-insensitive
A case-insensitive string for Scala
Language: Scala - Size: 1.01 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 39 - Forks: 15
sitnikovik/stringo
Enjoy your work with strings like formatting, converting or something else
Language: Go - Size: 46.9 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0
KartikLabhshetwar/quotick
Automatically convert quotes to backticks when typing template literals
Language: TypeScript - Size: 12.8 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 36 - Forks: 0
StefH/SimMetrics.Net
SimMetrics is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman). This library support multiple .NET versions including .NET Core (NETStandard 1.x)
Language: C# - Size: 5.8 MB - Last synced at: 2 days ago - Pushed at: 2 months ago - Stars: 142 - Forks: 21
phun-ky/typeof
A set of JavaScript helper functions to check for types
Language: TypeScript - Size: 1.71 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0
KSXGitHub/lazy-template
String template library that send queries to function responder and interpolate the responses
Language: Rust - Size: 110 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0
rubensworks/rdf-string.js
Convenience functions for creating and serializing RDF terms and quads
Language: TypeScript - Size: 418 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 4 - Forks: 6
rhafony/backfill-stringport
multi-engine string manipulation library
Language: PHP - Size: 16.6 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0
magiclen/str-utils
This crate provides some traits to extend types which implement `AsRef<[u8]>` or `AsRef<str>`.
Language: Rust - Size: 41 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0
rphii/rlso
Dynamically Allocatable String
Language: C - Size: 244 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0
dwip-nandi/CodeForces
Problem Solving and Contest Solutions...This repository contains my solutions to various problems from Codeforces contests. Each solution is implemented in C++ and includes a brief explanation of the approach used to solve the problem. The repository is organized by problem number and contest, making it easy to navigate and find specific solutions.
Language: C++ - Size: 706 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0
rahulsharma23112004/DSA
Data Structures And Algorithms
Language: C++ - Size: 518 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0
yashsojitra65/DSA
Data structures and algorithms Question
Language: Java - Size: 879 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0
garvitSoni14/Data-Structures-and-Algorithms
A curated set of Data Structures and Algorithms problems with their solutions in Java, perfect for mastering DSA!
Language: Java - Size: 271 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0
shiv-xm/Leetcode_Solution
Welcome to my LeetCode Solutions repository! Here, you'll find my solutions to various LeetCode problems that I've tackled during my coding practice. The goal of this repository is to maintain a personal archive of my problem-solving journey, as well as to share insights and approaches with others in the coding community.
Language: C++ - Size: 1.29 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 3 - Forks: 0
himanshu2351/CodingPrep
Solutions of DSA problems from various platforms such as Leetcode, Coding Ninjas, Hackerrank, GFG etc
Language: Java - Size: 216 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0
haimgalata/text-editor-oop-cpp
C++ project demonstrating OOP principles through a simple text editor — operator overloading and dynamic memory management.
Language: C++ - Size: 8.79 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0
soenneker/soenneker.extensions.string.html
A collection of helpful html string extension methods
Language: C# - Size: 793 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0
lmammino/indexed-string-variation
JavaScript module to generate all possible variations of strings over an alphabet using an n-ary virtual tree.
Language: TypeScript - Size: 113 KB - Last synced at: 2 days ago - Pushed at: 5 months ago - Stars: 18 - Forks: 3
Dillz666/pseudomonas-rnaseq-enrichment
🧬 Analyze RNA-seq data of *Pseudomonas aeruginosa* SigX mutant vs. wild-type to uncover antibiotic stress-response pathways and transcriptional changes.
Size: 8.62 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0
algolia/react-element-to-jsx-string
Turn a ReactElement into the corresponding JSX string
Language: JavaScript - Size: 6.15 MB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 515 - Forks: 87
Surajgupta001/PROBLEM-PRACTICE
This repository provides a collection of C++ solutions to a wide range of algorithmic and data structure problems, ideal for coding practice, interview preparation, and competitive programming.
Language: C++ - Size: 6.35 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0
Arka056/DSArena
A repository dedicated to mastering my Data Structures and Algorithms skill.
Language: Java - Size: 591 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0
LUCKYALI1/LeetCode-Solutions
A curated collection of optimized LeetCode solutions with explanations and complexity analysis. Perfect for DSA practice, interview prep, and mastering problem-solving patterns.
Size: 509 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0
theBappy/top-asked-dsa-problem-solving
data structure and algorith:This journey is not just about coding but also about developing problem-solving thinking, optimizing solutions, and building a strong foundation for coding interviews and real-world programming. So far i am loving it.
Language: Python - Size: 349 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0
rohit141914/LeetCode
Collection of LeetCode questions
Language: C++ - Size: 921 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0
ZakaHaceCosas/dev-utils
A great set of utility packages to speed up common tasks.
Language: TypeScript - Size: 319 KB - Last synced at: about 6 hours ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0
tompazourek/NaturalSort.Extension
🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
Language: C# - Size: 322 KB - Last synced at: 6 days ago - Pushed at: 14 days ago - Stars: 199 - Forks: 18
prashantjagtap2909/LeetCode_POTD
Solution of everyday's leetcode problem
Language: C++ - Size: 373 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0
VictorDoyle/is-even-core
True zero-dependency replacement of the is-even package.
Language: JavaScript - Size: 14.6 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0
msune/libcdada
Basic data structures in C: list, set, map/hashtable, queue... (libstdc++ wrapper)
Language: C - Size: 1.94 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 27 - Forks: 8
microsoft/bistring
Bidirectionally transformed strings
Language: Python - Size: 978 KB - Last synced at: 6 days ago - Pushed at: almost 2 years ago - Stars: 369 - Forks: 16
SheetJS/printj
:scroll: sprintf for JS
Language: JavaScript - Size: 500 KB - Last synced at: 6 days ago - Pushed at: over 3 years ago - Stars: 203 - Forks: 19
BurntSushi/memchr
Optimized string search routines for Rust.
Language: Rust - Size: 11.6 MB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1,243 - Forks: 123
haskell/text
Haskell library for space- and time-efficient operations over Unicode text.
Language: Haskell - Size: 3.61 MB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 417 - Forks: 159
hack-ink/unescaper
Unescape strings with escape sequences written out as literal characters.
Language: Rust - Size: 81.1 KB - Last synced at: 5 days ago - Pushed at: 24 days ago - Stars: 26 - Forks: 5
Ananya01Agrawal/Leetcode-problem-of-the-Day-Solution
In this repository I will be sharing all leetcode problem of the solution and the contest solution
Language: Java - Size: 903 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0
soenneker/soenneker.utils.pooledstringbuilders
A high-performance, stack-only string builder that rents its underlying buffer from ArrayPool instead of allocating new arrays. Designed for short-lived string construction.
Language: C# - Size: 52.7 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0
wjr-z/wjr
Language: C++ - Size: 31.1 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 5 - Forks: 0
yuckabug/stringpea
A minimal library for detecting confusable strings.
Language: TypeScript - Size: 133 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0
Hazrat-Ali9/JavaScript-Problem-Solving
✈ JavaScript solutions for 🚜 coding challenges,🐟 algorithms, and interview problems 🛩 Well-optimized solutions 🚍 with explanations 🚕 Covers LeetCode, CodeWars, 🚁HackerRank, and more 🚢 Includes problem-solving patterns & techniques 🐬Great for interview prep & JS mastery Open for contributions 🚁 discussions! Let’s learn ⚽and grow together
Language: JavaScript - Size: 191 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 25 - Forks: 0
orchetect/SwiftASCII
Type-safe ASCIIString and ASCIICharacter types for Swift. (ASCII string, character)
Language: Swift - Size: 72.3 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 4 - Forks: 1
AnkitaMungalpara/Leetcode-Solutions
This repository provides Python solutions for a range of LeetCode problems, focusing on clarity and efficiency. Each solution is designed to improve coding skills and strengthen problem-solving abilities.
Language: Python - Size: 287 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0
soenneker/soenneker.utils.strings.hammingdistance
A utility library for comparing strings via the Hamming Distance algorithm
Language: C# - Size: 511 KB - Last synced at: 8 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0
soenneker/soenneker.utils.string
A utility library for useful String operations
Language: C# - Size: 3 MB - Last synced at: 8 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0
remarkablemark/splace
✂️ Split and replace string
Language: TypeScript - Size: 2.2 MB - Last synced at: 9 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0
soenneker/soenneker.extensions.list.string
A collection of helpful List<string> extension methods
Language: C# - Size: 834 KB - Last synced at: 8 days ago - Pushed at: 10 days ago - Stars: 2 - Forks: 0
soenneker/soenneker.utils.strings.dicecoefficient
A utility library for comparing strings via the Dice Coefficient algorithm
Language: C# - Size: 637 KB - Last synced at: 8 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0
soenneker/soenneker.extensions.strings.jwt
A collection of helpful string extension methods around JWTs
Language: C# - Size: 301 KB - Last synced at: 8 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0
soenneker/soenneker.extensions.enumerable.string
A collection of helpful enumerable string extension methods
Language: C# - Size: 1.46 MB - Last synced at: 8 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0
feature23/StringSimilarity.NET
A .NET port of java-string-similarity
Language: C# - Size: 537 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 502 - Forks: 73
VidyaTrimbake/Data-Structures-Alog.
Java implementations of essential Data Structures and Algorithms used in interviews and competitive coding.
Language: Java - Size: 23.4 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0
null8626/decancer
A library that removes common unicode confusables/homoglyphs from strings.
Language: Rust - Size: 2 GB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 121 - Forks: 4