Skip to content
View saikip's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
  • Caterpillar Inc.
  • Gainesville, Florida
Block or Report

Block or report saikip

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

    Project implements 1. Simulator for sequence generator 2. Simulator for sequence partitioning 3. Sequence assembler

    Java

  2. KeywordCounter KeywordCounter Public

    Keyword Counter implementation using Max Fibonacci Heaps and Hash table. Determines most frequently searched keywords in a search engine.

    Java

  3. chord_protocol chord_protocol Public

    Design chord protocol using genserver/Actor model in Elixir to implement network join and routing and encode the simple application that associates a key with a string.

    Elixir 1 1

  4. Sum_Of_Perfect_Squares Sum_Of_Perfect_Squares Public

    Find all k consecutive sequences in the range 1 to N for which: Sum of squares of k consecutive integers is itself a perfect square.

    Elixir

  5. gossip_protocol_failure_model gossip_protocol_failure_model Public

    Implement node and failure model for gossip and/or push-sum algorithm. The analysis should be controlled by a parameter.

    Elixir