An open API service providing repository metadata for many open source software ecosystems.

Topic: "string-matching"

houbb/sensitive-word

👮‍♂️The sensitive word tool for java.(敏感词/违禁词/违法词/脏词。基于 DFA 算法实现的高性能 java 敏感词过滤工具框架。内置支持单词标签分类分级。请勿发布涉及政治、广告、营销、翻墙、违反国家法律法规等内容。高性能敏感词检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。)

Language: Java - Size: 5.42 MB - Last synced at: 20 days ago - Pushed at: 21 days ago - Stars: 5,036 - Forks: 684

toolgood/ToolGood.Words

一款高性能敏感词(非法词/脏字)检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。

Language: JavaScript - Size: 102 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 4,927 - Forks: 865

rapidfuzz/RapidFuzz

Rapid fuzzy string matching in Python using various string metrics

Language: Python - Size: 7.34 MB - Last synced at: 3 days ago - Pushed at: 17 days ago - Stars: 3,137 - Forks: 129

ashvardanian/StringZilla

Up to 10x faster strings for C, C++, Python, Rust, Swift & Go, leveraging NEON, AVX2, AVX-512, SVE, & SWAR to accelerate search, hashing, sort, edit distances, and memory ops 🦖

Language: C - Size: 9.61 MB - Last synced at: 7 days ago - Pushed at: 21 days ago - Stars: 2,577 - Forks: 89

m31coding/fuzzy-search

A fast, accurate and multilingual fuzzy search library for the frontend.

Language: TypeScript - Size: 7.77 MB - Last synced at: 4 days ago - Pushed at: 7 months ago - Stars: 911 - Forks: 21

MaartenGr/PolyFuzz

Fuzzy string matching, grouping, and evaluation.

Language: Python - Size: 4.04 MB - Last synced at: 18 days ago - Pushed at: about 1 month ago - Stars: 763 - Forks: 72

nol13/fuzzball.js

Easy to use and powerful fuzzy string matching, port of fuzzywuzzy.

Language: JavaScript - Size: 7.59 MB - Last synced at: 2 days ago - Pushed at: 18 days ago - Stars: 607 - Forks: 43

hbollon/go-edlib

📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc...

Language: Go - Size: 76.2 KB - Last synced at: 24 days ago - Pushed at: almost 3 years ago - Stars: 514 - Forks: 26

schollz/closestmatch

Golang library for fuzzy matching within a set of strings :page_with_curl:

Language: Go - Size: 641 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 420 - Forks: 50

adrg/strutil

Go metrics for calculating string similarity and other string utility functions

Language: Go - Size: 112 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 381 - Forks: 25

Bergvca/string_grouper

Super Fast String Matching in Python

Language: Python - Size: 2.59 MB - Last synced at: 9 days ago - Pushed at: 3 months ago - Stars: 368 - Forks: 76

rapidfuzz/Levenshtein

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity

Language: C++ - Size: 6.35 MB - Last synced at: 11 days ago - Pushed at: about 2 months ago - Stars: 325 - Forks: 20

rapidfuzz/rapidfuzz-cpp

Rapid fuzzy string matching in C++ using the Levenshtein Distance

Language: C++ - Size: 2.96 MB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 299 - Forks: 45

abelzhou/PHP-TrieTree

Make a trie tree with php language.使用场景为中文|英文 敏感词过滤/关键词过滤字典树,前缀树,内链建设,搜索提示。

Language: PHP - Size: 1.99 MB - Last synced at: 10 months ago - Pushed at: almost 4 years ago - Stars: 224 - Forks: 59

tfeldmann/simplematch

Minimal, super readable string pattern matching for python.

Language: Python - Size: 110 KB - Last synced at: 14 days ago - Pushed at: about 1 year ago - Stars: 183 - Forks: 8

a-merezhanyi/voca_rs

Voca_rs is the ultimate Rust [unicode] string library, implemented as independent functions and on Foreign Types (String and str).

