An open API service indexing awesome lists of open source software.

https://github.com/sadit/intersections.jl

Algorithms for computing intersection using sorted lists of integers as sets
https://github.com/sadit/intersections.jl

Last synced: 6 months ago
JSON representation

Algorithms for computing intersection using sorted lists of integers as sets

Awesome Lists containing this project

README

          

[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://sadit.github.io/Intersections.jl/dev)
[![CI](https://github.com/sadit/Intersections.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/sadit/Intersections.jl/actions/workflows/ci.yml)

# Intersections

It implements some intersection algorithms for sorted lists of integers.

# Usage
You can found Pluto notebooks for examples and benchmarking in the
[examples](https://github.com/sadit/Intersections.jl/tree/main/examples) directory.