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

GitHub topics: string-algorithms

eyasir329/CP_Archive

A collection of essential algorithms, data structures, and mathematical utilities for competitive programming.

Language: C++ - Size: 1.36 MB - Last synced at: about 24 hours ago - Pushed at: 1 day ago - Stars: 1 - Forks: 2

Yeamin-Talukder/Algorithm

My Algorithm Templetes

Language: C++ - Size: 18.6 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

hoaproject/Ustring πŸ“¦

The Hoa\Ustring library.

Language: PHP - Size: 209 KB - Last synced at: 8 days ago - Pushed at: about 4 years ago - Stars: 401 - Forks: 16

kaatinga/murka

A high performance string validator to check whether input string contains only valid characters or not

Language: Go - Size: 57.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

WojciechMula/toys

Storage for my snippets, toy programs, etc.

Language: C++ - Size: 2.76 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 356 - Forks: 44

hasansino/golang

Algorithms, data-structures, patterns and various techniques written in golang.

Language: Go - Size: 301 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 6 - Forks: 1

alexdelorenzo/strs

🧡 Easy string tools for the shell

Language: Python - Size: 178 KB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

JoaoDanielRufino/Algorithms

Useful and interesting algorithms

Language: C++ - Size: 372 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 6 - Forks: 1

kakurokan/Ranking_words

O objetivo do projeto Γ© ler um livro e apresentar as 'n' palavras mais usadas no livro, incluindo palavras acentuadas

Language: C - Size: 368 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

AP-TGR/algorithm

Language: PHP - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

avindra/vb-learning

Code from when I started learning programming using Visual Basic .NET in early 2008

Language: Visual Basic .NET - Size: 136 KB - Last synced at: about 7 hours ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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: 3 months ago - Pushed at: over 2 years ago - Stars: 21 - Forks: 6

Zen0x7/Strong

Strong is a String utilities library

Language: C++ - Size: 526 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

eloj/superstrings

Approximate Shortest Superstring Generator

Language: Python - Size: 36.1 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ibnaleem/bionic-reading

Transforms regular text into Bionic text.

Language: Python - Size: 1.19 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

sharyash81/CP-01

Codeforces problem

Language: C++ - Size: 424 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

sandesh-kumar25/C_Language-Workshop

A Collection of codes, projects, assignments that I have learned in my College during the Workshop session. This Repository includes set of codes, challenges, that I learned, it includes topics like loops, String, Array, Recursion, etc..., updated to track my learning.

Language: C - Size: 39.1 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

MIT-Emerging-Talent/ET6-foundations-group-23 Fork of MIT-Emerging-Talent/ET6-practice-code-review

A collaborative space for MIT G#23 - California Group 🌴. This repository showcases our journey in solving coding challenges, crafting solutions, and fostering teamwork.

Language: Python - Size: 1.28 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 5 - Forks: 2

go-nop/strix

Strix is a Go package that provides high-performance string manipulation functions.

Language: Go - Size: 21.5 KB - Last synced at: 4 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

Mahbub2001/Algorithms

Language: C++ - Size: 62.5 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

huyvohcmc/coursera-dsa

Coursera's Data Structures and Algorithms Specialization

Language: Python - Size: 6.07 MB - Last synced at: 7 days ago - Pushed at: almost 6 years ago - Stars: 150 - Forks: 74

mtuann/competitive-programming-101

Competitive Programming Training

Language: C++ - Size: 632 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 11 - Forks: 1

Drele11ven/Algorithm-Learning-Journey

A journey through some interesting algorithms

Language: Python - Size: 65.4 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

MishraShantanu/String-Calculator

Method for extracting the numbers from string and applying computation over the extracted numbers. The program returns the sum of all the numbers found.

Language: Java - Size: 9.77 KB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

jElhamm/100-Projects-for-Prolog

"The repository '100 Mini Projects for Prolog' includes small projects for learning and practicing Prolog."

Language: Prolog - Size: 5.98 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 1

NuloSois/Tecelan

Program for Analyzing, Sorting, Encoding and Decoding Strings.

Language: C# - Size: 226 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

AntonSarr/strtree

Python package for strings binary classification, based on trees and regular expressions

Language: JavaScript - Size: 708 KB - Last synced at: 10 days ago - Pushed at: 12 months ago - Stars: 8 - Forks: 0

jiasunzhu613/EE

A repository made to store files regarding my EE which discusses whether or not an array is a subarray of another array.

Language: Python - Size: 8.51 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

krzysztof-turowski/string-algorithms

Collection of string algorithms

Language: Python - Size: 6.9 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 24 - Forks: 34

ret2home/Library

竢プロラむブラγƒͺ

Language: C++ - Size: 531 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

