Skip to content
View BrentLeeSF's full-sized avatar
  • Merica bro

Highlights

  • Pro
Block or Report

Block or report BrentLeeSF

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

  1. node-express-api node-express-api Public

    node-express-api

    TypeScript 1

  2. SearchEngine SearchEngine Public

    Java - Recursively parses files or web pages to store a mapping of where words were found within files/pages while adhering to Java 8 standards. Designed with: threads with work queue, IO exception…

    HTML 1

  3. Dijkstra_Binomial_Queue Dijkstra_Binomial_Queue Public

    Receives file as list of cities and distance between these cities. Creates an Adjacency List, graph, then creates a Binomial Queue and uses Dijkstra's Algorithm to continually remove shortest dista…

    Java 1

  4. Sound_List Sound_List Public

    A rectangular shaped linked-list data structure that stores and manipulates sound clips (add echo effect, clip samples, splice samples, etc). Sounds are stored as a linked list of samples (x axis),…

    Java