Skip to content
View aoki-sherwoodb's full-sized avatar

Highlights

  • Pro

Block or report aoki-sherwoodb

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

Popular repositories Loading

  1. MIACWebapp MIACWebapp Public

    A full stack development project for Software Design with Jeff Ondich at Carleton College. A web application facilitating searches and graphical analysis of Minnesota Intercollegiate Athletic Confe…

    Python

  2. Mazes Mazes Public

    A project for Data Structures with Anna Rafferty at Carleton College. Uses stacks to create and solve simple mazes.

    Java

  3. Wikipaths Wikipaths Public

    A project for Data Structures with Anna Rafferty at Carleton College. Uses a graph to simulate the links in a wiki and uses queues and the breadth-first search algorithm to find the shortest path b…

    Java

  4. WordCloud WordCloud Public

    A project for Data Structures with Anna Rafferty at Carleton College. Creates HTML word clouds from text files. Uses a tree implementation of a map to store words and their counts from the input fi…

    Java

  5. Covid19API Covid19API Public

    An API project for Software Design with Jeff Ondich at Carleton College. Uses data from the Covid Tracking Project.

    Python

  6. SchemeInterpreter SchemeInterpreter Public

    An interpreter for Scheme written in C.

    C