SkillAgentSearch skills...

PESGraph

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

Install / Use

/learn @pes10k/PESGraph
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

#PESGraph

by Peter Snyder snyderp@gmail.com


##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.

Related Skills

View on GitHub
GitHub Stars87
CategoryDevelopment
Updated10mo ago
Forks21

Languages

Objective-C

Security Score

87/100

Audited on Jun 8, 2025

No findings