Skip to content
View rohiniy's full-sized avatar

Block or report rohiniy

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. Hadoop-MapReduce Hadoop-MapReduce Public

    Using hadoop/mapreduce to analyze social network data. This is a MapReduce program in Hadoop that implements a simple “People You Might Know" social network friendship recommendation algorithm.

    Java 4 2

  2. Agile-SHAS Agile-SHAS Public

    Java

  3. Skip-List Skip-List Public

    Implement algorithm for adding an element and assigning random levels to its node, removing of nodes in the list, and finding an element and getting the last and first element of the list.

    Java

  4. Evaluation-of-Sorting-Algorithms Evaluation-of-Sorting-Algorithms Public

    Empirical evaluation of sorting algorithms - Insertion sort (n^2) complexity, ,merge sort and quick sort for various kinds of input type

    Java

  5. HDFS-Analysis-using-MapReduce-Program HDFS-Analysis-using-MapReduce-Program Public

    This project intended to write a MapReduce program to count the crime incidents of a particular crime type happening per region. The project also consists of analyzing the performance of Mapper and…

    Java

  6. Spark-and-Scala Spark-and-Scala Public

    Scala/Spark program that implements a simple “People You Might Know" social network friendship recommendation algorithm.