Skip to content

Smidgens/unity-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiki


🎯 Goals

  • Implement standard boilerplate for common algorithms while staying as generic as possible to allow for a multitude of use cases through extensions.

ℹ️ Features

  • Fairly low level and use-case agnostic - extensible through custom heuristics.
  • Reasonably performant. 🤞
  • Algorithms:
    • A*

📦 Install

  1. Open Package Manager
  2. Paste GitHub URL:
    https://github.com/Smidgens/unity-search.git#<version_tag>

⌛ Planned

  • Common search algorithms such as binary search.
  • Common graph algorithms (DF, BF,...)