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

Projects in Awesome Lists tagged with search-algorithms

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

https://github.com/kreeben/resin

Vector space index based search engine that's available as a HTTP service or as an embedded library.

information-retrieval language-model machine-learning nlu nlu-engine resin search search-algorithms search-engine vector-space vector-space-model

Last synced: 16 Mar 2025

https://github.com/proycon/pynlpl

PyNLPl, pronounced as 'pineapple', is a Python library for Natural Language Processing. It contains various modules useful for common, and less common, NLP tasks. PyNLPl can be used for basic tasks such as the extraction of n-grams and frequency lists, and to build simple language model. There are also more complex data types and algorithms. Moreover, there are parsers for file formats common in NLP (e.g. FoLiA/Giza/Moses/ARPA/Timbl/CQL). There are also clients to interface with various NLP specific servers. PyNLPl most notably features a very extensive library for working with FoLiA XML (Format for Linguistic Annotation).

computational-linguistics evaluation-metrics folia language-modelling library linguistics machine-learning natural-language-processing nlp nlp-library python search-algorithms text-processing

Last synced: 16 May 2025

https://github.com/innoave/genevo

Execute genetic algorithm (GA) simulations in a customizable and extensible way.

evolutionary-algorithms framework genetic-algorithm library optimization-algorithms rust search-algorithms

Last synced: 04 Apr 2025

https://github.com/opensearch-project/search-processor

Search Request Processor: pipeline for transformation of queries and results inline with a search request.

opensearch relevance search-algorithms search-engine

Last synced: 19 Aug 2025

https://github.com/capjamesg/build-a-search-index

Code to accompany the "Build a search index in Python" tutorial.

python search-algorithms search-index

Last synced: 20 Mar 2025

https://github.com/zebbern/ai-prompts

🧾 | Use these AI prompts to refine your searches, improve accuracy, and get detailed, context-driven responses that precisely match your queries.

ai ai-engineering ai-hacking ai-prompts ai-tips bug-bounty chatgpt chatgpt-plugins cybersecurity-education development engineering gpt gpt-prompts hacking osint pentest query reconnaissance research search-algorithms

Last synced: 19 Sep 2025

https://github.com/edaaydinea/csmm101x-artificial-intelligence

This repository includes the projects of the CSMM101X - Artificial Intelligence course offered by Columbia University.

adversarial-machine-learning artificial-intelligence columbia-university constraint-satisfaction-problem machine-learning natural-language-processing search-algorithms

Last synced: 11 Apr 2025

https://github.com/raihan4520/ai-and-expert-system

Python implementations from the AI and Expert System course at AIUB, covering search algorithms, machine learning, and neural networks.

ai alpha-beta-pruning astar-algorithm bfs constraint-satisfaction-problem decision-trees dfs knn machine-learning minimax neural-networks python search-algorithms

Last synced: 24 Aug 2025

https://github.com/tharushaudana/search-algorithm-visualization-python

This Python project offers real-time visualizations of key search algorithms like DFS, BFS, GBFS, and ASTAR. Users can observe these algorithms in action, providing insights into their workings and efficiency.

a-star-algorithm algorithms bfs-algorithm dfs-algorithm python search-algorithms visualization

Last synced: 11 Mar 2025

https://github.com/sahinmeric/holbertonschool-low_level_programming

Low-level Programming curriculum of Software Engineering Foundations at Holberton School UY

c-language datatypes debugging dynamic-libraries hash-tables linked-list pointers recursion search-algorithms

Last synced: 25 Feb 2025

https://github.com/gaganreddyin/algotrack

Algotrack is a search engine designed specifically for finding coding problems on LeetCode. It uses web scraping and the TF-IDF algorithm to help users locate relevant problems based on their search queries, making it easier to practice and improve coding skills.

leetcode search-algorithms search-engine

Last synced: 23 Feb 2025

https://github.com/marcauberer/algorithm-collection

Collection for algorithms and summaries of function and properties

algorithms hash-algorithms search-algorithms sorting-algorithms

Last synced: 03 Nov 2025

https://github.com/dantesc03/ruby-splitting-optimization

This repository contains implementations of various optimization algorithms in R, applied to benchmark problems.

learn local-search-algorithm monte-carlo-simulation optimization r search-algorithms

Last synced: 12 Apr 2025

https://github.com/freddydrew/deepdiveusingjava

Where I keep all of my class work from Udemy's Data Structures & Algorithms: Deep Dive Using Java course.

arraylist arrays data-structures hashtable heaps linked-list queues search-algorithms sorting-algorithms stacks trees

Last synced: 11 Oct 2025

https://github.com/kallistina/berkeley-pacman-project

Implementations of Project 1 and Project 2 from Berkeley's CS188 course, featuring search algorithms (DFS, BFS, A*) and multi-agent systems with reinforcement learning for the Pacman game.

artificial-intelligence bfs dfs multi-agent-systems pacman search-algorithms

Last synced: 17 Mar 2025

https://github.com/simonespa/algorithms-and-data-structures

An open source collection and playground of algorithms, data structures and related documentation to brush up your knowledge of computer science fundamentals, or learn it from scratch.

