Skip to content
View CWhite3141's full-sized avatar

Block or report CWhite3141

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

    A compiler for "Java 0" language that takes source code and converts it to assembly. Done for Dr. David Burris SHSU Spring 2022

    Python

  2. Elden_Ring_Calculator Elden_Ring_Calculator Public

    A calculator for estimation of damage output for the game Elden Ring. Front and backend done in VB.NET.

  3. Creat_List_Ada Creat_List_Ada Public

    A simple program done in Ada95 to create a list using a stack.

    Ada

  4. Topological_Sort Topological_Sort Public

    A topological sort program that accepts multiple forms of data.

    Ada

  5. Hash_Map_Ada Hash_Map_Ada Public

    A hashing program that places data in either main memory or an out file. It also finds the minimum, maximum, theoretical, and average number of probes required to locate the data.

    Ada

  6. BST_Ada BST_Ada Public

    A binary search tree that traverses and prints the data in post order iterative and post order recursive as well as in order and reverse order. It can also find and print the name and phone number …