Language: Rust - Size: 3.56 MB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 183 - Forks: 12

OmarBazaraa/Competitive-Programming

A collection of useful data structures and algorithms for competitive programming.

Language: C++ - Size: 1.82 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 155 - Forks: 29

unruledboy/WuManber

WuManber text search/matching implementation using c#

Language: C# - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 152 - Forks: 27

mesejo/trrex

Efficient string matching with regular expressions

Language: Python - Size: 444 KB - Last synced at: 10 days ago - Pushed at: 20 days ago - Stars: 143 - Forks: 6

avk959/LGenerics

Generic algorithms and data structures for Lazarus/Free Pascal

Language: Pascal - Size: 99.3 MB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 124 - Forks: 20

rapidfuzz/python-Levenshtein

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity

Size: 81.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 110 - Forks: 6

Daniel-Liu-c0deb0t/triple_accel

Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search.

Language: Rust - Size: 182 KB - Last synced at: 14 days ago - Pushed at: about 2 years ago - Stars: 107 - Forks: 13

google/effcee

Effcee is a C++ library for stateful pattern matching of strings, inspired by LLVM's FileCheck

Language: C++ - Size: 132 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 98 - Forks: 39

becheran/wildmatch

Simple string matching with single- and multiple-wildcard operator

Language: Rust - Size: 66.4 KB - Last synced at: 15 days ago - Pushed at: 8 months ago - Stars: 86 - Forks: 16

wooorm/levenshtein.c

Levenshtein algorithm in C

Language: C - Size: 22.5 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 84 - Forks: 13

BrunoRB/ahocorasick

Aho-corasick for javascript.

Language: JavaScript - Size: 31.3 KB - Last synced at: 28 days ago - Pushed at: 10 months ago - Stars: 78 - Forks: 17

petar-dambovaliev/aho-corasick

efficient string matching in Golang via the aho-corasick algorithm.

Language: Go - Size: 35.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 74 - Forks: 11

wyndow/fuzzywuzzy

Fuzzy string matching for PHP

Language: PHP - Size: 3.91 KB - Last synced at: 9 days ago - Pushed at: 10 months ago - Stars: 72 - Forks: 29

rapidfuzz/JaroWinkler

Python library for fast approximate string matching using Jaro and Jaro-Winkler similarity

Language: Python - Size: 105 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 70 - Forks: 5

hyperjumptech/beda

Beda is a golang library for detecting how similar a two string

Language: Go - Size: 20.5 KB - Last synced at: 25 days ago - Pushed at: over 4 years ago - Stars: 55 - Forks: 5

altayer-digital/ATGValidator

iOS validation framework with form validation support

Language: Swift - Size: 120 KB - Last synced at: 5 days ago - Pushed at: about 5 years ago - Stars: 51 - Forks: 10

SYSTRAN/fuzzy-match

Library and command line utility to do approximate string matching of a source against a bitext index and get matched source and target.

Language: C++ - Size: 4.68 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 50 - Forks: 11

ph4r05/php_aho_corasick

Aho-Corasick string search algorithm PHP extension implementation.

Language: C - Size: 165 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 49 - Forks: 15

ivangalbans/TeamReference

Team reference for Competitive Programming. Algorithms implementations very used in the ACM-ICPC contests. Latex template to build your own team reference.

Language: C++ - Size: 766 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 46 - Forks: 12

hbakhtiyor/strsim

string similarity based on Dice's coefficient in go

Language: Go - Size: 16.6 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 44 - Forks: 2

pfac-lib/PFAC

PFAC is an open library for exact string matching performed on NVIDIA GPUs

Language: C++ - Size: 5.59 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 42 - Forks: 18

go-dedup/simhash Fork of mfonda/simhash

Go implementation of simhash algoritim

Language: Go - Size: 84 KB - Last synced at: 12 months ago - Pushed at: almost 8 years ago - Stars: 40 - Forks: 3

Datt1994/DPTagTextView

Add & detect Tag/mention and tag search for Textview.

