Skip to content

Commit cf84220

Browse files
committed
fix
0 parents  commit cf84220

File tree

1,496 files changed

+355590
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,496 files changed

+355590
-0
lines changed

N-Queen/README.md

Lines changed: 38 additions & 0 deletions

N-Queen/bin/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/polynomial/
2+
/Output/

N-Queen/bin/AnimatedGifEncoder.class

7.2 KB
Binary file not shown.

N-Queen/bin/Function.class

4.23 KB
Binary file not shown.

N-Queen/bin/Gui$1.class

731 Bytes
Binary file not shown.

N-Queen/bin/Gui$10.class

2.09 KB
Binary file not shown.

N-Queen/bin/Gui$11.class

2.12 KB
Binary file not shown.

N-Queen/bin/Gui$12.class

967 Bytes
Binary file not shown.

N-Queen/bin/Gui$13.class

1.01 KB
Binary file not shown.

N-Queen/bin/Gui$14.class

1.01 KB
Binary file not shown.

N-Queen/bin/Gui$15.class

1.01 KB
Binary file not shown.

N-Queen/bin/Gui$2.class

1.86 KB
Binary file not shown.

N-Queen/bin/Gui$3.class

683 Bytes
Binary file not shown.

N-Queen/bin/Gui$4.class

1.67 KB
Binary file not shown.

N-Queen/bin/Gui$5.class

1.86 KB
Binary file not shown.

N-Queen/bin/Gui$6.class

1.86 KB
Binary file not shown.

N-Queen/bin/Gui$7.class

1.33 KB
Binary file not shown.

N-Queen/bin/Gui$8.class

1.33 KB
Binary file not shown.

N-Queen/bin/Gui$9.class

1.66 KB
Binary file not shown.

N-Queen/bin/Gui.class

13.6 KB
Binary file not shown.

N-Queen/bin/LZWEncoder.class

4.01 KB
Binary file not shown.

N-Queen/bin/NeuQuant.class

6.69 KB
Binary file not shown.

N-Queen/bin/Queens.class

4.86 KB
Binary file not shown.

N-Queen/bin/Queens0$1.class

720 Bytes
Binary file not shown.

N-Queen/bin/Queens0.class

7.2 KB
Binary file not shown.

N-Queen/bin/Resources/Black.png

21.9 KB

N-Queen/bin/Resources/Red.png

21.9 KB

N-Queen/bin/Resources/White.png

21.9 KB

N-Queen/bin/Resources/add (1).png

502 Bytes

N-Queen/bin/Resources/add (2).png

554 Bytes

N-Queen/bin/Resources/checked (0).png

813 Bytes

N-Queen/bin/Resources/combination.png

1.62 KB

N-Queen/bin/Resources/crown (1).png

24 KB

N-Queen/bin/Resources/crown (2).png

27.7 KB

N-Queen/bin/Resources/crown (3).png

18.6 KB

N-Queen/bin/Resources/crown.png

43.2 KB

N-Queen/bin/Resources/dead (1).png

32.8 KB

N-Queen/bin/Resources/dead.png

44.3 KB

N-Queen/bin/Resources/diagram (2).png

760 Bytes

N-Queen/bin/Resources/diagram.png

494 Bytes
2 KB
4.41 KB

N-Queen/bin/Resources/efficiency.png

1.38 KB

N-Queen/bin/Resources/eye (3).png

4.15 KB

N-Queen/bin/Resources/eye (4).png

4.15 KB

N-Queen/bin/Resources/growth (2).png

1.09 KB

N-Queen/bin/Resources/growth (3).png

2.07 KB

N-Queen/bin/Resources/growth.png

882 Bytes
1.35 KB

N-Queen/bin/Resources/locked (1).png

1.09 KB

N-Queen/bin/Resources/maintenance.png

1.28 KB

N-Queen/bin/Resources/minus (1).png

448 Bytes

N-Queen/bin/Resources/minus (2).png

494 Bytes

N-Queen/bin/Resources/mummy.png

8.39 KB

N-Queen/bin/Resources/pause (2).png

1.02 KB

N-Queen/bin/Resources/pause (3).png

2.15 KB

N-Queen/bin/Resources/play (2).png

1.1 KB

N-Queen/bin/Resources/play (3).png

2.33 KB

N-Queen/bin/Resources/queen.png

6.98 KB

N-Queen/bin/Resources/search (1).png

1.03 KB

N-Queen/bin/Resources/search (2).png

1.34 KB
1.81 KB
3.23 KB

N-Queen/img/1.png

75 KB

N-Queen/img/2.png

84.4 KB

N-Queen/img/3.png

24.4 KB

N-Queen/img/4.png

21.5 KB

N-Queen/img/5.png

51 KB

N-Queen/img/solutions.jpg

54.4 KB
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>lib_jfreechart-1.0.19</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.m2e.core.maven2Builder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8

0 commit comments

Comments
 (0)