SubatomicPlanets/SimpleStringMath

A very simple python script which can do math on user-written strings

Language: Python - Size: 27.3 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

erdemayaz/streeng

Simple and minimal text indexing package

Language: Go - Size: 1.65 MB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

yumetodo/es-string-algorithm

port from C++STL std::basic_string

Language: TypeScript - Size: 1.26 MB - Last synced at: 7 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

sumtype/common-algorithms-js πŸ“¦

Common algorithms implemented in JavaScript.

Language: JavaScript - Size: 219 KB - Last synced at: 9 months ago - Pushed at: over 6 years ago - Stars: 37 - Forks: 10

owengregson/ricrypt

A string transformer web-app with file upload & download capabilities.

Language: JavaScript - Size: 62.5 KB - Last synced at: 22 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

confusedconsciousness/geeks-for-geeks

This repository will contain the programming questions presented on GFG platform

Language: C++ - Size: 71.3 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

a-sidorova/bioinformatics_course

Course BioInformatics, autumn 2022

Language: Python - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

DanielAvdar/Data-Structures-and-Algorithms-Specialization πŸ“¦

Data Structures and Algorithms Specialization

Language: Python - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

jaygajera17/leetcode_gfg_string_problem

Collection of all the String Question from gfg and leetcode

Language: C++ - Size: 68.4 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 1

b-sullender/CAPI

General C/C++ programming library with data algorithms and CPU based image processing

Language: C - Size: 6.34 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

JayakrishnaThota/Algorithms-and-Data-Structures

My Solutions to basic Algorithms and Data Structures

Language: Java - Size: 387 KB - Last synced at: 10 months ago - Pushed at: over 4 years ago - Stars: 23 - Forks: 18

kaidul/Data_Structure_and_Algorithms_Library

A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming

Language: C++ - Size: 175 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 183 - Forks: 119

ceresBakalite/ceres

A set of short, sharp functions showing a means to handle long doubly linked lists in a useful, readable way.

Language: C++ - Size: 50.8 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

yrhiba/Libmystr

Libmystr: C Library for Efficient String Manipulation.

Language: C - Size: 6.84 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

amirh-khali/algorithm-design-course-98992

This repository contains my solutions for the assignments of Algorithm Design course at Iran University of Science and Technology.

Language: C# - Size: 97.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

kawaii-Code/string-builder

A C class/module that provides efficient and convenient dynamic string construction

Language: C - Size: 54.7 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ashot-gimishyan/Algorithms-and-DataStructures

Language: C++ - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ShrohanMohapatra/ProperEarleyParser-PEP

Design and implementation of a fast Earley parser with some test cases in Wolfram language ....... also a ready-made lexer with parsing with the grammar for all the regular languages :) :) ....

Language: Mathematica - Size: 134 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

navyenzo/blMathAPI

A collection of simple generic algorithms and data structures for mathematical functions and geometric shapes

Language: C++ - Size: 131 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

maxgodfrey2004/gss πŸ“¦

Grep for Small Strings.

Language: C++ - Size: 30.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0

Vimalf-git/GeeksForGeeks-Solution

Clear and Concise Problem solving

Language: Java - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

voyager2005/string-manipulation

Programs that include working with String objects

Language: Java - Size: 42 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

joaopaulq/pmt

πŸ“„ a command-line interface for pattern matching

Language: C++ - Size: 29.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

aniketh317/code_stuff

All codes

Language: C++ - Size: 88.9 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Atul-Acharya-17/Genome-Sequence-Search

Implemented Different Searching Algorithms to find a particular Genome Sequence.

Language: Jupyter Notebook - Size: 487 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 3

LoicKonan/4883-PT-Konan

Programing Techniques

Language: C++ - Size: 4.29 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Dark-CodeX/openutils

OPENUTILS : The Open-Source Utility Library for C++

Language: C++ - Size: 2.54 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

d-e-e-p/fixed-size-string-buffer

A pre-allocated ring buffer for std::string messages

Language: C++ - Size: 267 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

lu-make/string-compare

Check similarities of two strings and return score as percentage

Language: Perl - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

theTardigrade/golang-ordersOfMagnitude

This Go package determines the order of magnitude of a number.

Language: Go - Size: 22.5 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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

Language: Java - Size: 364 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 12 - Forks: 5

eHonnef/string-operations-cpp

Library in C++ that implements strings operations

Language: C++ - Size: 136 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

Aabhas99/HackerRank-Solution-To-Algorithms

Solution To HackerRank Problems

Language: Java - Size: 313 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 18 - Forks: 15

cannor147/itmo-algo

Algorithms and Data Structures course at ITMO University

Language: C++ - Size: 989 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 0

