Skip to content
#

implementation-of-research-paper

Here are 46 public repositories matching this topic...

This code is the implementation of the research paper: Statistical change detection for multi-dimensional data. Xiuyao Song, Mingxi Wu, Christopher Jermaine, and Sanjay Ranka. 2007 In Proceedings of the 13th ACM SIGKDD international conference on Knowledge discovery and data mining. Association for Computing Machinery,New York,NY,USA,667–676.

  • Updated Jun 8, 2024
  • Jupyter Notebook

The implementation in C++ of the closest-pair doubling algorithm which finds the smallest distance between two points in a metric space in O(n log n) time without directly using the points' coordinates.

  • Updated Sep 28, 2020
  • C++

This code is the implementation of the research paper: New insights on integer programming models for the kidney exchange problem. Miguel Constantino, Xenia Klimentova, Ana Viana, and Abdur Rais (Constantino et al). European Journal of Operational Research, 231(1):57–68, 2013. Integer programs in the paper are solved using glpk solver in python.

  • Updated Jun 7, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the implementation-of-research-paper topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the implementation-of-research-paper topic, visit your repo's landing page and select "manage topics."

Learn more