-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
68 lines (49 loc) · 2.86 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#########################################################################
# CLRS 3rd Edition v1.0.0 #
#########################################################################
Description : This software is an implementation of the algorithms
in the Introduction to Algorithms book by
Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein.
Information about the book can be found here :-
http://en.wikipedia.org/wiki/Introduction_to_Algorithms
http://mitpress.mit.edu/books/introduction-algorithms
Author : Rushang Vinod Vandana Karia
- Rushang.Karia@asu.edu
- 4806283130
- github.com/RushangKaria
- Arizona State University
Author : Shrijal Pravin Gandhi
- Shrijal.Gandhi@asu.edu
- 4806282324
- github.com/ShrijalGandhi
- Arizona State University
File : README
Description about this software
Copyright (C) 2014 Rushang Karia, Shrijal Gandhi
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
REQUIRED SYSTEM REQUIREMENTS :
1. JAVA SE 1.6 or higher. Download it for free at http://www.oracle.com/technetwork/java/javase/downloads/index.html
2. For developers, JDK 1.6 or higher is required to rebuild the project :- http://www.oracle.com/technetwork/java/javase/downloads/index.html
3. Windows/Linux/Mac (32/64 bit) supporting [1]
4. 512MB free RAM. free RAM is the amount of RAM available on an idle processor with the OS running
RECOMMENDED SYSTEM REQUIREMENTS :
1. JAVA SE 1.7 or higher
2. 4GB free RAM
KNOWN BUGS
ERROR MESSAGE : "Unsupported Major-Minor version 55"
CAUSE : This software was compiled using JAVA 1.7+. Older versions might be incompatible.
FIX : Upgrade to the latest version of JAVA
ERROR MESSAGE : "JAVA Heap Space Error : Out of heap space"
CAUSE : The memory was insufficient
FIX : Increase the memory available to the JVM/ Increase your RAM/ Decrease the input size
CONTENTS
The following lists the features of the program