Language: Swift - Size: 13.3 MB - Last synced at: 5 days ago - Pushed at: almost 3 years ago - Stars: 38 - Forks: 13

vanessaklee/akin

A collection of metrics and phonetic algorithms for fuzzy string matching in Elixir.

Language: Elixir - Size: 8.47 MB - Last synced at: 26 days ago - Pushed at: almost 2 years ago - Stars: 36 - Forks: 4

almondtools/stringbench

String matching algorithm benchmark

Language: Java - Size: 94.5 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 35 - Forks: 6

iesl/stance

Learned string similarity for entity names using optimal transport.

Language: Python - Size: 71.3 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 35 - Forks: 3

mmottl/pcre-ocaml

OCaml bindings to PCRE (Perl Compatibility Regular Expressions)

Language: OCaml - Size: 1.11 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 33 - Forks: 9

tesseradecade/vbml

String validation tool compiling into regex

Language: Python - Size: 73.2 KB - Last synced at: 27 days ago - Pushed at: about 2 years ago - Stars: 30 - Forks: 3

delonnewman/mini-levenshtein

Simple, fast Levenshtein distance and similarity ratio for Ruby

Language: C - Size: 57.6 KB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 29 - Forks: 0

Vivino/go-autocomplete-trie

go-autocomplete-trie is a data structure for text auto completion that allows for fuzzy matching and configurable levenshtein distance limits

Language: Go - Size: 16.6 KB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 29 - Forks: 6

WojciechMula/simd-byte-lookup

SIMDized check which bytes are in a set

Language: Python - Size: 23.4 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 28 - Forks: 3

pekoto-zz/FastFuzzyStringMatcherDotNet

A BK tree implementation for fast fuzzy string matching

Language: C# - Size: 37.1 MB - Last synced at: 29 days ago - Pushed at: almost 7 years ago - Stars: 28 - Forks: 8

JOU-amjs/sdm2

A high performance library to match discontinuous strings.

Language: TypeScript - Size: 90 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 27 - Forks: 2

wangsix/vmo

Python Modules of Variable Markov Oracle

Language: Jupyter Notebook - Size: 78.4 MB - Last synced at: 21 days ago - Pushed at: 10 months ago - Stars: 25 - Forks: 10

wroberts/fsed

Aho-Corasick string replacement utility

Language: sed - Size: 503 KB - Last synced at: 27 days ago - Pushed at: over 5 years ago - Stars: 24 - Forks: 6

patrickdet/fuzzy_compare

A fuzzy string comparison library for Elixir

Language: Elixir - Size: 17.6 KB - Last synced at: 10 days ago - Pushed at: 5 months ago - Stars: 23 - Forks: 4

Steveorevo/node-red-contrib-string

Provides a string manipulation node with a chainable UI based on the concise and lightweight stringjs.com.

Language: HTML - Size: 353 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 23 - Forks: 1

eriknyquist/boyermoore

Boyer-moore in pure python, search for unicode strings in large files quickly

Language: Python - Size: 2.79 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 22 - Forks: 0

jedld/multi_string_replace

A fast multiple string replace library for ruby. Uses a C implementation of the Aho–Corasick Algorithm based on https://github.com/morenice/ahocorasick while adding support for on the fly multiple string replacement. Faster alternative to String.gsub when dealing with non-regex (exact match) use cases

Language: C - Size: 171 KB - Last synced at: 11 days ago - Pushed at: almost 2 years ago - Stars: 21 - Forks: 2

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.

Language: Java - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 21 - Forks: 6

google/fast-simple-lcsk 📦

Fast and simple algorithms for computing both LCSk and LCSk+

Language: C++ - Size: 38.1 KB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 21 - Forks: 9

rapidfuzz/CyDifflib

CyDifflib is a fast implementation of difflib's algorithms, which can be used as a drop-in replacement.

Language: Cython - Size: 1.46 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 20 - Forks: 5

allebb/linguist

