intraday-momentum-spy/ ├─ data/ │ ├─ spy_1min.csv # intraday OHLCV (not tracked) │ └─ spy_daily.csv # daily OHLCV (not tracked) ├─ src/ │ ├─ analytics.py # Sharpe, max DD, alpha/beta, monthly returns ...
Abstract: Pathfinding on grid maps is a cornerstone problem in robotics, autonomous navigation, and game development. Classical algorithms such as A*, Dijkstra’s, and Breadth-First Search (BFS) are ...