PLK Top Scorer
The Polish Basketball League Top Scorer contains a list of the Polish Basketball League (PLK)'s full season scoring leaders. Both regular season and playoff games are counted in the stats leaders. Edward Jurkiewicz led the league in points per game a record 8 times, in the years 1970, 1971, 1972, 1974, 1975, 1976, 1977, and 1978.
Individual awards |
---|
Polish League full season top scorers by total points scored
Player (X) | Number of times leading the league |
- Counting both regular season and playoff games.
- Nationality by national team.
Season | Player | Team | Total Points Scored |
---|---|---|---|
1947–48 | ZZK Poznań | ||
1948–49 | ZZK Poznań | ||
1949–50 | Społem Łódź | ||
1950–51 | Gwardia Kraków | ||
1951–52 | Gwardia Kraków | ||
1952–53 | Spójnia Gdańsk | ||
1953–54 | Spójnia Gdańsk | ||
1954–55 | AZS Warszawa | ||
1955–56 | Polonia Warszawa | ||
1956–57 | Polonia Warszawa | ||
1957–58 | Polonia Warszawa | ||
1958–59 | Polonia Warszawa | ||
1959–60 | |||
1960–61 | Lech Poznań | ||
1961–62 | Polonia Warszawa | ||
1962–63 | Śląsk Wrocław | ||
1963–64 | Legia Warszawa | ||
1964–65 | AZS Toruń | ||
1965–66 | Śląsk Wrocław | ||
1966–67 | Śląsk Wrocław | ||
1967–68 | Wisła Kraków | ||
1968–69 | Wisła Kraków | ||
1969–70 | Wybrzeże Gdańsk | ||
1970–71 | Wybrzeże Gdańsk | ||
1971–72 | Wybrzeże Gdańsk | ||
1972–73 | Pogoń Szczecin | ||
1973–74 | Wybrzeże Gdańsk | ||
1974–75 | Wybrzeże Gdańsk | ||
1975–76 | Wybrzeże Gdańsk | ||
1976–77 | Wybrzeże Gdańsk | ||
1977–78 | Wybrzeże Gdańsk | ||
1978–79 | Lech Poznań | ||
1979–80 | Górnik Wałbrzych | ||
1980–81 | Górnik Wałbrzych | ||
1981–82 | Lech Poznań | ||
1982–83 | Górnik Wałbrzych | ||
1983–84 | Górnik Wałbrzych | ||
1984–85 | Lech Poznań | ||
1985–86 | Lech Poznań | ||
1986–87 | Śląsk Wrocław | ||
1987–88 | Lech Poznań | ||
1988–89 | AZS Koszalin | ||
1989–90 | AZS Koszalin | ||
1990–91 | Śląsk Wrocław | ||
1991–92 | Śląsk Wrocław | ||
1992–93 | Nobiles Włocławek | ||
1993–94 | Polonia Warszawa | ||
1994–95 | Polonia Przemyśl | ||
1995–96 | 10.5 Basket Club | ||
1996–97 | Dojlidy Instal |
Polish League full season top scorers by points per game
Player (X) | Number of times leading the league |
- Counting both regular season and playoff games.
- Nationality by national team.
Season | Player | Team | Points Per Game |
---|---|---|---|
1997–98 | Pogoń Ruda Śląska | ||
1998–99 | Trefl Prokom Sopot | ||
1999–00 | Unia Tarnów | ||
2000–01 | AZS Lublin | ||
2001–02 | Noteć Inowrocław | ||
2002–03 | Noteć Inowrocław | ||
2003–04 | AZS Koszalin / Spójnia Stargard | ||
2004–05 | Unia Tarnów | ||
2005–06 | AZS Koszalin | ||
2006–07 | Polpharma | ||
2007–08 | Polpharma | ||
2008–09 | Trefl Prokom Sopot | ||
2009–10 | PGE Turów Zgorzelec | ||
2010–11 | Kotwica Kołobrzeg | ||
2011–12 | Stelmet Zielona Góra | ||
2012–13 | Siarka Tarnobrzeg | ||
2013–14 | Anwil Włocławek | ||
2014–15 | Siarka Tarnobrzeg | ||
2015–16 | Siarka Tarnobrzeg | ||
2016–17 | Asseco Gdynia | ||
2017–18 | Legia Warszawa |
gollark: Yep!
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessparser = argparse.ArgumentParser(description="Compile a WHY program")parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: And *is* Haskell necessarily that fast?
gollark: <@!341618941317349376> is being stupid.
gollark: No.
References
External links
- PLK History Statistics (in Polish)
- Polska Liga Koszykówki - Official Site (in Polish)
- Polish League at Eurobasket.com
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.