aalhour / C-Sharp-Algorithms

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithm request: [NAME]

yasserjalalMM opened this issue · comments

Is your algorithm request related to a computational problem? Please describe.
A clear and concise description of what the problem is. For example, I am working on the Traveling Sales Man problem, LeetCode problem #123456 and I'd like to ...

Describe the solution you'd like
A clear and concise description of what you want to happen. For example:

I'd like to have an algorithm with following interface: [...], where I can define a graph-like map with an visitor iterator function and then ...

Or, more concretely:

I'd like to have an implementation of the A* Search Algorithm, based on the following research paper: Near Optimal Hierarchical Path-Finding - Botea, Mueller & Schaeffer.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Thanks for supporting the development of C# Algorithms with your first issue! We look forward to handling it.