2014–15 Ligakupa

The 2014–15 Ligakupa was the 8th and final edition of the Hungarian association football League Cup, the Ligakupa.

2014–15 Ligakupa
Country Hungary
Teams32
ChampionsFerencváros
Runners-upDebrecen

Group stage

Group A

Team Pld W D L GF GA GD Pts
Nyíregyháza 6 4 1 1 8 4 +4 13
DVTK 6 3 1 2 12 8 +4 10
Ceglédi 6 2 0 4 9 12 3 6
Szolnoki 6 2 0 4 6 11 5 6
Source:

Group B

Team Pld W D L GF GA GD Pts
Debrecen 6 4 1 1 17 4 +13 13
Békéscsaba 6 3 0 3 10 14 4 9
Kecskeméti 6 2 1 3 6 9 3 7
Szeged 6 1 2 3 5 11 6 5
Source:

Group C

Team Pld W D L GF GA GD Pts
MTK Budapest 6 5 0 1 16 8 +8 15
Dunaújváros 6 4 1 1 18 8 +10 13
Mezőkövesd 6 2 0 4 13 20 7 6
Balmazújvárosi 6 0 1 5 7 18 11 1
Source:

Group D

Team Pld W D L GF GA GD Pts
Budapest Honvéd 6 4 1 1 19 12 +7 13
Győr 6 3 1 2 17 12 +5 10
Gyirmót 6 2 1 3 10 12 2 7
Csákvári 6 1 1 4 13 23 10 4
Source:

Group E

Team Pld W D L GF GA GD Pts
Videoton 6 4 1 1 18 5 +13 13
Újpest 6 3 1 2 17 12 +5 10
Vasas 6 2 1 3 10 13 3 7
Ajka 6 0 1 5 5 21 16 1
Source:

Group F

Team Pld W D L GF GA GD Pts
Ferencváros 6 3 2 1 9 4 +5 11
Paks 6 2 3 1 13 10 +3 9
Zalaegerszegi 6 1 3 2 5 7 2 6
Kaposvár 6 2 0 4 6 12 6 6
Source:

Group G

Team Pld W D L GF GA GD Pts
Haladás 6 4 1 1 12 4 +8 13
Soproni VSE 6 3 1 2 7 5 +2 10
Lombard-Pápa 6 2 1 3 5 7 2 7
Siófok 6 1 1 4 3 11 8 4
Source:

Group H

Team Pld W D L GF GA GD Pts
Szigetszentmiklósi 6 3 2 1 10 3 +7 11
Pécsi 6 3 2 1 8 5 +3 11
Soroksár 6 2 1 3 8 12 4 7
Puskás Akadémia 6 1 1 4 6 12 6 4
Source:

Round of 16

Team 1 Agg. Team 2 1st leg 2nd leg
Paks 1–5 MTK Budapest 0–3 1–2
Győr 1–2 Szigetszentmiklósi 1–2 0–0
Békéscsaba 2–3 Nyíregyháza 2–2 0–1
Dunaújváros PASE 3–4 Videoton 2–1 1–3
Pécsi 2–1 Haladás 0–0 2–1
Újpest 1–4 Ferencváros 1–4 0–0
Soproni VSE 2–4 Debrecen 1–1 1–3
DVTK 3–3 Budapest Honvéd 2–3 1–0

Quarter-finals

Team 1 Agg. Team 2 1st leg 2nd leg
Debrecen 4–3 Videoton 2–3 2–0
Pécsi 0–2 MTK Budapest 0–1 0–1
Szigetszentmiklósi 3–10 Ferencváros 1–7 2–3
Budapest Honvéd 6–2 Nyíregyháza 3–0 3–2

Semi-finals

Team 1 Agg. Team 2 1st leg 2nd leg
Debrecen 5–1 MTK Budapest 3–1 2–0
Ferencváros 4–0 Budapest Honvéd 3–0 1–0

Final

Debreceni VSC (I)1–2Ferencvárosi TC (I)
 73' Brković Ugrai  8'
Da. Nagy  47'
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.math.arithmetics;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.ApplicationContextHolder;import javax.annotation.PostConstruct;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.context.ApplicationContext;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies.comparators.integercomparator.IntegerForEqualityComparator;@Servicepublic class NumberIsMultipleOfAnotherNumberVerifier { private static IntegerDivider integerDivider; @Autowired private ApplicationContextHolder applicationContextHolder; @PostConstruct public void init() { final ApplicationContext applicationContext = applicationContextHolder.getApplicationContext(); this.integerDivider = applicationContext.getBean(IntegerDivider.class); } public static boolean numberIsMultipleOfAnotherNumber(final int nFirstNumber, final int nSecondNumber) { try { final int nDivideFirstIntegerBySecondIntegerResult = (NumberIsMultipleOfAnotherNumberVerifier.integerDivider.divide(nFirstNumber, nSecondNumber)); final int nMultiplyDivisionResultBySecondIntegerResult = nDivideFirstIntegerBySecondIntegerResult * nSecondNumber; if (IntegerForEqualityComparator.areTwoIntegersEqual(nMultiplyDivisionResultBySecondIntegerResult, nFirstNumber)) { return true; } else { return false; } } catch (final ArithmeticException ae) { return false; } }}```
gollark: `https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition
gollark: Not enterprise enough. Try again.
gollark: No `ModuleFactoryBuilderStrategyImpls`.
gollark: Wait, this is wrong, is this even valid Java?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.