Linguist is a PHP library for parsing strings, it can extract and manipulate prefixed words in content ideal for working with @mentions, #topics and custom tags!

Language: PHP - Size: 82 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 20 - Forks: 2

shdev/phpflashtext

Extract Keywords from sentence or Replace keywords in sentences. @ https://github.com/vi3k6i5/flashtext

Language: PHP - Size: 1.21 MB - Last synced at: 2 days ago - Pushed at: almost 6 years ago - Stars: 20 - Forks: 5

Myndex/colorparsley

A lightweight but versatile mini-lib to parse color strings, objects, or numbers, returning a simple rgba array, and related string utilities. This was developed as part of the basic APCA distro.

Language: JavaScript - Size: 5.16 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 19 - Forks: 4

xRahul/GroupingMessages

Auto categorization of your SMS into your own custom categories

Language: Java - Size: 15.7 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 19 - Forks: 5

CGJennings/fjs-string-matching

Official sample code for the very fast Franek-Jennings-Smyth (FJS) full text string search algorithm

Language: Java - Size: 396 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 19 - Forks: 4

TrippW/STS-Crawler

A python reddit bot for /r/SlayTheSpire that automatically (soft) finds cards and relics mentioned in post titles and comments with descriptions the help new players

Language: Python - Size: 104 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 18 - Forks: 1

Robert-van-Engelen/FastGlobbing

Faster and safer algorithms for string matching with wildcards, globs, and gitignore-style globs

Language: C - Size: 21.5 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 18 - Forks: 2

Lips7/Matcher

A high-performance matcher designed to solve LOGICAL and TEXT VARIATIONS problems in word matching, implemented in Rust.

Language: Rust - Size: 36.9 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 17 - Forks: 1

ecomp-shONgit/string-distance

A set of (string) distance functions written in JavaScript / Python / PHP.

Language: PHP - Size: 95.7 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 17 - Forks: 3

GrayJack/algos

A collection of algorithms in rust

Language: Rust - Size: 59.6 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 17 - Forks: 1

huckbit/extract-urls

Extract urls from a string

Language: JavaScript - Size: 134 KB - Last synced at: 26 days ago - Pushed at: over 1 year ago - Stars: 16 - Forks: 3

OlivierBinette/StringCompare

Efficient String Comparison Functions and Fuzzy String Matching

Language: Python - Size: 3 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 16 - Forks: 2

DavidMoraisFerreira/FuzzyWuzzy.pas

Fuzzy String Matching in Free Pascal - Port of FuzzyWuzzy

Language: Pascal - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 16 - Forks: 0

dedupeio/doublemetaphone

:sound: Python wrapper for a C++ Double Metaphone

Language: C++ - Size: 32.2 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 15 - Forks: 8

PG1003/lex

C++ library for Lua style pattern matching

Language: C++ - Size: 155 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 15 - Forks: 3

fusion-jena/JaroWinklerSimilarity

A Java implementation of the Jaro Winkler Similarity, which is optimized for the search of similar strings in a large set of strings.

Language: Java - Size: 6.82 MB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 14 - Forks: 6

hzeng-otterai/ffsearch

Fast fuzzy string search

Language: C++ - Size: 82 KB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 4

smilelight/lightText

文本处理相关库,目前包括新词发现、字符串匹配等功能。

Language: Python - Size: 4.12 MB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 14 - Forks: 6

SFantasy/node-validator

Node.js string validator for more

Language: JavaScript - Size: 16.6 KB - Last synced at: 2 months ago - Pushed at: about 9 years ago - Stars: 14 - Forks: 1

ifplusor/actrie

Aho-Corasick automation for large-scale multi-pattern matching. Available for C/C++, Python, and Java on Linux, macOS, and Windows.

Language: C - Size: 508 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 13 - Forks: 5

PatentsView/PatentsView-Evaluation 📦

Evaluation and benchmarking of PatentsView disambiguation algorithms

Language: Python - Size: 156 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 8

osamasalem/stringozzi

