Skip to content
View timkaboya's full-sized avatar
💭
Showtime
💭
Showtime
  • Online

Organizations

@oc-sad

Block or report timkaboya

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. Google-Hashcode Google-Hashcode Public

    My attempt at a heuristic solution for the Google Hashcode 2019 competition. Solution is a greedy algorithm,

    Java 2

  2. algo-toolbox-coursera algo-toolbox-coursera Public

    Collection of Coursera programming assignments. Work done as partial completion of requirements for the Data Structures and Algorithms Specialization

    Java 2 3

  3. malloc malloc Public

    Memory management in c. And implementation of the malloc package. Using doubly linked explicit list and first fit search to allocate memory blocks given a huge block of memory

    C 5 10

  4. proxyserver proxyserver Public

    A proxy server implementation in c

    C 1

  5. Six-Degrees-of-Separation Six-Degrees-of-Separation Public

    Compute Each Actor's Kevin Bacon Number(Degree of Separation) using a bfs algo. Classic exercise in Breadth First Search and/or Depth First Search

    Java 7 3