An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with search-algorithm

A curated list of projects in awesome lists tagged with search-algorithm .

https://github.com/oramasearch/orama

🌌 A complete search engine and RAG pipeline in your browser, server or edge network with support for full-text, vector, and hybrid search in less than 2kb.

algiorithm data-structures full-text javascript node search search-algorithm search-engine typescript typo-tolerance vector vector-database vector-database-embedding vector-search vector-search-engine

Last synced: 12 May 2025

https://github.com/askorama/orama

🌌 A complete search engine and RAG pipeline in your browser, server or edge network with support for full-text, vector, and hybrid search in less than 2kb.

algiorithm data-structures full-text javascript node search search-algorithm search-engine typescript typo-tolerance vector vector-database vector-database-embedding vector-search vector-search-engine

Last synced: 09 Apr 2025

https://github.com/fergiemcdowall/norch

A search server that can be installed with npm

search search-algorithm search-engine searchbar

Last synced: 14 May 2025

https://github.com/khusnetdinov/ruby.fundamental

:books: Fundamental programming with ruby examples and references. It covers threads, SOLID principles, design patterns, data structures, algorithms. Books for reading. Repo for website https://github.com/khusnetdinov/betterdocs

builder-pattern decorator-pattern design-patterns factory-pattern insertion-sort principles ruby search-algorithm selection-sort solid sorting-algorithms strategy-pattern thread

Last synced: 04 Apr 2025

https://github.com/davidesantangelo/krep

Fast text search tool with advanced algorithms, SIMD acceleration, multi-threading, and regex support. Designed for rapid, large-scale pattern matching with memory-mapped I/O and hardware optimizations.

c cli hardware-acceleration search-algorithm searching

Last synced: 12 May 2025

https://github.com/citiususc/hipster

Hipster4j is a lightweight and powerful heuristic search library for Java and Android. It contains common, fully customizable algorithms such as Dijkstra, A* (A-Star), DFS, BFS, Bellman-Ford and more.

android dijkstra graph-search heuristic-search hipster4j java search-algorithm shortest-paths

Last synced: 04 Apr 2025

https://github.com/rameshaditya/scoper

Fuzzy and semantic search for captioned YouTube videos.

fuzzy-search machine-learning ml nlp search search-algorithm semantic youtube youtube-api

Last synced: 10 Apr 2025

https://github.com/shobrook/saplings

A library of reasoning algorithms for AI agents

agents ai llms monte-carlo-tree-search openai search-algorithm

Last synced: 02 Apr 2025

https://github.com/omerfarukz/autocomplete

Persistent, simple, powerful and portable autocomplete library

autocomplete dotnetcore portable search-algorithm searching

Last synced: 16 Mar 2025

https://github.com/codeplea/ahocorasickphp

Aho-Corasick multi-keyword string searching library in PHP.

aho-corasick ahocorasick algorithm php search-algorithm string-search

Last synced: 30 Apr 2025

https://github.com/LeeluPradhan/G-Index

Google Drive Directory Index Running on CloudFlare Workers [Search + DarkMode] [ENGLISH]

cloudflare-workers dark-theme gdindex google-drive search-algorithm

Last synced: 03 Apr 2025

https://github.com/peacecwz/shazam-demo

Experimental Audio Search Algorithm Implementation (Shazam demo)

audio audio-processing audio-search python search-algorithm search-musics shazam

Last synced: 14 Jun 2025

https://github.com/guicho271828/latplan

LatPlan : A domain-independent, image-based classical planner

automated-reasoning deeplearning search-algorithm

Last synced: 14 Apr 2025

https://github.com/ty0x2333/a-star

A* search algorithm for Cocos Creator.

a-star cocos-creator search-algorithm

Last synced: 04 May 2025

https://github.com/annotation/text-fabric

File format, model, API, and apps for manipulating text and its annotated features

annotation bhsa cuneiform etcbc etcbc-data greek greek-bible hebrew hebrew-bible sanskrit-language search-algorithm search-engine sumerian text-fabric

Last synced: 26 Mar 2025

https://github.com/techcatchers/pylyrics-extractor

Get Lyrics for any songs by just passing in the song name (spelled or misspelled) in less than 2 seconds using this awesome Python Library.

extract-data lyrics-fetcher python-library search-algorithm

Last synced: 11 Apr 2025

https://github.com/Techcatchers/PyLyrics-Extractor

Get Lyrics for any songs by just passing in the song name (spelled or misspelled) in less than 2 seconds using this awesome Python Library.

extract-data lyrics-fetcher python-library search-algorithm

Last synced: 22 Jul 2025

https://github.com/lucasm/findto

🔎🔵🟢🟡🟠🔴🟣 Decentralized search on Web and AI. Explore a better internet, with Findto assistant.

ai carbon-footprint decentralized generative-ai privacy search search-algorithm search-app search-trends web-search

Last synced: 06 Mar 2025

https://github.com/Merck/matcher

Matcher is a tool for understanding how chemical structure optimization problems have been solved. Matcher enables deep control over searching structure/activity relationships (SAR) derived from large datasets, and takes the form of an accessible web application with simple deployment. Matcher is built around the mmpdb platform.

chemistry docker-compose drug-discovery search-algorithm search-engine web-application

Last synced: 28 Sep 2025

https://github.com/merck/matcher

Matcher is a tool for understanding how chemical structure optimization problems have been solved. Matcher enables deep control over searching structure/activity relationships (SAR) derived from large datasets, and takes the form of an accessible web application with simple deployment. Matcher is built around the mmpdb platform.

chemistry docker-compose drug-discovery search-algorithm search-engine web-application

Last synced: 25 Jul 2025

https://github.com/inoryy/csb-ai-starter

Starter Bot for Codingame's Coders Strike Back AI Challenge (Simulation Engine + Random Search)

artificial-intelligence codingame game-ai genetic-algorithm search-algorithm

Last synced: 02 Apr 2025

https://github.com/mahdavipanah/pynpuzzle

Solve, test and benchmark algorithms for N-Puzzle problem with Python

8-puzzle algorithm artificial-intelligence puzzle python search-algorithm tkinter

Last synced: 03 Aug 2025

https://github.com/alexandrnikitin/ahocorasick.net

Implementation of Aho-Corasick string matching algorithm for .NET

aho-corasick c-sharp search-algorithm string-search

Last synced: 14 Oct 2025

https://github.com/inspired-by-boredom/yii2-search

This is component for searching in the Active Record models for Yii2 Framework.

active-record search search-algorithm searching-algorithms yii2 yii2-extension

Last synced: 25 Oct 2025

https://github.com/Inspired-by-Boredom/yii2-search

This is component for searching in the Active Record models for Yii2 Framework.

active-record search search-algorithm searching-algorithms yii2 yii2-extension

Last synced: 09 Apr 2025

https://github.com/habedi/bptree

A B+ tree implementation in C

bplus-tree btree c c-library indexing search-algorithm

Last synced: 09 Apr 2025

https://github.com/fzipp/astar

Package astar implements the A* search algorithm for finding least-cost paths.

algorithm astar-algorithm go golang graph least-cost-paths pathfinding search-algorithm shortest-path

Last synced: 13 Apr 2025

https://github.com/mechanicles/ruby_simple_search

The simplest way to search the data (ActiveRecord)

activerecord rails ruby ruby-gem search search-algorithm simple sql

Last synced: 19 Jul 2025

https://github.com/qdata/textattack-search-benchmark

EMNLP BlackBox NLP 2020: Searching for a Search Method: Benchmarking Search Algorithms for Generating NLP Adversarial Examples

adversarial-attacks attack-recipe search-algorithm strict-constraints textattack

Last synced: 01 May 2025

https://github.com/20essentials/20tracksforeachone

Website to discover, organize, and enjoy music your way.

audio javascript localstorage playlist-management search-algorithm viewtransitions

Last synced: 15 Mar 2025

https://github.com/bengsfort/8-puzzle-solutions

Solutions to the classic 8 puzzle, implementing an A* best search algorithm to complete the puzzle in multiple languages.

8-puzzle 8-puzzle-solver a-star-algorithm javascript priority-queue puzzle search-algorithm

Last synced: 13 Apr 2025

https://github.com/rootslab/bop

Bop is a very fast Boyer-Moore parser/matcher for String or Buffer patterns.

boyer-moore boyer-moore-algorithm parser pattern-matching search-algorithm

Last synced: 14 Jun 2025

https://github.com/pfalcon/beap

Beap (bi-parental heap) algorithm reference implementation in Python

algorithms algorithms-and-data-structures data-structures implicit search-algorithm

Last synced: 19 Mar 2025

https://github.com/riversun/bigdoc

This library allows you to handle gigabyte order huge files easily with high performance. You can search bytes or words / read data/text from huge files.

file-search huge-files search-algorithm search-binary search-bytes

Last synced: 01 Aug 2025

https://github.com/pie6k/fuzzystring

🕵 Simple fuzzy search library written in TypeScript

fuzzy-search javascript search-algorithm string-search strings typescript

