Skip to content
View lawhvictoria's full-sized avatar

Organizations

@Flashhhhhhhhhh

Block or report lawhvictoria

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. image_processing image_processing Public

    Created a Python program to draw spheres with different shades of colors along with diffuse, light, ambient, shadow, specular, and roughness by calculating the size of each pixel, and the distance …

    Python 2

  2. image_filters image_filters Public

    Image filters similar to that of Instagram.

    Python

  3. 4FunctionMathCalculator 4FunctionMathCalculator Public

    A webpage that does addition, subtraction, multiplication, and division of any two numbers. I used HTML, CSS, and Javascript to create this webpage.

    JavaScript 1

  4. Binary_Search_Tree Binary_Search_Tree Public

    Implementation of a Binary Search Tree, it's application (including Preorder, Inorder, and Level Order), and a Dictionary Maker

    Java

  5. Stacks_LinkedList Stacks_LinkedList Public

    Stacks-Linked List implementation-Postfix Notation (Conversion between infix to postfix and postfix to infix)

    Java

  6. BinaryHeap BinaryHeap Public

    Implementation of a binary heap and it's applications

    Java