Ignore it and ignore the 3rd letter when sorting.
Input:
abcde abddef aabaab aaaaaa #
Output:
Set #1:
aaaaa 2
abdde 2
Search found 27 matches
- Tue Sep 03, 2002 5:36 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10352 - Count the eWords
- Replies: 30
- Views: 14764
- Sat Aug 31, 2002 6:19 pm
- Forum: Java
- Topic: A very good FREE Java Book
- Replies: 2
- Views: 3216
A very good FREE Java Book
If you want to learn Java there's a very good book, and it's free.
Visit the site http://www.BruceEckel.com and download it.
The book is Thinking in Java.
Visit the site http://www.BruceEckel.com and download it.
The book is Thinking in Java.
- Fri Aug 30, 2002 9:42 pm
- Forum: C
- Topic: array functions
- Replies: 4
- Views: 3068
- Fri Aug 30, 2002 3:46 am
- Forum: C
- Topic: array functions
- Replies: 4
- Views: 3068
- Thu Aug 29, 2002 5:14 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10347 - Medians
- Replies: 32
- Views: 17972
- Thu Aug 29, 2002 1:29 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10102 - The path in the colored field
- Replies: 34
- Views: 17205
- Thu Aug 29, 2002 1:18 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10352 - Count the eWords
- Replies: 30
- Views: 14764
- Tue Aug 27, 2002 7:30 pm
- Forum: Volume 3 (300-399)
- Topic: 375 - Inscribed Circles and Isosceles Triangles
- Replies: 19
- Views: 5129
Problem 375 - What's the problem?
I think that there are errors with this problem.
For example, for the sample input I think that the sample output should be
0.827651 and not 0.827648 as stated in the problem.
This is my solution , I think it's correct but I'm getting wrong awnser.
-- code removed ---
I was doing a silly mistake ...
For example, for the sample input I think that the sample output should be
0.827651 and not 0.827648 as stated in the problem.
This is my solution , I think it's correct but I'm getting wrong awnser.
-- code removed ---
I was doing a silly mistake ...
- Mon Aug 26, 2002 9:39 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10102 - The path in the colored field
- Replies: 34
- Views: 17205
- Mon Aug 26, 2002 5:48 pm
- Forum: Other words
- Topic: Free book of Algorithms
- Replies: 6
- Views: 3369
Free book of Algorithms
I found a free book on algorithms.
I still don
I still don
- Thu Aug 22, 2002 9:51 pm
- Forum: Volume 5 (500-599)
- Topic: 547 - DDF
- Replies: 9
- Views: 6013
- Thu Aug 22, 2002 9:19 pm
- Forum: Volume 5 (500-599)
- Topic: 547 - DDF
- Replies: 9
- Views: 6013
547 - DDF
Can you tell-me if this output is correct ?
INPUT
0 3000
2 3000
3000 2
100 200
200 100
1000 3000
2 1000
1000 2
15 15
14 16
16 14
2 15
OUTPUT
Input1: 0 3000
Output1: 924 168 102 36 46 18 30 27 22 9 13 5 6 12 19 11 3 4 7 8 15
Input2: 2 3000
Output2: 924 168 102 36 46 18 30 27 22 9 13 5 6 12 19 11 ...
INPUT
0 3000
2 3000
3000 2
100 200
200 100
1000 3000
2 1000
1000 2
15 15
14 16
16 14
2 15
OUTPUT
Input1: 0 3000
Output1: 924 168 102 36 46 18 30 27 22 9 13 5 6 12 19 11 3 4 7 8 15
Input2: 2 3000
Output2: 924 168 102 36 46 18 30 27 22 9 13 5 6 12 19 11 ...
- Wed Aug 21, 2002 2:31 pm
- Forum: Other words
- Topic: New primality test algorithm found.
- Replies: 3
- Views: 2632
New primality test algorithm found.
http://www.cse.iitk.ac.in/primality.pdf
This is a polynomial time algorithm to test if a number is prime.
Good work.
This is a polynomial time algorithm to test if a number is prime.
Good work.
- Wed Aug 07, 2002 2:07 pm
- Forum: Volume 2 (200-299)
- Topic: 211 - The Domino Effect
- Replies: 7
- Views: 4695
- Tue Aug 06, 2002 7:25 pm
- Forum: Volume 2 (200-299)
- Topic: 211 - The Domino Effect
- Replies: 7
- Views: 4695
211 - The Domino Effect
Maybe I don't understood what is a valid board of bones
for a given board of pips but I think that for any board
of pips, including the ones in the sample output, there are
a lot of boards of bones.
For example, for the for the first board in the sample input,
5 4 3 6 5 3 4 6
0 6 0 1 2 3 1 1
3 2 ...
for a given board of pips but I think that for any board
of pips, including the ones in the sample output, there are
a lot of boards of bones.
For example, for the for the first board in the sample input,
5 4 3 6 5 3 4 6
0 6 0 1 2 3 1 1
3 2 ...