algorithms arrays bfs data-structures dfs dynamic-programming graph graph-theory in-order iteration list post-order pre-order recursion search-algorithms sorting-algorithms tree

Last synced: 11 Apr 2025

https://github.com/tryomar/ai-search-algorithms

A comprehensive collection of AI algorithms including search algorithms, machine learning implementations, and game AI solutions in Python. Features informed/uninformed search, Naive Bayes, object detection, and classic game implementations.

a-star artificial-intelligence bfs dfs dijkstra game-ai machine-learning minimax naive-bayes python search-algorithms

Last synced: 28 Oct 2025

https://github.com/hawmex/aut_algorithm_design_foundations_project

This repository contains the files of my project for the "Algorithm Design Foundations" course at AUT (Tehran Polytechnic).

benchmark benchmarking python search-algorithms

Last synced: 20 Jul 2025

https://github.com/haseeeb21/search-algorithm-bfs-dfs-in-python

Implementing Simple Search Algorithms in Python, BFS and DFS on a weighted graph. Also the optimal distance between two states is printed with the algorithm which has performed better.

bfs dfs graph python search search-algorithms tree weighted-graphs

Last synced: 25 Feb 2025

https://github.com/omar7001-b/ai-search-algorithms

A comprehensive collection of AI algorithms including search algorithms, machine learning implementations, and game AI solutions in Python. Features informed/uninformed search, Naive Bayes, object detection, and classic game implementations.

a-star artificial-intelligence bfs dfs dijkstra game-ai machine-learning minimax naive-bayes python search-algorithms

Last synced: 22 Mar 2025

https://github.com/hackersa3edy/alx-low_level_programming

Comprehensive projects and exercises for mastering low-level programming in C. Topics include syntax, control structures, data structures, memory management, debugging, file I/O, and more. Each directory focuses on a specific topic with relevant scripts and tasks.

algorithms alx-africa bit-manipulation c-programming command-line-arguments data-structures debugging dynamic-libraries file-io function-pointers hash-tables holbertonschool linkedlists low-level-programming makefiles memory-management preprocessor search-algorithms static-libraries variadic-functions

Last synced: 15 Sep 2025

https://github.com/mostafagalal1/8-puzzle

8-Puzzle solver implemented using search algorithms: DFS, BFS, A-Star (Manhattan and Euclidean heuristics) with GUI for user interactivity

a-star ai bfs dfs euclidean-distances gui manhattan-distance python search-algorithms

Last synced: 22 Aug 2025

https://github.com/vextroyer/hex_ai

A set of ai players to play the hex game.

agents ai hex hex-game search-algorithms

Last synced: 25 Aug 2025

https://github.com/gsilva00/ia-project1

FEUP L.EIC 2024/25 - 3rd Year, 2nd Semester - 1st Project developed in the Artificial Intelligence curricular unit

artificial-intelligence feup game ia leic programming search-algorithms

Last synced: 26 Aug 2025

https://github.com/ewliang/javascript-algorithms

Contains a list of common CS algorithms, but implemented using mostly plain old Vanilla JavaScript

algorithms computer-science data-structures javascript search-algorithms sorting-algorithms

Last synced: 24 Jul 2025

https://github.com/davidogalo/file_search_server

A Python-based server application designed to efficiently search through a large text file. This project demonstrates the implementation of a multi-threaded server with SSL support, capable of handling multiple client queries simultaneously. The project includes configuration management, logging, and benchmarking different file-search algorithms.

error-handling logging multithreading scripting search-algorithms ssl unit-testing

Last synced: 16 May 2025

https://github.com/ryukinix/ai-ufc

Notes from course of Computational Intelligence at Federal University of Ceará 2019.1

computational-intelligence extreme-learning-machine genetic-algorithms neural-networks search-algorithms

Last synced: 09 Apr 2025

https://github.com/rigomart/algo-search

An interesting web application to visualize animations of some search and selection algorithms applied to random generated data or entered manually.

animejs bootstrap search-algorithms

Last synced: 07 Jan 2026

https://github.com/dan-niles/search-algorithms

Algorithms for CS3613: Introduction to Artificial Intelligence

ai cs3613 path-finding search-algorithms

Last synced: 02 Aug 2025

https://github.com/yogeshselvarajan/computational-intelligence-lab

Repository for Computational Intelligence Laboratory exercises in the 7th semester of the UG CSE program at Mepco Schlenk Engineering College, Sivakasi, Tamil Nadu.

artificial-intelligence computational-intelligence data-structures-and-algorithms decision-trees education ensemble-learning knn maze-solver-simulation open-source perceptron-neural-networks python search-algorithms wumpus-world

Last synced: 01 Mar 2025

https://github.com/farial-mahmod/search-algorithms-in-swift

Popular search algorithms coded in Swift language.

algorithms binary-search linear-search search-algorithms swift swift5

Last synced: 09 Apr 2025

https://github.com/ecomplus/search-engine

Isomorphic JS lib to handle products search for E-Com Plus stores

ecommerce-search ecomplus elasticsearch products-search search-algorithms search-api search-items

Last synced: 10 Apr 2025