Last synced: 27 Oct 2025

https://github.com/aayush9029/searchkit

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

search-algorithm string-matching swift

Last synced: 12 Jun 2025

https://github.com/yeyom/mazesolver

Maze Solver built with python. Using DFS, BFS, Dijkstra, A* Star.

a-star bfs dfs dijkstra-algorithm maze maze-algorithms maze-generator maze-generator-solver maze-solver search-algorithm

Last synced: 15 Oct 2025

https://github.com/elysian01/algorithms-visualization

Visualization of various Pathfinding , Searching and Sorting algorithms

algorithm-visualization javascript pathfinding search-algorithm sorting-algorithms visualization

Last synced: 24 Jul 2025

https://github.com/whizsid/domqs

This VS Code extension enables to search by DOM query selectors in HTML/XML documents.

css-selector dom html5 pinned query-selector search-algorithm vscode-extension xml

Last synced: 10 Apr 2025

https://github.com/ehsanshahbazii/data-structure-and-algorithms

💻A collection of the most famous and useful data structures implemented in Java. The questions and methods of the book are also written. The source of the codes is the book Data structures in Java.💻

algorithm algorithms cll dll dynamic-programming queue search-algorithm searching-algorithms sll sorting-algorithm sorting-algorithms tree-algorithm tree-algorithms tree-structure vector

Last synced: 09 Oct 2025

https://github.com/mdietrichstein/advanced-ir-search_engine

Python-based text search engine from scratch supporting multiple document similarity metrics (TF-IDF, BM25, BM25VA)

information-retrieval search search-algorithm search-engine

Last synced: 10 Apr 2025

https://github.com/madh93/qt5-astarpathfinding

Pathfinding in Qt5 using A* search algorithm

c-plus-plus gui pathfinding qt5 search-algorithm

Last synced: 25 Jul 2025

https://github.com/the-manpreet-singh/react-contacts

In this app I used the functionality for add delete and search the contacts list

add api delete react-router reactjs search-algorithm server

Last synced: 28 Apr 2025

https://github.com/microndgt/trie

Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching in Python.

algorithm python3 search search-algorithm tree trie

Last synced: 07 May 2025

https://github.com/asuraking1n/nested-fuzzy-search

A lightweight and customizable fuzzy search utility for nested objects and arrays, powered by Levenshtein distance.

fuzzy-logic fuzzy-matching fuzzy-search search-algorithm searching

Last synced: 10 Jun 2025

https://github.com/agora-lab-ai/hpsa

This paper introduces a theoretical framework for a revolutionary search algorithm that achieves unprecedented speed through a combination of probabilistic data structures, intelligent data partitioning, and a novel hierarchical index structure.

bfs dfs search search-algorithm search-engine-optimization tree-search

Last synced: 23 Apr 2025

https://github.com/rootslab/qap

Qap is a quick parser/matcher for string or buffer patterns ( optimized for pattern lengths <= 255 bytes ).

pattern-matching quicksearch search-algorithm

Last synced: 29 Jul 2025

https://github.com/riadvice/Kalim

Search API for Arabic in ActionScript 3

actionscript arabic search-algorithm

Last synced: 09 May 2025

https://github.com/ehsanshahbazii/algorithms-with-javascript

🐋Examples of algorithm and solving various problems by JavaScript for more practice and mastery of solving problems..🐋

algorithm algorithm-challenges algorithms algorithms-and-data-structures javascript js search-algorithm sorting-algorithms

Last synced: 14 Apr 2025

https://github.com/primaryobjects/semantic-search

Semantic search web app using the Large Language Model (LLM) Cohere for embeddings to match context and meaning, rather than keywords.

ai cohere cohere-ai cosine-similarity csharp large-language-models llm razor-pages search-algorithm semantic-search semantic-search-ai

Last synced: 30 Aug 2025

https://github.com/hardiksinghbehl/ngram-search-api

Search API with spelling correction using ngram-index algorithm: implementation using Java Spring-boot and MySQL ngram full text search index

entity-manager java ngram rest-api search-algorithm spelling-correction spring-boot

Last synced: 10 Sep 2025

https://github.com/avipars/hebrew_iframe

Split screen view of Morfix and Reverso Context using iFrames. There is a unified search bar that will update both sites at the same time.

hebrew html iframe search-algorithm split

Last synced: 11 Nov 2025

https://github.com/im-rises/page_rank

PageRank algorithm implemented in Python with Jupyter Notebook

google jupyter-notebook pagerank python search-algorithm

Last synced: 09 Apr 2025