Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1023117 // test_anyOverlap_intRanges (OK)

JavaX fragment (include)

svoid test_anyOverlap_intRanges() {
  testFunctionValues anyOverlap_intRanges(
    ll(intRange(5, 10), intRange(3, 5)), false,
    ll(intRange(5, 10), intRange(3, 6)), true,
    ll(intRange(3, 5), intRange(30, 40)), false,
    ll(intRange(0, 1), intRange(5, 10), intRange(3, 6)), true
  );
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023117
Snippet name: test_anyOverlap_intRanges (OK)
Eternal ID of this version: #1023117/2
Text MD5: 726dcf0b2d2dbbb700a4dd376ca9ab8d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-11 13:45:56
Source code size: 298 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 177 / 211
Version history: 1 change(s)
Referenced in: [show references]