C++ Parsing/searching/validating expression grammar library (PEG) To write Regex-like expressions in the core

Language: C++ - Size: 141 KB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 1

mehrandvd/Simila

A project for string similarities.

Language: C# - Size: 2.2 MB - Last synced at: 25 days ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 5

selmi-karim/dice-similarity-coeff

Find similarity between two strings, based on Dice Similarity Coefficient DSC

Language: JavaScript - Size: 6.89 MB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 13 - Forks: 0

cgranier/wordlexcel

An Excel spreadsheet to help you solve WORDLE puzzles

Size: 849 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 13 - Forks: 0

kazhala/pfzy

Python port of the fzy fuzzy string matching algorithm.

Language: Python - Size: 103 KB - Last synced at: 6 days ago - Pushed at: over 3 years ago - Stars: 13 - Forks: 1

winkjs/wink-jaro-distance

An Implementation of Jaro Distance Algorithm by Matthew A. Jaro

Language: JavaScript - Size: 143 KB - Last synced at: 7 days ago - Pushed at: almost 4 years ago - Stars: 13 - Forks: 6

JohnnyBravo75/TwinFinder

fuzzy data matching

Language: C# - Size: 3.48 MB - Last synced at: 10 months ago - Pushed at: over 7 years ago - Stars: 13 - Forks: 5

dynatrace-oss/index4j

Dynatrace FM-Index library

Language: Java - Size: 3.4 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 12 - Forks: 1

ledyba/go-trie 📦

A trie-tree string-matching in golang, fatster than trie 2 regex.

Language: Go - Size: 104 KB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 1

sourceability/string-matcher

A PHP library that will help you to find known matches for an unknown string using a variety of algorithms and techniques.

Language: PHP - Size: 26.4 KB - Last synced at: 27 days ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 2

mangelin/esmre

Efficient String Matching Regular Expressions

Language: C - Size: 104 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 10 - Forks: 4

amanchadha/regex-cheatsheet

RegEx Cheatsheet | Authored by Yours Truly

Size: 306 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 10 - Forks: 6

Aayush9029/SearchKit

A lightweight Swift library providing robust and efficient text-search utilities.

Language: Swift - Size: 18.6 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 9 - Forks: 0

Ivanqi/algorithm

数据结构和算法

Language: C++ - Size: 24.7 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 9 - Forks: 5

reugn/gravity

An efficient Java substring search library

Language: Java - Size: 343 KB - Last synced at: 9 days ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 0

bitfoundation/Simila Fork of mehrandvd/Simila

A project for string similarities.

Language: C# - Size: 2.2 MB - Last synced at: 7 days ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 1

shner-elmo/flashtext2-rs

Flashtext implementation in Rust

Language: Rust - Size: 52.7 KB - Last synced at: 25 days ago - Pushed at: 11 months ago - Stars: 8 - Forks: 2

becheran/wildmatch-go

Simple string matching with questionmark- and star-wildcard operator

Language: Go - Size: 21.5 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 8 - Forks: 0

theHamdiz/nsh

nsh => previously known as nameShift is a powerful renaming utility for developers, used to rename Symbols, Phrases in File contents, file names, directory names, recursively, useful specially when you find a better name for your app.

Language: Go - Size: 6.93 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 8 - Forks: 0

keyu-tian/BUAA-datastructure-project-solution

[Ranked No. 1🥇] My solution for the course project of Datastructure 2019'Spring @ BUAA (北航数据结构). Plenty of C language tricks, hacks, and optimizations are used for extreme efficiency. *Ranked 1/800* in the efficiency test.

Language: C - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 0

HUMANIAM/Algorithms_DataStructure_Specialization

this is repo about my solutions of problems in Data Structures and Algorithms Specialization in coursera site from algorithmic toolbox to Genome Assembly Programming Challenge

Language: C++ - Size: 36.5 MB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 8 - Forks: 2

atomflunder/stringmatch

Yet another small, lightweight string matching library written in Python.

Language: Python - Size: 609 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 7 - Forks: 0