2001 Kremlin Cup – Women's Doubles

Women's Doubles
2001 Kremlin Cup
Champions Martina Hingis
Anna Kournikova
Runners-up Elena Dementieva
Lina Krasnoroutskaya
Final score7–6(7–1), 6–3
Seeds4

Seeds

Draw

Key

Draw

First Round Quarterfinals Semifinals Final
1 C Black
E Likhovtseva
2 3  
Q A Myskina
T Panova
6 6   Q A Myskina
T Panova
4 6 2
  Å Carlsson
L Courtois
63 3     E Dementieva
L Krasnoroutskaya
6 4 6
  E Dementieva
L Krasnoroutskaya
7 6     E Dementieva
L Krasnoroutskaya
6 6  
4 K Habšudová
E Tatarkova
3 0     L Montalvo
M Serna
2 2  
WC G Fokina
S Kuznetsova
6 6   WC G Fokina
S Kuznetsova
65 3  
  D Bedáňová
A Stevenson
2 2     L Montalvo
M Serna
7 6  
  L Montalvo
M Serna
6 6     E Dementieva
L Krasnoroutskaya
61 3  
  A Glass
S Plischke
0 3   2 M Hingis
A Kournikova
7 6  
  N de Villiers
I Selyutina
6 6     N de Villiers
I Selyutina
6 4 3
  V Razzano
D Zarić
4 1   3 S Farina Elia
B Schett
3 6 6
3 S Farina Elia
B Schett
6 6   3 S Farina Elia
B Schett
1 1  
  F Schiavone
C Torrens Valero
6 64 6 2 M Hingis
A Kournikova
6 6  
  A Barna
E Kulikovskaya
4 7 4   F Schiavone
C Torrens Valero
1 2  
  K Koukalová
A Vašková
0 3   2 M Hingis
A Kournikova
6 6  
2 M Hingis
A Kournikova
6 6  
gollark: ```python#!/usr/bin/env python3from PIL import Imageimport mathimport sysdef chunks(l, n): for i in range(0, len(l), n): yield l[i:i + n]def from_bit_list(bl): i = 0 for ix, v in enumerate(bl): i |= v * (2 ** (7 - ix)) return iim = Image.open("out.png")id = im.load()(w, h) = im.sizebits = []for x in range(w): for y in range(h): bits.append(id[x, y])bits = [1 if x >= 1 else 0 for x in bits]byts = [from_bit_list(bytegroup) for bytegroup in chunks(bits, 8)]sys.stdout.buffer.write(bytes(byts))```Here it is. It's really rather awful.
gollark: With the companion program.
gollark: You can decode it with the companion program, which I can send an image of.
gollark: This is not potatOS. This is some random text.
gollark: By some definitions.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.