aalhour / C-Sharp-Algorithms

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
MIT License
5.91k stars 1.4k forks source link

Algorithm request: [NAME] #163

Closed yasserjalalMM closed 2 years ago

yasserjalalMM commented 2 years ago

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.

github-actions[bot] commented 2 years ago

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