Skip to content
View hannahgsimon's full-sized avatar
:electron:
for (int i = 0; i < dreams.length; i++) { chase(dreams[i]); }
:electron:
for (int i = 0; i < dreams.length; i++) { chase(dreams[i]); }

Block or report hannahgsimon

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
hannahgsimon/README.md

About Me

  • 👋 Hello world! I'm Hannah (@hannahgsimon)
  • 📚 Enthusiastic Master of Computer Science student at Cleveland State University, graduating in May 2026
  • 🌱 Passionate about continuous improvement, learning, growth, & pushing the boundaries of technology
  • 🚀 I enjoy solving complex problems and advancing technology through computational innovation
  • 💡 Interests include software engineering, mathematics, algorithm optimization, embedded systems, AI, machine learning, quantum computing, cryptography, & data mining
  • ⚡ Fun fact: I'm a board game enthusiast with a soft spot for strategy games!

Connect With Me

  • 🤝 I'm always eager to expand my network, collaborate on new projects, or discuss innovative ideas. Please feel free to reach out!
     

Profile view counter on GitHub

Popular repositories Loading

  1. HALModeling2024 HALModeling2024 Public

    Developed code using the Hybrid Automata Library (HAL) to create a spatial agent-based model of radio-immune response to spatially fractionated radiotherapy. This project was in association with th…

    Java

  2. HAL HAL Public

    Forked from MathOnco/HAL

    HAL (Hybrid Automata Library) is the one-stop shop for all of your hybrid modeling needs

    Java

  3. HALModeling2024Graphs HALModeling2024Graphs Public

    Created code to develop and analyze statistical graphs for the spatial radiotherapy model, which can be found at https://github.com/hannahgsimon/HALModeling2024. This project was in association wit…

    Python

  4. DijkstrasAlgorithm DijkstrasAlgorithm Public

    Developed code for Dijkstra's Algorithm, an algorithm to find the shortest paths between nodes in a weighted graph, which may represent, for example, road networks

    Java

  5. SortingAlgorithms SortingAlgorithms Public

    Developed code for selection sort, radix sort, merge sort using recursion, and insertion sort sorting algorithms

    Java

  6. DataStructures DataStructures Public

    Developed code to modify circular queue and stack data structures so that each can be implemented with linked lists or arrays for internal storage, instead of their built-in data type

    Java