2018 Amex-Istanbul Challenger – Doubles
Andre Begemann and Jonathan Eysseric were the defending champions but chose not to defend their title.
Doubles | |
---|---|
2018 Amex-Istanbul Challenger | |
Champions | |
Runners-up | |
Final score | 7–6(7–4), 4–6, [10–7] |
Rameez Junaid and Purav Raja won the title after defeating Timur Khabibulin and Vladyslav Manafov 7–6(7–4), 4–6, [10–7] in the final.
Seeds
Rameez Junaid / Purav Raja (Champions) Timur Khabibulin / Vladyslav Manafov (Final) Mikhail Elgin / Yaraslav Shyla (Semifinals) Gerard Granollers / Adrián Menéndez Maceiras (First round)
Draw
Key
- Q = Qualifier
- WC = Wild Card
- LL = Lucky Loser
- Alt = Alternate
- SE = Special Exempt
- PR = Protected Ranking
- ITF = ITF entry
- JE = Junior Exempt
- w/o = Walkover
- r = Retired
- d = Defaulted
First Round | Quarterfinals | Semifinals | Final | ||||||||||||||||||||||||
1 | 6 | 6 | |||||||||||||||||||||||||
PR | 2 | 3 | 1 | 6 | 6 | ||||||||||||||||||||||
6 | 6 | 1 | 1 | ||||||||||||||||||||||||
WC | 4 | 2 | 1 | 6 | 4 | [10] | |||||||||||||||||||||
3 | 6 | 6 | 3 | 2 | 6 | [7] | |||||||||||||||||||||
4 | 3 | 3 | 6 | 6 | |||||||||||||||||||||||
WC | 6 | 6 | WC | 2 | 1 | ||||||||||||||||||||||
PR | 4 | 3 | 1 | 77 | 4 | [10] | |||||||||||||||||||||
4 | 6 | [10] | 2 | 64 | 6 | [7] | |||||||||||||||||||||
WC | 6 | 3 | [3] | 55 | 7 | [10] | |||||||||||||||||||||
77 | 6 | 77 | 5 | [12] | |||||||||||||||||||||||
4 | 64 | 2 | 1 | 66 | |||||||||||||||||||||||
6 | 67 | [12] | 2 | 6 | 78 | ||||||||||||||||||||||
2 | 79 | [10] | 4 | 6 | [3] | ||||||||||||||||||||||
Alt | 61 | 6 | [8] | 2 | 6 | 4 | [10] | ||||||||||||||||||||
2 | 77 | 2 | [10] |
gollark: This is ultrahyperfast***.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1] + self.cache[n - 2]; self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: Okay.
gollark: Working on it.
gollark: But I could do that and it would be less slow.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.