You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python-based territorial analysis system identifying mountain chains, valleys, and connectivity patterns in rectangular grids. Implements graph traversal algorithms (BFS/DFS) for connected component detection, set operations for valley calculations, and comprehensive validation. Developed for Fundamentals of Programming at IST.