Skip to content
View susan4syw's full-sized avatar

Block or report susan4syw

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.

Content in all repositories owned by your account will be closed.
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

Pinned Loading

  1. NYC-Rental-Investment-Analysis NYC-Rental-Investment-Analysis Public

    NYC 2-bedroom Airbnb investment analysis with occupancy modeling, revenue estimation, break-even, and 10-year return by ZIP code using Airbnb listings + Zillow ZHVI data.

    Jupyter Notebook

  2. Wolf-Habitat-Suitability-Prediction Wolf-Habitat-Suitability-Prediction Public

    Wolf habitat suitability analysis for Washington State. Maps wolf pack locations, threat zones (roads, hunting, livestock), and scores habitat quality using weighted overlay and logistic regression…

    Python

  3. wordplay wordplay Public

    Forked from wordplaydev/wordplay

    An accessible, language-inclusive programming language and IDE for creating interactive typography on the web.

    TypeScript

  4. PhonebookManager PhonebookManager Public

    This project implements a phonebook manager using a singly linked list. It allows adding, modifying, deleting, sorting, and moving entries in the phonebook. The phonebook entries include name, addr…

    Java

  5. BinaryPrintingTrees BinaryPrintingTrees Public

    Defines the Tree class for managing a binary search tree. Includes methods for adding, removing, searching, and traversing nodes, as well as printing the tree in a structured format.

    Java

  6. GuessingGame GuessingGame Public

    This program implements a number guessing game where the user guesses a number between 1 and 100. The program provides feedback on whether the guess is too high or too low and tracks overall statis…

    Java