Skip to content
View kgoeltner's full-sized avatar

Block or report kgoeltner

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. HackDavis2020 HackDavis2020 Public

    Forked from lifeoncruzcontrol/HackDavis2020

    HTML

  2. multiset_prime_factorization multiset_prime_factorization Public

    Implementation of the multiset ADT using a BST along with Google-style unit-testing. Program that performs trivial prime factorization on a number and prints output based on specified operation: al…

    C++

  3. chemical_compound chemical_compound Public

    Program that calculates the atomic weight of a compound & prints unique elements

    C

  4. game_of_life game_of_life Public

    Program containing the game of life. This version prints out the board after every interval of total transformations based on command line input.

    C

  5. collaborative_filtering collaborative_filtering Public

    Program to create a user, product, and rating data-set. Updated for auto-generation API HTTP-request calls for USER & PRODUCT names.

    Java

  6. completely_fair_scheduler completely_fair_scheduler Public

    Implementation of the multimap ADT using a LLRB along with Google-style unit-testing. Program that receives a file of unordered task descriptions and feeds them into the CFS scheduler strategy.

    C++