ch4rum's repositories
algNumeric
Python and Go code provides a comprehensive visual experience for understanding how different numerical methods approximate the root of a quadratic function.
Base_Lexer
Base-Lexer is a cross-platform Python analyzer that tokenizes and parses Go-like code into an AST with a user-friendly GUI. Designed for educational purposes to learn how compilers work.
NearestPair
NearestPair is a computational geometry project that efficiently finds the closest pair of points in a given set. This implementation leverages optimized algorithms such as the Divide and Conquer approach to achieve better performance than brute-force methods.
Puzzle4x4
An interactive 4x4 sliding puzzle solver built in Python. Uses the A* search algorithm with Manhattan heuristic to find optimal solutions. Great for learning pathfinding algorithms and AI concepts.