scispace - formally typeset
Y

Yihan Sun

Researcher at University of California, Riverside

Publications -  56
Citations -  922

Yihan Sun is an academic researcher from University of California, Riverside. The author has contributed to research in topics: Parallel algorithm & Data structure. The author has an hindex of 13, co-authored 42 publications receiving 597 citations. Previous affiliations of Yihan Sun include Tsinghua University & University of California.

Papers
More filters
Proceedings ArticleDOI

Influence Maximization in Dynamic Social Networks

TL;DR: This paper proposes a novel algorithm to approximate the optimal solution to the problem of maximizing influence diffusion in a dynamic social network, through probing a small portion of the network, and minimizes the possible error between the observed network and the real network.
Book ChapterDOI

Simultaneous Optimization of both Node and Edge Conservation in Network Alignment via WAVE

TL;DR: In this paper, a weighted alignment strategy (WAVE) is proposed to maximize both node and edge conservation during alignment construction to further improve quality of network alignment, which can optimize any measures of edge conservation.
Proceedings ArticleDOI

Just Join for Parallel Ordered Sets

TL;DR: In this article, the authors show that Adams' algorithms are both work efficient and highly parallel (polylog span) across four different balancing schemes (AVL trees, red-black trees, weight balanced trees and treaps) and also compare the performance of their implementation to other existing libraries and algorithms.
Proceedings ArticleDOI

PAM: parallel augmented maps

TL;DR: An interface for ordered maps that is augmented to support fast range queries and sums, and a parallel and concurrent library called PAM (Parallel Augmented Maps) that implements the interface are described.
Proceedings ArticleDOI

A Top-Down Parallel Semisort

TL;DR: This work implements the parallel integer sorting algorithm of Rajasekaran and Reif, but instead of processing bits of a integers in a reduced range in a bottom-up fashion, it process the hashed values of keys directly top-down.