Skip to content
View meghanwilcox's full-sized avatar

Block or report meghanwilcox

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

Pinned Loading

  1. Analysis-of-Quicksort-Pivot-Selection-Methods Analysis-of-Quicksort-Pivot-Selection-Methods Public

    Implemented a Quicksort algorithm with three different pivot selection strategies, including median of 3, middle element, and random element. Benchmarked and compared the performance of these strat…

    Java

  2. pong-game pong-game Public

    A version of the classic Pong game using Python, OOP, and its Turtle library. Allows for two players, includes score keeping, moving graphics, and keyboard control.

    Python

  3. snake-game snake-game Public

    A version of the classic snake game using Python, OOP, and its Turtle module. Includes moving graphics, random food generation, score keeping, and keyboard control.

    Python

  4. weather-app weather-app Public

    A weather web application using HTML, CSS, and JavaScript to display the weather information at a specified city. The application uses APIs to gather weather data, and to display corresponding imag…

    HTML