Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sundar-subramaniyan/PESGraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#PESGraph

by Peter Snyder [email protected]


##Introduction

PESGraph is a simple graph implementation for Foundation.kit that allows for creating structures of nodes and paths, and then finding the shortest path between them. It includes unit tests that also provide some examples of how to use the code.

##Future Development

Next step will be to add A* to the pathfinding code.

About

Objective-C implementation of a Graph, along with Dijkstra's algorithm for shortest path finding

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Objective-C 99.0%
  • Ruby 1.0%