Mirko Radovanović
Mirko Radovanović (Serbian Cyrillic: Mиpкo Paдoвaнoвић ; born April 5, 1986 Čačak) is a Serbian footballer.
Personal information | |||
---|---|---|---|
Full name | Mirko Radovanović | ||
Date of birth | April 5, 1986 | ||
Place of birth | Čačak, SFR Yugoslavia | ||
Height | 1.82 m (5 ft 11 1⁄2 in) | ||
Playing position(s) | Left-back | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2002–2008 | Borac Čačak | 1 | (0) |
2003–2006 | → Remont Čačak (loan) | 31 | (2) |
2006–2007 | → Sloboda Čačak (loan) | 27 | (4) |
2007–2008 | → Mladi Radnik (loan) | 22 | (2) |
2008–2009 | Radnički Kragujevac | 28 | (2) |
2009–2011 | Željezničar | 46 | (2) |
2012 | AS Trenčín | 5 | (0) |
2012 | Smederevo | 10 | (0) |
2013 | AS Trenčín | 0 | (0) |
2013 | Oulun Palloseura | 3 | (0) |
2014 | Sloga Petrovac na Mlavi | 6 | (0) |
* Senior club appearances and goals counted for the domestic league only and correct as of 00:15, 24 July 2014 (UTC) |
Career statistics
- As of 20 May 2012
Club performance | League | Cup | Continental | Total | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Season | Club | League | Apps | Goals | Apps | Goals | Apps | Goals | Apps | Goals |
Slovakia | League | Slovak Cup | Europe | Total | ||||||
2011–12 | AS Trenčín | Corgoň Liga | 5 | 0 | 0 | 0 | 0 | 0 | 5 | 0 |
Career total | 5 | 0 | 0 | 0 | 0 | 0 | 5 | 0 |
gollark: you PENGUINS.
gollark: HAS YOUR NOSE EXPLODED?
gollark: ```haskellimport Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '```
gollark: import Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '
gollark: 3.1 Using 2x2 matricesThe argument of iterateabove is a linear transformation, so we can represent it as matrix and compute the nth power of this matrix with O(log n) multiplications and additions.For example, using the simple matrix implementation in Prelude extensions,fib n = head (apply (Matrix [[0,1], [1,1]] ^ n) [0,1])
External links
- Profile and stats at Srbijafudbal.
- Mirko Radovanović at Soccerway
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.