Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Dijkstra Edge
Lusien_Lashans
May 2nd, 2018
86
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Java
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
package
com.company
;
public
class
Edge
{
public
int
s, t, cost
;
public
Edge
(
int
s,
int
t,
int
cost
)
{
this
.
s
=
s
;
this
.
t
=
t
;
this
.
cost
=
cost
;
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Crypto Accounts
JavaScript | 13 sec ago | 0.08 KB
Make 3500$ in 20 MIN [Method] J
JavaScript | 15 sec ago | 0.07 KB
FREE BTC GUIDE
JavaScript | 25 sec ago | 0.08 KB
Make $2000 in 15 minutes E
JavaScript | 27 sec ago | 0.07 KB
MAKE $500 INSTANTLY
JavaScript | 40 sec ago | 0.08 KB
✅ PayPal Hits
JavaScript | 53 sec ago | 0.08 KB
FREE BTC GUIDE E
JavaScript | 55 sec ago | 0.07 KB
✅ MAKE $1200 IN 15 MIN
JavaScript | 1 min ago | 0.08 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!