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

Block or report dydtaylo

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. Riff-Generator Riff-Generator Public

    Generates Tablature (guitar sheet music) by conducting a statistical analysis on a set of input riffs and then generating new riffs until one is found that fits the statistical model

    Java 3

  2. GravityGolf GravityGolf Public

    Fun golf game using 2d gravity

    Java

  3. GraphDataStructure GraphDataStructure Public

    Adjacency List Graph implementation that is a subclass of java.util.HashMap<Integer, DistanceTo> where DistanceTo is a structure that represents a connection

    Java

  4. HashTables HashTables Public

    Some hash table<int, String> implementations I made for practice

    Java

  5. StalinMergeSort StalinMergeSort Public

    Sorting algorithm based on the joke sorting algorithm "Stalin sort" (https://www.reddit.com/r/ProgrammerHumor/comments/9s9kgn/nononsense_sorting_algorithm/). Where Stalin sort is used to separate t…

    Java

  6. GroupMergeSort GroupMergeSort Public

    Sorting algorithms I came up with (may already exists idk) seem to be better than quick sort as n exceeds 100000. Test File included (SortingComparisons.java)

    Java