Glen Kinfounia

Glen Kinfounia is a Congolese professional footballer, who plays as a Midfielder for CARA Brazzaville.[1][3]

Glen Kinfounia
Personal information
Full name Gougou Glen Kinfounia N'gouama
Date of birth (1996-07-28) 28 July 1996
Place of birth Congo
Playing position(s) Midfielder[1]
Club information
Current team
CARA Brazzaville[2]
Number 7
Senior career*
Years Team Apps (Gls)
Diables Noirs
CARA Brazzaville
* Senior club appearances and goals counted for the domestic league only

International career

In January 2014, coach Claude Leroy, invited him to be a part of the Congo squad for the 2014 African Nations Championship.[3][4] The team was eliminated in the group stages after losing to Ghana, drawing with Libya and defeating Ethiopia.[5][6]

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])
gollark: 0, 1, 1, 2, 3...
gollark: d o n ' t c h a n g e p e r

References

  1. "CHAN 2014: Congo squad". en.starafrica.com. Archived from the original on 13 March 2014. Retrieved 13 March 2014.
  2. "CAF Profile". Retrieved 20 August 2018.
  3. "Squad List for CGO-T0010 Congo Congo" (PDF). cafonline.com. Archived from the original (PDF) on 13 March 2014. Retrieved 13 March 2014.
  4. "2014 African Nations Championship in South Africa". capetownmagazine.com. Retrieved 13 March 2014.
  5. "Ghana vs Congo Preview". goal.com/en-gh. Retrieved 13 March 2014.
  6. "Ghana to play Chan 2014 opener Monday against Congo". modernghana.com. Retrieved 13 March 2014.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.