A prototype legal text search engine that uses a semantic search algorithm in order to find related keywords and sort the results by relevance.
-
Updated
Aug 19, 2020 - Python
A prototype legal text search engine that uses a semantic search algorithm in order to find related keywords and sort the results by relevance.
This tool gives tracks the time taken for different algorithms to be executed to find the most efficient
In this project, the Pac-Man agent finds paths through its maze world, both to reach a particular location and to collect food efficiently. Search algorithms such as Depth First Search, Bread First Search, Uniform Cost Search and A-star search are applied to Pac-Man scenarios.
GUI app for visualization of A* searching algorithm represented as a maze with obstacles.
Tic Tac Toe game featuring an AI opponent using the Minimax algorithm with alpha-beta pruning to play optimally and never lose. Implemented with Python and Pygame with a clean graphical interface.
PyTanja is a graphic simulation of searching algorithms written in Python programming language.
Harmony Search algorithm implemented in python with object oriented programming.
Add a description, image, and links to the searching-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the searching-algorithm topic, visit your repo's landing page and select "manage topics."