GitHub topics: search-algorithm
ershehzan/Data-Structure
A collection of essential data structure implementations in C++, including arrays, linked lists, stacks, queues, trees, graphs, heaps, and more. Perfect for learning, practicing, and preparing for coding interviews.
Language: C++ - Size: 5.49 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 1 - Forks: 0
kei-g/tsgraph
A* search algorithm implementation in TypeScript
Language: TypeScript - Size: 2.61 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0
nokiceldin/Spelling-Bee-Game-Solver
Solves the Spelling Bee puzzle by generating all valid words using recursion and dictionary parsing.
Language: C - Size: 10.7 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
jahemni/stanford-algorithms-specialization
My code and notes for the Stanford Algorithms Specialization on Coursera.
Language: C++ - Size: 28 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
DASTAGIR-A/CS50-AI
🤖 Learn and implement fundamental AI concepts in Python with Harvard's CS50 course, focusing on practical applications and problem-solving skills.
Language: Python - Size: 19.8 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
joel6666666666555555555555553333333333/kawesearch
This repository contains a fuzzy search library that provides a flexible way to search and match strings using various fuzzy matching algorithms. It supports multiple languages and allows for customization of search options such as algorithms, thresholds, and synonym handling.
Size: 1000 Bytes - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
fishyes404/London-Tube-AI-Search-DFS-BFS-UCS-Heuristics
🚇 Explore optimal routes on the London Tube using DFS, BFS, UCS, and heuristics with this project for effective navigation and performance comparison.
Language: Jupyter Notebook - Size: 1.3 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
Kkkkk8S/crawler-scripts
crawler-scripts are a collection of lightweight scripts designed to automate web data extraction. These scripts support various websites and allow users to gather information efficiently without manual effort.
Language: Python - Size: 1.76 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0
naseridev/omega
File Search Engine
Language: Rust - Size: 22.5 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0
Ghost4474/Data-Structures-Algorithm
C++ DSA & LeetCode solutions with clear, readable code for core data structures and algorithms. Practical practice and interview prep in one beginner repo 🐙
Language: C++ - Size: 118 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 8 - Forks: 14
JaneliaSciComp/colormipsearch
Distributed Color Depth MIP Search
Language: Java - Size: 6.63 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 1
arthuro1234/London-Tube-AI-Search-DFS-BFS-UCS-Heuristics
Search algorithms (DFS, BFS, UCS, Heuristic) applied to the London Tube Map
Language: Jupyter Notebook - Size: 12.7 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0
fdhliakbar/IR-Lab
Language: Jupyter Notebook - Size: 146 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0
ruqinch99/An-Artwork-Search-Engine-for-the-Metropolitan-Museum-of-Art
Language: Jupyter Notebook - Size: 3.54 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 1
cicirello/Chips-n-Salsa
A Java library of Customizable, Hybridizable, Iterative, Parallel, Stochastic, and Self-Adaptive Local Search Algorithms
Language: Java - Size: 16 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 70 - Forks: 39
Gabri-dev-C/ricerca-binaria-ricorsiva
Ricerca binaria implementata con ricorsione in C++ - Esercizio didattico
Language: C++ - Size: 7.81 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0
Gabri-dev-C/ricerca-sequenziale-ricorsiva
Ricerca sequenziale implementata con ricorsione in C++ - Esercizio didattico
Language: C++ - Size: 6.84 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0
20essentials/20TracksForEachOne
Website to discover, organize, and enjoy music your way.
Language: JavaScript - Size: 2.03 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 21 - Forks: 4
rishal-hurbans/Grokking-Artificial-Intelligence-Algorithms
The official code repository supporting the book, Grokking Artificial Intelligence Algorithms
Language: Python - Size: 46.9 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 369 - Forks: 121
vkroz/neural-machines
Random posts and code snippets covering topics in Search, GenAI, and Deep Learning
Language: Jupyter Notebook - Size: 277 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0
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.
Language: TypeScript - Size: 128 MB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 9,897 - Forks: 367
rahulkumar7189/astar-pathfinding
A professional implementation of the A* pathfinding algorithm in Python with visualization, optimized for finding shortest paths in grid-based environments
Language: Python - Size: 9.77 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0
MuhammadAhmadF2005/algoviz-studio
A personal project i made to allow myself and other students to visualize data structures effectively and enhance their learning. Hope you enjoy!
Language: TypeScript - Size: 308 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0
tinker495/JAxtar
JAxtar is a project with a JAX-native implementation of parallelizeable A* & Q* solver for neural heuristic search research.
Language: Python - Size: 13.5 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 42 - Forks: 4
JuanMartinCoder/SemanticSearch
RAG Pipeline and Search enhancement Netflix movie search like app
Language: Python - Size: 80.1 KB - Last synced at: 8 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0
khteh/DataStructuresAlgorithms
C++ Algorithms and data structures using only standard libraries. This answers many of the challenges in Codility and HackerRank. > 1200 Google Test cases and counting.
Language: C++ - Size: 2.41 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0
ZigRazor/CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
Language: C++ - Size: 71.8 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 650 - Forks: 138
RealEpicGamerOfficial/Orbit.Search.Engine
The fastest 'search engine' ever. Give keywords, then click search to open in Google, DuckDuckGo, or Bing. No account needed EVER, and minimum tracking. Everything is local and is NEVER shared with anyone. We make the internet better by not tracking users or storing their details. Making the internet a better place since 2019. CC BY-NC-SA License
Language: HTML - Size: 62.5 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0
dheepakshakthi/168
search engine but better
Language: Python - Size: 22.7 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0
annotation/text-fabric
File format, model, API, and apps for manipulating text and its annotated features
Language: Jupyter Notebook - Size: 1.71 GB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 75 - Forks: 25
Arjunsuryas/RobotAI_Assistant_Mobile-App
complete AI virtual assistant mobile app with a robot interface for conversations. Let me start by planning the implementation.
Language: Python - Size: 6.66 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0
ukushu/Ifrit
Swfit library for fuzzy search. No dependencies lib.
Language: Swift - Size: 3.06 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 71 - Forks: 8
rumca-js/web_link_browser
Link browser
Language: JavaScript - Size: 174 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0
omerfarukz/autocomplete
Persistent, simple, powerful and portable autocomplete library
Language: C# - Size: 20 MB - Last synced at: 4 days ago - Pushed at: 18 days ago - Stars: 225 - Forks: 22
nextapps-de/flexsearch
Next-generation full-text search library for Browser and Node.js
Language: JavaScript - Size: 7.03 MB - Last synced at: 17 days ago - Pushed at: about 1 month ago - Stars: 13,405 - Forks: 518
a1y2a3h/shadcn-agents
🚀 Build reusable AI agent components effortlessly with shadcn-agents, designed for LangGraph to streamline your workflow and enhance control over your code.
Language: Python - Size: 1.37 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0
LisaPietrek/doodles
Snippets of Python code and small projects.
Language: Jupyter Notebook - Size: 1.32 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0
nextapps-de/bulksearch
Lightweight and read-write optimized full text search library.
Language: HTML - Size: 261 KB - Last synced at: 15 days ago - Pushed at: over 4 years ago - Stars: 112 - Forks: 9
WalderlanSena/dnsdragon
:dragon: :mag_right: Pesquise por diretórios e arquivos ocultos em aplicações web
Language: Shell - Size: 1.18 MB - Last synced at: 16 days ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0
lindelwa122/sort-quest
A lightweight Python library providing common sorting and searching algorithms with a flexible, comparator-based approach.
Language: Python - Size: 19.5 KB - Last synced at: 21 days ago - Pushed at: 22 days ago - Stars: 6 - Forks: 7
martipatgra/programacionJava
Size: 30.2 MB - Last synced at: 24 days ago - Pushed at: 25 days ago - Stars: 4 - Forks: 0
moritz-gross/FixCon
A Generic Solver for Fixed-Cardinality Subgraph Problems
Language: Kotlin - Size: 50.8 MB - Last synced at: 16 days ago - Pushed at: 29 days ago - Stars: 1 - Forks: 0
nnarenraju/sage
Sage - Detection of gravitational-waves using machine learning
Language: Jupyter Notebook - Size: 125 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 4 - Forks: 1
kartikAA01/GoogleIndexingAutomation
🤖 Automate Blogger post submission to Google's Indexing API for quicker search visibility and efficient content discovery.
Language: Python - Size: 19.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
AlfredooP/Algorithms
Algoritmos para programación competitiva
Language: C++ - Size: 386 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 4 - Forks: 0
andrewjsaid/autypo
autocomplete, fuzzy matching, and short-string lookups
Language: C# - Size: 504 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 57 - Forks: 0
JayDS22/Search-Relevance-and-Ranking-System
Advanced information retrieval system with machine learning-based ranking (LambdaMART) achieving 91.4% accuracy across 500K+ queries, complete with statistical A/B testing and explainability analysis.
Language: Python - Size: 98.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
ankurbhambri/DS-Algo
Data Structure and Algorithm
Language: Python - Size: 855 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0
rcedgar/reseek
Protein structure alignment and search algorithm
Language: C++ - Size: 67.8 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 73 - Forks: 10
loganbriggs08/GoSearch
GoSearch is a fast yet powerful search bar to replace the default windows search bar.
Language: Go - Size: 2.87 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 7 - Forks: 0
StephyEspy/15-Puzzle-Astar
Design and implementation of the A* search algorithm to solve the 15-tile sliding puzzle, incorporating a consistent and admissible heuristic.
Language: Python - Size: 23.4 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
YeyoM/mazeSolver
Maze Solver built with python. Using DFS, BFS, Dijkstra, A* Star.
Language: Python - Size: 787 KB - Last synced at: 25 days ago - Pushed at: almost 3 years ago - Stars: 10 - Forks: 7
alisamad1/Data-Structures-Algorithm
A curated collection of C++ data structures and algorithms with clear, practical examples and organized LeetCode solutions—ideal for learning, interview prep, and hands-on coding.
Language: C++ - Size: 1.49 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0
earlfranciss/Search-Algorithms-Visualizer
C# desktop app for Design & Analysis of Algorithms course — implements and visualizes search algorithms (BFS, DFS, UCS, GBFS).
Language: C# - Size: 21.9 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
GaelGil/algorithm-visualizer
A project I created using react to visualize sorting and pathfinding algorithms.
Language: TypeScript - Size: 2.34 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1
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.
Language: C - Size: 733 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 418 - Forks: 17
MatiasBrizzio/N-AI
🧩 Solver for N-Puzzle & N-Queens using Genetic Algorithms, A*, and more in Python
Language: Python - Size: 371 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 1
blackdesert575/sauce-man
sauce-man is a discord bot to make discord UI/UX better!
Language: Python - Size: 716 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
lironmiz/Computer-Science-in-Java
Designed for saving assignments, submission exercises and projects
Language: Java - Size: 16.6 MB - Last synced at: 9 days ago - Pushed at: about 1 year ago - Stars: 158 - Forks: 9
YuriLeonel/A_Star_Recommendation
A* Based prototype for product recommendations using conversion probability as a heuristic.
Language: Python - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
cruizviquez/GoogleIndexingAutomation
# Blogger Google Indexing Automation Automatically submit your Blogger posts to Google's Indexing API for faster search engine indexing. Perfect for technical blogs, AI/ML content creators, and anyone who wants their content discovered quickly. ## Key Features: - 🎯 Automatic URL discovery from Blogger RSS feeds - ⚡ Smart rate limiting to respect
Language: Python - Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
shobrook/saplings
Plug-and-play tree search for agents
Language: Python - Size: 9.74 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 263 - Forks: 16
vtempest/ai-research-agent
🤖🔎 STREAM: Search with Top Result Extraction & Answer Model 🔤📊 SEEKTOPIC 🚜📜 Tractor the Text Extractor 🕸️🖥️ Tardigrade the Web Crawler
Language: JavaScript - Size: 131 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 70 - Forks: 11
subhadipsinha722133/Voice-Assistant
🔥 A simple Streamlit-based Voice Assistant
Language: Python - Size: 141 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0
ToshikiNakamura0412/a_star_ros
ROS implementation of A* search algorithm
Language: C++ - Size: 101 KB - Last synced at: 20 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0
seppedelanghe/shady-edits
Finding shader paramaters to re-edit an image in pure Go
Language: Go - Size: 4.82 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
Insper/ai_gym
https://pypi.org/project/aigyminsper/
Language: Python - Size: 871 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 26
Hazrat-Ali9/Search-Bar-Live
✈ Search 🛩 Bar Live 🛬 is a dynamic 🚁 and 🚟 responsive 🚠 live search 🛼 bar that 🚢 allows users 🚛 to find results 🚝 instantly as 🏰 they type 🛸It supports 🚒 real time ⛽filtering 🏛 and API 🏨 based 🏪 search queries 🕌 making it 🚄 ideal modern 🚋 applications 🚓 like 🧱 e commerce 🎳 blogs 🧸 dashboards 🎮 content ⚽ heavy 🏈 platforms 🏉
Language: JavaScript - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 6 - Forks: 0
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.
Language: Python - Size: 7.41 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 62 - Forks: 10
smack42/ColorFill
ColorFill - yet another Flood-It clone (game and solver algorithm)
Language: Java - Size: 84.3 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 8 - Forks: 0
egri-nagy/orbit 📦
Generic orbit and graph search algorithms in Clojure.
Language: Clojure - Size: 67.4 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
cakraawijaya/Aplikasi-Manajemen-Direktori Fork of yahyamahen/FP-Pemrograman-Lanjut 📦
Advanced Programming Class | Final project | Campus Assignment
Language: C - Size: 540 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0
adamkurth/understanding-series
This is a series of subrepos where I explore theoretical and practical concepts, algorithms, and techniques used in statistics and machine learning.
Language: Jupyter Notebook - Size: 22.9 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0
ParthJadhav/Rust_Search
Blazingly fast file search library built in Rust
Language: Rust - Size: 33.2 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 162 - Forks: 15
1AyaNabil1/Algorithms
This repository is dedicated to documenting and sharing my journey through algorithm learning, with a special focus on the Grokking Algorithms book.
Language: Python - Size: 18.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0
ScraperHub/foursquare-scrapers
Foursquare.com Search Listing and Venue Detail Page Scraper. To handle JS rendering, Pagination, and CAPTCHAs, we are using Crawlbase Crawling API.
Language: Python - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
MKSinghDev/typesense-ui
Admin console UI for Typesense built using NextJS
Language: TypeScript - Size: 10.8 MB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 6 - Forks: 1
Harsh19012003/Dronacharya
College Recommendation System for Engineering Admission
Language: HTML - Size: 665 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 11 - Forks: 6
pi-lar/neuropil
(this is a gitlab mirror of) neuropil cybersecurity mesh
Language: C - Size: 35.1 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 9 - Forks: 2
BakedSoups/Steam_Reccomender
A Search engine Based of Simularity, Utlizing a Hierarchy Genre Umbrella system with vector simularity
Language: Python - Size: 12.2 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 19 - Forks: 0
anonymouslyanonymous1/Edexcel-Finder
A search engine that goes through a vast library of Edexcel IAL Past Papers (January 2010 to January 2024). A sleek way to find any question from a vast library of past papers, to perhaps make topicals or just find an answer to.
Language: Python - Size: 457 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 5 - Forks: 1
Blakeinstein/fuse-rust
Fuse fuzzy search library by https://github.com/krisk written in Rust
Language: Rust - Size: 1.74 MB - Last synced at: 18 days ago - Pushed at: about 1 year ago - Stars: 25 - Forks: 3
mateushsx/algorithms-js
📚 algorithms-js é um repositório repleto de algoritmos em JavaScript que estudei e implementei, perfeito para quem quer resolver problemas, aprimorar habilidades e colaborar com a comunidade! 🚀
Language: JavaScript - Size: 202 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 66 - Forks: 12
nikkopg/GA-for-string-guessing
Simple implementation of Genetic Algorithm to guess given string target with Python.
Language: Python - Size: 12.7 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
Murf-y/Pacman-Search-Evalution
Evolve a heuristic to be used by PACMAN using genetic algorithm
Language: Python - Size: 2.29 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1
YossiCohen/Heuristic-Search-Max
Implementation of Max problems: Grid, SIB, MASIB
Language: C# - Size: 1.07 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0
josephgarcia2k10/COMP5600---Artificial-Intelligence
COMP5600 AI: Python projects implementing search (BFS, DFS, A*), ML (logistic, Naive Bayes, k-means) and DL (RNN, LSTM, CNN) from scratch 🐱💻
Language: Jupyter Notebook - Size: 19.1 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
trevorprater/pymorton
A lightweight and efficient Python Morton encoder with support for geo-hashing
Language: Python - Size: 60.5 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 114 - Forks: 22
ARUNAGIRINATHAN-K/Search-App
A web-based search application for .txt files with five algorithms (Linear, Binary, Naive, KMP, Boyer-Moore) and execution time visualization
Language: Python - Size: 52.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0
fergiemcdowall/norch
A search server that can be installed with npm
Language: JavaScript - Size: 22 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 656 - Forks: 45
dhsagaryt/MultiSearch
Search efficiently across different platforms with ease. Type your query and choose from multiple search engines, streamlining your experience.
Language: HTML - Size: 30.3 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0
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.
Language: Java - Size: 5.47 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 327 - Forks: 87
primaryobjects/semantic-search
Semantic search web app using the Large Language Model (LLM) Cohere for embeddings to match context and meaning, rather than keywords.
Language: C# - Size: 1.14 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0
digitsensitive/astar-typescript
A* search algorithm in TypeScript
Language: TypeScript - Size: 1.4 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 98 - Forks: 19
codeplea/ahocorasickphp
Aho-Corasick multi-keyword string searching library in PHP.
Language: PHP - Size: 234 KB - Last synced at: 30 days ago - Pushed at: about 7 years ago - Stars: 186 - Forks: 17
MaisiKoleni/javadoc-search
Fast Server-side Search Engine for Javadoc API
Language: HTML - Size: 361 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 5 - Forks: 1
rabbia67/AI-Search-Algorithms
Size: 21 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
gustavounju/FastDelivery-Frontend
🎨 E-commerce moderno con Angular 19, TypeScript y Material Design. Búsqueda inteligente en tiempo real, diseño responsive y arquitectura reactiva con RxJS.
Language: TypeScript - Size: 2.28 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
Anthony-Nolan/Atlas
A free & open-source Donor Search Algorithm Service
Language: C# - Size: 53.4 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 10 - Forks: 5
EulerSearch/embedding_studio
Embedding Studio is a framework which allows you transform your Vector Database into a feature-rich Search Engine.
Language: Python - Size: 11.9 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 382 - Forks: 5