jhlfrfufyfn/bioinformatics

Some bioinformatics problems and assignments from BSU course

Language: C++ - Size: 9.11 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

hishamcse/Data-Structures-and-Algorithms-Specialization

This repository contains all the solutions of assignments, starter files and other materials related to this specialization.

Language: Java - Size: 119 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 4

igunduz/ALSA

The repository contains Python implementation of core next-generation sequencing analysis algorithms.

Language: Python - Size: 40 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

JKGam3r/GUIStringAlgorithms

A project in which a user types a string into a user text field, and various algorithms are applied to it.

Language: Scala - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

andyc1997/Data-Structures-and-Algorithms

A repository for MOOC "Data Structures and Algorithms", written in Python

Language: Python - Size: 23.3 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

steven112163/Algorithms

Algorithms & Data Structures

Language: C++ - Size: 57.6 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

NabeelHaris/String-end-with

Input String end with second string

Language: Java - Size: 7.81 KB - Last synced at: 5 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

noahfree/knuth-morris-pratt-algorithm

This C# program searches the U.S. Constitution for user inputted words using a version of the Knuth Morris Pratt Algorithm.

Language: C# - Size: 113 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

noahfree/rabin-karp-algorithm

This C# program searches the U.S. Constitution for user inputted words using the Rabin-Karp Algorithm.

Language: C# - Size: 114 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Johnsuuuu/data-structures-and-algorithms

data structures and algorithms implemented in Python

Language: Jupyter Notebook - Size: 708 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

tkarifl/sherlock-and-anagrams

Language: C# - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mhnvelu/DataStructures-And-Algorithms

Data Structures and Algorithms

Language: Java - Size: 62.5 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Aishu-ai/Java-Algorithms

Includes searching, sorting, graph, string processing algorithms and many others..

Language: Java - Size: 5.54 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

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

Language: Visual Basic .NET - Size: 42 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

Bohdan-Khomtchouk/Smalls

miRNA-UTR approximate matching algorithms in R/Python/Bash

Language: Python - Size: 16.8 MB - Last synced at: over 2 years ago - Pushed at: about 9 years ago - Stars: 4 - Forks: 1

matiaslindgren/greedy-string-tiling Fork of apluslms/greedy-string-tiling

Python package implementing the greedy string tiling algorithm for comparing string similarity

Language: C++ - Size: 688 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Rahonam/algorithm-syllabus

Data structure and Algorithm syllabus

Language: Python - Size: 35.2 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

mohammadmozafari/algorithms-princeton

This repository holds my solutions to Algorithms Part 1 and 2 assignments from princeton university.

Language: Java - Size: 20.5 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

sangzzz/AlgorithmsOnStrings

The code done for the completion of coursera course, Algorithms on Strings. --> Code completed in python only.

Language: Java - Size: 999 KB - Last synced at: 5 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

trilliwon/Algorithms

🧠

Language: Python - Size: 11.7 MB - Last synced at: 2 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

knjcode/string-codec

Encoder/Decoder of various algorithm

Language: JavaScript - Size: 57.6 KB - Last synced at: 11 months ago - Pushed at: over 8 years ago - Stars: 6 - Forks: 2

AminAliari/swift-string-extension

Swift String Library

Language: Swift - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

fcunial/portfolio

Fabio Cunial's coding portfolio

Language: Java - Size: 15.6 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

kanthgithub/HeadlineTextProcessor

HeadlineTextProcessor

Language: Java - Size: 22.2 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

vishnu-saini/hackerrank-problems

This repository is the solutions of problems provided on hackerrank website

Language: Java - Size: 4.56 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

WayneJz/COMP9024-18S2

COMP9024 Data Structures and Algorithms 18S2

Language: C - Size: 179 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

aqib1/String-algorithms

Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

A-Alaa/rosalind-cpp

Basic bioinformatics algorithms implementation using c++14

Language: C++ - Size: 2.57 MB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

Gebreyesus/InterviewPrep

java-8: Memoisation, Trees, HashMaps, greedy-algorithms searching-algorithms, implementation-of-algorithms string-algorithms bit-manipulation recursion array-algorithms graph-algorithms

Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

ToughNickel/Lab-Programs

Lab program for ADA Lab

Language: C++ - Size: 38.1 KB - Last synced at: 11 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

mutux/bloomfilter

Bloomfilter analysis in python

Language: Python - Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

mutux/suffix-tries

String algorithms related to suffix trie and tries

Language: Python - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

psaikko/string-algorithms-project

Java implementations of multiple-exact-string-matching algorithms

Language: Java - Size: 2.94 MB - Last synced at: over 2 years ago - Pushed at: almost 11 years ago - Stars: 0 - Forks: 0

Related Keywords