finapse
2026A personal finance dashboard with encrypted bank-account sync via Plaid.
4 entries · sorted by recency
A personal finance dashboard with encrypted bank-account sync via Plaid.
A personal finance dashboard with encrypted bank-account sync via Plaid.
Python implementations of classic AI search (DFS/BFS/UCS/A*) and adversarial game-tree algorithms (minimax, alpha-beta, expectimax) driving Pacman's navigation and ghost-avoidance decisions.
A hand-written lexer and recursive-descent parser for a small imperative language, building a syntax tree with inline static type checking.
Three from-scratch C++ implementations of classic algorithms: a red-black tree, Dijkstra's shortest path, and Kruskal's MST.
164 contributions in the last year · github.com/ryanradtke03