Skip to content
View BLuEScioN's full-sized avatar
  • OpenSea
  • Austin, TX
  • 21:22 (UTC -05:00)

Block or report BLuEScioN

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 Loading

  1. lola lola Public

    Forked from TheAudiophiles/lola

    Interactive voice-controlled music dashboard for making listening to your favorite music easy, fun, and social

    JavaScript 1

  2. hello-world hello-world Public

    Prints to the console - "Hello, World!"

    1

  3. Autocomplete Autocomplete Public

    Implements autocomplete for a given set of N terms, where a term is a query string and an associated nonnegative weight. Given a prefix, finds all queries that start with the given prefix, in desce…

    Java

  4. Randomized-Queues-and-Deques Randomized-Queues-and-Deques Public

    Writes a generic data type for a deque and a randomized queue. A double-ended queue or deque (pronounced "deck") is a generalization of a stack and a queue that supports adding and removing items f…

    Java

  5. InversionCount InversionCount Public

    Counts the number of inversions in an array of ints

    Java

  6. 8-Puzzle 8-Puzzle Public

    The 8-puzzle problem is a puzzle invented and popularized by Noyes Palmer Chapman in the 1870s. It is played on a 3-by-3 grid with 8 square tiles labeled 1 through 8 and a blank square. Your goal i…

    Java