Skip to content
View skyfall17's full-sized avatar

Block or report skyfall17

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

Pinned Loading

  1. ConnectFour ConnectFour Public

    Biggest java project made in 9th grade (2015-2016)

    Python 1

  2. Huffman_Coding_Algorithm Huffman_Coding_Algorithm Public

    Encodes and Decodes characters in a file.

    C++ 1

  3. Sorting_Analysis Sorting_Analysis Public

    Analyzed sorting algorithms and produced graphs displaying their efficiencies using NumPy and Matplotlib in Jupyter Notebook.

    Jupyter Notebook 1

  4. High_School_Freshman_Files High_School_Freshman_Files Public

    Programs created in 9th grade while taking AP Computer Science A

    Java 1

  5. ConnectFour with AI (Python) ConnectFour with AI (Python)
    1
    import random
    2
    def p(array):
    3
        string = ""
    4
        for row in array:
    5
            for column in row: