zal
azaleafrayha
16 y/o student • learning Python Interested in AI / ML Open to collab & mentorship
Languages
Top Repositories
Finding the fastest route between nodes using Dijkstra's algorithm. Simple, efficient, and documented.
A tool to automatically generate secure password without a headache. Built with Python and Regex to make sure your data stays locked up tight.
A Python tool that receives a list of strings which are arithmetic problems and returns the problems arranged vertically and side-by-side.
Verify any card number instantly. A Python script practicing the Luhn Algorithm with an interactive input feature
Python implementation of Merge Sort focusing on recursion, divide and conquer patterns, and efficient in-place index tracking.
Solving the classic Tower of Hanoi puzzle using recursive logic in Python.
Repositories
12Python implementation of Merge Sort focusing on recursion, divide and conquer patterns, and efficient in-place index tracking.
Solving the classic Tower of Hanoi puzzle using recursive logic in Python.
(Pending) A simple Python CLI tool to track daily expenses. Built with functional programming logic, featuring basic CRUD operations and user input validation.
A tool to automatically generate secure password without a headache. Built with Python and Regex to make sure your data stays locked up tight.
A Python tool that receives a list of strings which are arithmetic problems and returns the problems arranged vertically and side-by-side.
Finding the fastest route between nodes using Dijkstra's algorithm. Simple, efficient, and documented.
Verify any card number instantly. A Python script practicing the Luhn Algorithm with an interactive input feature
My way to practice code by my own logic without falling into tutorial hell.
No description provided.
Python implementation of the Bisection Method.
A short Python script to flip PascalCase or camelCase strings into snake_case. Clean, simple, and PEP 8 friendly.
A Python-based Vigenere Cipher tool with an interactive CLI menu for easy encryption and decryption.