Improve the Java level from here 1 - data structure [transfer]

xiaoxiao2021-03-06  109

Raise the Java level from here 1 - Data structure [transfer] Java small pig Java (2003-04-22 17:07:31) ----------------- -------------------------------------------------- ------------ I started from TC in the computer language, the reason I love C is that it makes me understand the principles of many DOS commands. Now the development of language makes me don't understand what is the best. It should be all aspects, but I have found that there is the most basic thing, now I am looking for java like everyone, I want to go with everyone. Explore blurred Java world. But I have a personal five-year computer language experience. I am studying Java or sharing with everyone, maybe we also hope that all of us will jointly create a common development. From today I will introduce the psychology and knowledge of my learning Java, these are the most basic things, for the role of throwing bricks, please java enthusiasts, Java big brothers come together, say everyone experience of. Regarding the rules, named, simple data types, operators and expressions of the Java language. Then I do not talk about it.

Everyone knows that there is a very good thing in the C language called the community (original scholars) Java, and the structural structure of the C language will give to the list, queue, binary tree, everyone knows these is the database. Basis, first come to analyze the applet for Java to make a list: // ******************************************* ****************** // *************************************** **************************************************** / / FileName: MyLink. Java // Purpose: Test A Link // Date: 2002/10 // Author: flyfan // Ver: 0.1 // ****************************** *********************************************************** ** public class mylink {public static void main (string args []) {int data [] = {12,54,32,98,78,45,67,98,43,25}; linknode head = new linknode Data [0]); System.out.Print ("The Original Data:" Data [0] ";"); for (int i = 1; i data) {head = new linknode (data); head.next = Temp } else {while (Temp.next! = null && temp.next.data

转载请注明原文地址:https://www.9cbs.com/read-97217.html

New Post(0)