1925–26 Nemzeti Bajnokság I
Statistics of Nemzeti Bajnokság I for the 1925–26 season.
Champions | Ferencvarosi TC |
---|---|
Relegated | Budapesti EAC Vívó és Atlétikai Club Erzsébeti TC Törekvés SE |
Matches played | 110 |
Goals scored | 470 (4.27 per match) |
← 1924–25 1926–27 → |
Overview
It was contested by 10 teams, and Ferencvárosi TC won the championship.
League standings
Pos | Team | Pld | W | D | L | GF | GA | GR | Pts |
---|---|---|---|---|---|---|---|---|---|
1 | Ferencvárosi TC | 22 | 14 | 5 | 3 | 58 | 24 | 2.417 | 33 |
2 | MTK Hungária FC | 22 | 12 | 7 | 3 | 52 | 18 | 2.889 | 31 |
3 | Vasas SC | 22 | 11 | 7 | 4 | 58 | 47 | 1.234 | 29 |
4 | Újpest FC | 22 | 11 | 5 | 6 | 48 | 29 | 1.655 | 27 |
5 | Nemzeti SC | 22 | 6 | 12 | 4 | 27 | 27 | 1.000 | 24 |
6 | Kispest AC | 22 | 8 | 5 | 9 | 47 | 51 | 0.922 | 21 |
7 | III. Kerületi TUE | 22 | 9 | 3 | 10 | 46 | 56 | 0.821 | 21 |
8 | 33 FC | 22 | 5 | 8 | 9 | 25 | 33 | 0.758 | 18 |
9 | Budapesti EAC | 22 | 5 | 7 | 10 | 31 | 39 | 0.795 | 17 |
10 | Vívó és Atlétikai Club | 22 | 3 | 11 | 8 | 24 | 45 | 0.533 | 17 |
11 | Erzsébeti TC | 22 | 4 | 7 | 11 | 23 | 44 | 0.523 | 15 |
12 | Törekvés SE | 22 | 3 | 5 | 14 | 31 | 57 | 0.544 | 11 |
Source: rsssf.com
gollark: And solve sudokus.
gollark: You can abuse "recursive common table expressions" (why is this a feature) to compute mandelbröts apparently?
gollark: ```sqliteWITH RECURSIVE xaxis(x) AS (VALUES(-2.0) UNION ALL SELECT x+0.05 FROM xaxis WHERE x<1.2), yaxis(y) AS (VALUES(-1.0) UNION ALL SELECT y+0.1 FROM yaxis WHERE y<1.0), m(iter, cx, cy, x, y) AS ( SELECT 0, x, y, 0.0, 0.0 FROM xaxis, yaxis UNION ALL SELECT iter+1, cx, cy, x*x-y*y + cx, 2.0*x*y + cy FROM m WHERE (x*x + y*y) < 4.0 AND iter<28 ), m2(iter, cx, cy) AS ( SELECT max(iter), cx, cy FROM m GROUP BY cx, cy ), a(t) AS ( SELECT group_concat( substr(' .+*#', 1+min(iter/7,4), 1), '') FROM m2 GROUP BY cy )SELECT group_concat(rtrim(t),x'0a') FROM a;```
gollark: Observe, sqliteoforms: https://sqlite.org/lang_with.html
gollark: You can use this to generate fancy hacker words™: https://osmarks.tk/guihacker/
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.