Skip to content
View JGE23's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report JGE23

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
JGE23/README.md

Hi there πŸ‘‹

Welcome to my README.md

  • πŸ”­ I’m currently working on a personal side project.

  • 🌱 I’m currently learning: Machine Learning focused project πŸ‘€

  • πŸ“« How to reach me: X DM

  • πŸ˜„ Pronouns: she/her

  • ⚑ Fun fact: I can bake a mean batch of chocolate chip cookies πŸͺ

Pinned Loading

  1. reformatDate Public

    Practicing Leetcode question #1507 Reformate Date

    Python

  2. Login-Signup-Form Public

    Template for login and signup

    HTML

  3. GCD Public

    Calculates the Greatest Common Divisor of two integers that the user inputs.

    C++

  4. JosephusProblem_CircularArray Public

    Using a Circular Array to solve the Josephus Problem

    C++

  5. JosephusProblem_LinkedList Public

    Using a Linked List to solve the Josephus Problem

    C++

  6. Infix_Postfix_Project Public

    This project uses stacks to implement changing an infix expression to a postfix expression.

    C++