Skip to content
View sabercoy's full-sized avatar
Block or Report

Block or report sabercoy

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

  1. Levenshtein_Distance Levenshtein_Distance Public

    Java program that takes in a single word and checks for spelling and offers alternative words.

    Java

  2. Soundex Soundex Public

    Takes an input string and suggests other strings based on soundex algorithm

    Java

  3. Warshall_Algorithm Warshall_Algorithm Public

    reads an input of pairs of connections and produces the transitive closure

    Ada

  4. Multi_Stack Multi_Stack Public

    This program keeps track of multiple stacks within a specified array size. Stack sizes are changed when overflow occurs and adjusted depending on usage.

    Ada

  5. Topological_Sort Topological_Sort Public

    Program takes in pairs of relations from text file (one comes before the next) and performs a topological sort that either succeeds and gives a solution or fails and gives the loop that causes it t…

    Ada

  6. Hashing Hashing Public

    Program reads a list of names and performs hashing algorithm that gives statistics of the min, max, and average number of probes for the first and last 30 entries.

    Ada