Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaury committed Jan 4, 2018
2 parents 17492b0 + ff3a8c5 commit d6c4507
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Sources / Inspiration / Documentation

## AStar algorithm
http://theory.stanford.edu/~amitp/GameProgramming/ImplementationNotes.html

https://en.wikipedia.org/wiki/A*_search_algorithm

http://theory.stanford.edu/~amitp/GameProgramming/AStarComparison.html

https://www.redblobgames.com/pathfinding/a-star/introduction.html

## RDP algorithm
https://rosettacode.org/wiki/Ramer-Douglas-Peucker_line_simplification

https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm

http://www.theholymath.com/2016/07/02/turning-gps-route-network/

http://www.theholymath.com/2016/07/06/calculus-iii-can-help-us-identify-ambiturners/

## Similar projects
[OO_pathfinding by code34](https://github.com/code34/oo_pathfinding.altis)

0 comments on commit d6c4507

Please sign in to comment.