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

Block or report dominiquedave

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. Bootleg-Pokedex Bootleg-Pokedex Public

    C progrom to make a pokedex using DMA and heavy use of pointers

    C

  2. Russian-Roulet Russian-Roulet Public

    I wrote a program that combines linked list and a queue to strategically eliminate elements.

    C

  3. setUP setUP Public

    Algorithm working with disjoint sets where I run complex find and union operations on the layers of data.

    Java

  4. SortingByBistance SortingByBistance Public

    I'm trying to sort (X,Y) plane coordinates by distance from the center of a respective graph as fast as possible

    C

  5. UniversityManager UniversityManager Public

    I worked on a project with a team where we made 3 University personnel management systems, each program increasing in complexity.

    Java

  6. wordSearch wordSearch Public

    I made a word search algorithm using binary (X,Y) coordinates and backtracking

    Java