Skip to content

Add interval merge solution in Rust#4

Merged
marshauf merged 1 commit intointerval_mergefrom
interval_merge_rust
Sep 17, 2023
Merged

Add interval merge solution in Rust#4
marshauf merged 1 commit intointerval_mergefrom
interval_merge_rust

Conversation

@marshauf
Copy link
Copy Markdown
Owner

  • Contains a public, documented merge function
  • The function merges overlaping intervals together
  • Works with any kind of sortable and copyable data
  • Interval merge workflow extended to fmt, lint and test the code

* Contains a public, documented merge function
* The function merges overlaping intervals together
* Works with any kind of sortable and copyable data
* Interval merge workflow extended to fmt, lint and test the code
@marshauf marshauf added the enhancement New feature or request label Sep 16, 2023
@marshauf marshauf self-assigned this Sep 16, 2023
@marshauf
Copy link
Copy Markdown
Owner Author

LGTM

@marshauf marshauf merged commit db6591b into interval_merge Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant