Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

oddman621/AStarAlgorithm

Repository files navigation

AStarAlgorithm

A* algorithm with VS2015

A 스타 알고리즘 이해를 위해 각각 C++, C#으로 구현.. 하려 시도한 흔적들.

  1. 오른쪽을 양의 x방향, 아랫쪽을 양의 y방향으로 설정한다.
  2. 원점, 즉 배열의 첫 엘리먼트의 좌표는 (1,1)이다.

각 언어에서 위 사항들을 따르도록 만든다.(가령 C언어의 2차원 배열은 0,0부터 시작하는 등의 차이를 매크로를 이용해 해결한다)

참고자료: http://egloos.zum.com/cozycoz/v/9748811

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published