data structure « algorithm « Java Collection Q&A

Home
Java Collection Q&A
1.algorithm
2.array
3.Array Byte
4.Array Char
5.Array Convert
6.Array Dimension
7.Array Integer
8.Array Object
9.Array String
10.ArrayList
11.collection
12.comparator
13.Development
14.Garbage Collection
15.Generic
16.hash
17.HashMap
18.HashTable
19.iterator
20.LinkedList
21.List
22.Map
23.queue
24.Set
25.Sort
26.tree
Java Collection Q&A » algorithm » data structure 

1. Pruning Tic Tac Toe Moves    stackoverflow.com

I've written a tic tac toe code that fine to a point. I have Alpha-Beta Pruning working also. I've ran across a problem that I need ideas, NOT CODE. How can ...

2. Any suggestions on learning Data structures and algorithms for java developers    stackoverflow.com

What algorithms should a java developer(or maybe a better question would be a software developer in general) should know. I have Introduction to Algorithms by Cormen and Algorithms by Richard Johnsonbaugh ...

3. Advice requested: Data Structures and Algorithms in Java    coderanch.com

Big O and time complexity are not very difficult mathematically. Simple arithmetic. It is just a way to judge effiency of an algorithm without factoring in outside concerns, like hardware, and operating systems. Logic and induction, which is a large part of the foundation of mathematics, is not all that difficult either. If you can understand basic logic principles, you should ...

5. Good Book on Data Structures and Algorithms in Java    coderanch.com

I second that - that book is very good. Algorithms are of such a general nature that you shouldn't have problems translating them from pseudo-code (which is how most such books -including Cormen/Leiserson- present algorithms) into any language you happen to be using. If it were specific to one language -say, Java- you might end up scratching your head, saying: why ...

10. Book on Data Structures and Algorithms    coderanch.com

Hey programmers.. just wanted some advice from all of you.. I want a really good book on Data Structures and Algorithms(preferably C/C++) Though this is Javaranch but i see excellent programmers here who would also have mastered C/C++ other than Java..and this is also the most active forum i have seen ever Please help me out. your good advice can help ...

11. Book for "Data Structure and Algorithm in Java" ?    coderanch.com

The only book I know of specifically on these topics was written in 2002: Data Structures and Problem Solving Using Java, by Mark Allen Weiss. It's more of a college textbook than a general guide, and of course the code techniques by now are dated. Still, if that's exactly what you want and the only thing you want, there it is. ...

13. Help about data structures and algorithms    java-forums.org

-Write a method that receives the frequency table (array) and returns a Huffman tree. I am a new member of Java , so I can not do this question . Can you help me ? describe your DESIGN, your source code structure, how to input values and use your program. Sorry about my question , but I can not know everything ...

14. Data Structures and Algorithms in java book    forums.oracle.com

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.