Skip to content
View julisolval's full-sized avatar
🧠
Building algorithm mini-projects in Python
🧠
Building algorithm mini-projects in Python

Block or report julisolval

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. binary-search-voter-lookup binary-search-voter-lookup Public

    Binary search implementation in Python for fast voter lookup in a sorted registry list. Inspired by real world election search workflows where manual lookup can be optimized with algorithms.

    Python

  2. university-task-sorter-quicksort university-task-sorter-quicksort Public

    University task sorter built in Python using a recursive QuickSort algorithm. Tasks are organized by deadline and priority to simulate real academic workload management.

    Python

  3. python-keyword-validator-hashtable python-keyword-validator-hashtable Public

    Custom hash table implementation in Python that stores and validates Python keywords while demonstrating collisions and separate chaining without using built-in dictionaries.

    Python