Skip to content
View smithcol11's full-sized avatar

Block or report smithcol11

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

Popular repositories Loading

  1. vr-class-horror-game vr-class-horror-game Public

    Developed for a VR class at PSU. Made using Godot and Blender

    GDScript 4 1

  2. Algorithms Algorithms Public

    This Repository contains programs and algorithms from my CS350 course at PSU. In this class we analyzed algorthms including their space and time complexities. These are all written in either C or C++.

    C++ 1

  3. AbilitiesAtWork AbilitiesAtWork Public

    Full stack web application for Abilities at Work. Its function is to manage jobs and match clients with those jobs.

    Vue 1

  4. CS300-Chat-Application CS300-Chat-Application Public

    This was a project for my Software Engineering class. I needed to follow the entire development roadmap for starting, planning, testing, and deploying a piece of software. All of this was done unde…

    EJS

  5. String-Class String-Class Public

    For my Data Strucures course at Portland State University, we were not allowed to use 'string', and instead had to use cstrings. So, I wrote my own string class that would have similar functionalit…

    C++

  6. Red-Black-Tree-Cpp Red-Black-Tree-Cpp Public

    This is an advanced tree that I coded in my Data Structures class. It is a more advanced and balanced Binary Search Tree called a Red Black Tree. It uses color coded nodes to maintain its balance.

    C++