XYZ CODE
Learning java, javascript, HTML, CSS, shell, python with fun javascript games and videos
Site Search:
home
Java 8
Basic
Advanced
Java Concurrency
Algorithm
Python Algorithm
Java Algorithm
AI
Tools
Splunk
Dynamic Web Project
soap web service
misc
Games
Resources
Blogger Tips
xyznetwork
IT Security
misc
books
About
LNode.java
public
class
LNode {
int
value
;
LNode
next
;
public
LNode(
int
value
, LNode
next
) {
this
.
value
=
value
;
this
.
next
=
next
;
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment