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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
julisolval/README.md

Hi, I'm Julissa👋

Systems Engineering student building strong foundations in algorithms, data structures, and database systems. I’m currently exploring graph algorithms and data science fundamentals through applied Python projects. I’m especially interested in efficiency, structured thinking, and data-driven problem solving.

Current Focus

  • Graph algorithms (BFS, Dijkstra)
  • Applied algorithmic projects in Python
  • Data science fundamentals
  • Strengthening core computer science concepts

Selected Projects

What I'm Working On

Continuously turning core algorithms into small real-world applications to better understand how systems work under the hood.

Pinned Loading

  1. Dijkstra-CampusLagunilla-UNA-CR Dijkstra-CampusLagunilla-UNA-CR Public

    Shortest path finder for a real university campus using Dijkstra's Algorithm, inspired by how Waze and Google Maps work under the hood.

    Python

  2. social-network-friend-recommender-bfs social-network-friend-recommender-bfs Public

    BFS-based friend recommendation system in Python. Simulates "People You May Know" on Facebook and "Suggested for You" on Instagram by counting mutual connections across an undirected graph.

    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

  4. 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

  5. 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