• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 02:23
CEST 08:23
KST 15:23
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
TL.net Map Contest #21: Voting9[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9Maestros of the Game: Live Finals Preview (RO4)5
Community News
BSL Team A vs Koreans - Sat-Sun 16:00 CET6Weekly Cups (Oct 6-12): Four star herO85.0.15 Patch Balance Hotfix (2025-10-8)80Weekly Cups (Sept 29-Oct 5): MaxPax triples up3PartinG joins SteamerZone, returns to SC2 competition32
StarCraft 2
General
The New Patch Killed Mech! Revisiting the game after10 years and wow it's bad Stellar Fest: StarCraft II returns to Canada herO Talks: Poor Performance at EWC and more... TL.net Map Contest #21: Voting
Tourneys
SC2's Safe House 2 - October 18 & 19 $1,200 WardiTV October (Oct 21st-31st) WardiTV Mondays RSL Offline Finals Dates + Ticket Sales! SC4ALL $6,000 Open LAN in Philadelphia
Strategy
Custom Maps
External Content
Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment Mutation # 493 Quick Killers Mutation # 492 Get Out More
Brood War
General
BSL Team A vs Koreans - Sat-Sun 16:00 CET BW General Discussion Question regarding recent ASL Bisu vs Larva game [Interview] Grrrr... 2024 Pros React To: BarrackS + FlaSh Coaching vs SnOw
Tourneys
[ASL20] Semifinal B SC4ALL $1,500 Open Bracket LAN [Megathread] Daily Proleagues [ASL20] Semifinal A
Strategy
Current Meta BW - ajfirecracker Strategy & Training Relatively freeroll strategies Siegecraft - a new perspective
Other Games
General Games
Stormgate/Frost Giant Megathread Dawn of War IV Path of Exile Nintendo Switch Thread ZeroSpace Megathread
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
SPIRED by.ASL Mafia {211640} TL Mafia Community Thread
Community
General
Russo-Ukrainian War Thread US Politics Mega-thread Things Aren’t Peaceful in Palestine Men's Fashion Thread Sex and weight loss
Fan Clubs
The herO Fan Club! The Happy Fan Club!
Media & Entertainment
Series you have seen recently... Anime Discussion Thread [Manga] One Piece Movie Discussion!
Sports
Formula 1 Discussion 2024 - 2026 Football Thread MLB/Baseball 2023 NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
The Heroism of Pepe the Fro…
Peanutsc
Rocket League: Traits, Abili…
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1460 users

The Math Thread - Page 28

Forum Index > General Forum
Post a Reply
Prev 1 26 27 28 29 30 32 Next All
enigmaticcam
Profile Blog Joined October 2010
United States280 Posts
April 24 2019 19:46 GMT
#541
Thank you! I'll spend some time reading through the links you posted. My linear algebra is limited, so will take me some time to understand what they're saying.
Ciaus_Dronu
Profile Joined June 2017
South Africa1848 Posts
April 24 2019 21:08 GMT
#542
On April 25 2019 04:46 enigmaticcam wrote:
Thank you! I'll spend some time reading through the links you posted. My linear algebra is limited, so will take me some time to understand what they're saying.


For considering the vectors involved, it is easier to imagine that your x slope and the mirror slope cross at the origin (slopes are invariant under translation). If you only care about calculating the slope after reflection, this will make everything muuuuch easier to calculate.
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
April 27 2019 23:42 GMT
#543
It's that time of year where my procrastination catches up with me and it starts getting near finals and I realize I don't understand anything about any of my classes. So this thread will probably get flooded with questions from yours truly.

Let's start it off with some question from my crypto class.

It says, Determine the points on the elliptic curve E : y^2 = x^3 + 2x + 1 over Z_11
How many points are on this curve



So, I have never quite done something like this before. Does this mean that both y, and x need to be in Z_11?
And thus, if x^3 + 2x + 1 is not a perfect square, then the corresponding point will not be on the curve...?
So do I need to simply solve for y^2 for x=0 to 10, and only keep the ones that are perfect squares and then solve for y?
Furthermore, when I solve for y^2, do I do modulus to each x term, or do I only do modulus to the entire equation?

Thanks!
Simberto
Profile Blog Joined July 2010
Germany11593 Posts
April 28 2019 10:57 GMT
#544
I am not certain of the details here, but a few things i can answer.

Usually if you say "a curve over Z_11", you mean that both y and x are €Z_11


Furthermore, when I solve for y^2, do I do modulus to each x term, or do I only do modulus to the entire equation?

Doesn't matter, both are equivalent. So you should probably modulus whenever you get a number larger than 10. a(mod11) + b(mod11) = (a+b) (mod11)


And my guess would indeed be to simply get all the possible solutions for both sides of the equations (Try 0-10), and see which numbers are both. But there might be another, smarter way to do this.
Battleship789
Profile Joined March 2010
United States415 Posts
Last Edited: 2019-04-28 11:21:19
April 28 2019 11:14 GMT
#545
On April 28 2019 08:42 travis wrote:
It's that time of year where my procrastination catches up with me and it starts getting near finals and I realize I don't understand anything about any of my classes. So this thread will probably get flooded with questions from yours truly.

Let's start it off with some question from my crypto class.

It says, Determine the points on the elliptic curve E : y^2 = x^3 + 2x + 1 over Z_11
How many points are on this curve



So, I have never quite done something like this before. Does this mean that both y, and x need to be in Z_11?

Yes. You are solving the given algebraic equation, but the algebraic structure you are working with is Z_11 instead of the real or complex numbers. Luckily, Z_11 is a field so it shouldn't be too annoying to solve the equation.
And thus, if x^3 + 2x + 1 is not a perfect square, then the corresponding point will not be on the curve...?

A perfect square in Z_11, to be precise (which may or may not correspond to perfect squares in the reals.) But yes, that is correct.
So do I need to simply solve for y^2 for x=0 to 10, and only keep the ones that are perfect squares and then solve for y?

Yep! There might be an quicker way to solve it (I can't think of any off the top of my head), but that will certainly get the job done.
Furthermore, when I solve for y^2, do I do modulus to each x term, or do I only do modulus to the entire equation?
Thanks!

It shouldn't matter if you take the modulus for each term individually or over the entire equation because modular arithmetic is defined by using representatives: [x]+[y] = [x+y] and [x]*[y] = [x*y]
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
April 28 2019 22:17 GMT
#546
thanks y'all that makes perfect sense

here is another problem from crypto class. maybe you guys can just help me understand what the question is actually asking. it says

Can the following be solved in polynomial time? Given a prime p, a value x in Z*_(p-1), and y := g^x (mod p) where g is a uniform value from Z*_(p-1), find g, ie, compute y^(1/x) (mod p).


I am not really understanding this problem because it sounds like we are given p, x, y. So then we can compute the answer in constant time.... by just plugging in the numbers... What is it actually asking? lol
mahrgell
Profile Blog Joined December 2009
Germany3943 Posts
April 28 2019 22:25 GMT
#547
Have you tried plugging in the numbers? Is it really trivial?

Just take some random 3 digit prime, and pick x,y somehow randomly. Let's just say p, = 197, x = 146, y = 123.
If you can just plug in the numbers, this should take you maximum 20 seconds to solve. (I didn't check the solution.)


Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2019-04-28 23:13:21
April 28 2019 22:39 GMT
#548
ok so constant time was hyperbole and no im not actually sure
but i def do think this is polynomial time solvable so i guess i will get to work


you are saying that i likely am interpreting the problem correctly then,. though?




edit: so, as an actual answer to the question, can't we literally just check every prime g, and then do g^x mod p?
it's awful but that would be polynomial.. But maybe the assumption is we don't know how big our set of primes is, and we don't have a list of primes


edit2: ok now i think it isn't always solvable in polynomial time and is analogous to the discrete logarithm problem
mahrgell
Profile Blog Joined December 2009
Germany3943 Posts
April 29 2019 05:19 GMT
#549
On April 29 2019 07:39 travis wrote:
you are saying that i likely am interpreting the problem correctly then,. though?


I was pointing you at the fact, that your initial interpretation doesn't survive any random example. (and that it would probably not asked too much to at least try it once...)
Acrofales
Profile Joined August 2010
Spain18093 Posts
Last Edited: 2019-04-29 08:29:10
April 29 2019 08:28 GMT
#550
On April 29 2019 07:39 travis wrote:
ok so constant time was hyperbole and no im not actually sure
but i def do think this is polynomial time solvable so i guess i will get to work


you are saying that i likely am interpreting the problem correctly then,. though?




edit: so, as an actual answer to the question, can't we literally just check every prime g, and then do g^x mod p?
it's awful but that would be polynomial.. But maybe the assumption is we don't know how big our set of primes is, and we don't have a list of primes


edit2: ok now i think it isn't always solvable in polynomial time and is analogous to the discrete logarithm problem

Seems to me you can do this in polynomial time and your initial edit is correct. You know p, y and x. So even if there is no constant time algorithm for finding the root in modular arithmetic, you can definitely do it in polynomial time:

Just run through all values i \in Z*_(p-1) and see if i^x = y (mod p). The check is constant time, so your algorithm overall is O(p).

So why the edit2?
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2019-04-29 14:17:16
April 29 2019 12:46 GMT
#551
On April 29 2019 17:28 Acrofales wrote:
Show nested quote +
On April 29 2019 07:39 travis wrote:
ok so constant time was hyperbole and no im not actually sure
but i def do think this is polynomial time solvable so i guess i will get to work


you are saying that i likely am interpreting the problem correctly then,. though?




edit: so, as an actual answer to the question, can't we literally just check every prime g, and then do g^x mod p?
it's awful but that would be polynomial.. But maybe the assumption is we don't know how big our set of primes is, and we don't have a list of primes


edit2: ok now i think it isn't always solvable in polynomial time and is analogous to the discrete logarithm problem

Seems to me you can do this in polynomial time and your initial edit is correct. You know p, y and x. So even if there is no constant time algorithm for finding the root in modular arithmetic, you can definitely do it in polynomial time:

Just run through all values i \in Z*_(p-1) and see if i^x = y (mod p). The check is constant time, so your algorithm overall is O(p).

So why the edit2?


Honestly it didn't seem right to just say "check every prime", im worried this isn't what they want as the solution....
but I suppose it is polynomial to verify a value is prime as well, so it's still polynomial, so i'll go for it

On April 29 2019 14:19 mahrgell wrote:
Show nested quote +
On April 29 2019 07:39 travis wrote:
you are saying that i likely am interpreting the problem correctly then,. though?


I was pointing you at the fact, that your initial interpretation doesn't survive any random example. (and that it would probably not asked too much to at least try it once...)



Well in fairness, one would need to come up with an example that has primes and an integer solution, which your random example didn't. but your point was valid anyways
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2019-04-29 14:16:29
April 29 2019 12:47 GMT
#552
oops i quoted myself instead of editing the post
edited the post above this now
Simberto
Profile Blog Joined July 2010
Germany11593 Posts
April 29 2019 13:24 GMT
#553
I am very fuzzy on this, since it has been a while since i did stuff like that, but i seem to recall that there was a lot of maths going on with finding roots in finite fields. Do you have any notes that you could go over to see if you did anything like that?
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
April 29 2019 14:29 GMT
#554
Nope, in fact we've spent extraordinarily little time (in this class) on actual math. just some slides on euler's theorem and the chinese remainder theorem.
Acrofales
Profile Joined August 2010
Spain18093 Posts
Last Edited: 2019-04-29 14:50:50
April 29 2019 14:33 GMT
#555
On April 29 2019 21:46 travis wrote:
Show nested quote +
On April 29 2019 17:28 Acrofales wrote:
On April 29 2019 07:39 travis wrote:
ok so constant time was hyperbole and no im not actually sure
but i def do think this is polynomial time solvable so i guess i will get to work


you are saying that i likely am interpreting the problem correctly then,. though?




edit: so, as an actual answer to the question, can't we literally just check every prime g, and then do g^x mod p?
it's awful but that would be polynomial.. But maybe the assumption is we don't know how big our set of primes is, and we don't have a list of primes


edit2: ok now i think it isn't always solvable in polynomial time and is analogous to the discrete logarithm problem

Seems to me you can do this in polynomial time and your initial edit is correct. You know p, y and x. So even if there is no constant time algorithm for finding the root in modular arithmetic, you can definitely do it in polynomial time:

Just run through all values i \in Z*_(p-1) and see if i^x = y (mod p). The check is constant time, so your algorithm overall is O(p).

So why the edit2?


Honestly it didn't seem right to just say "check every prime", im worried this isn't what they want as the solution....
but I suppose it is polynomial to verify a value is prime as well, so it's still polynomial, so i'll go for it

Show nested quote +
On April 29 2019 14:19 mahrgell wrote:
On April 29 2019 07:39 travis wrote:
you are saying that i likely am interpreting the problem correctly then,. though?


I was pointing you at the fact, that your initial interpretation doesn't survive any random example. (and that it would probably not asked too much to at least try it once...)



Well in fairness, one would need to come up with an example that has primes and an integer solution, which your random example didn't. but your point was valid anyways


Maybe I'm missing something, but you don't have to check primes? You're given the prime, right?

So lets say you are given:
p=29
y=6
x=2

Now the assignment is to find g, with g^2 = 6 (mod 29).

Right?

So we don't care about primes: we have the one we need. We just need to find g. So lets define f(x) = x^2 (mod 29) we start:

i=1 f(i) = 1
i = 2 f(i) = 4
i = 3 f(i) = 9
...
i = 8 f(i) = 6. Hurrah!

Worst case, you get to i = p - 1 (in this case 28) before you find g. So complexity class is O(p).

E: btw, I am not claiming this is the fastest algorithm to do it. There may actually be faster ones: my modular arithmetic is very rusty. I'm just showing an upper bound of linear time. There may be a constant time algorithm for finding the modular root and I just don't know it.

Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
April 29 2019 15:12 GMT
#556
ah right... i was misunderstanding the question AND overcomplicating it anyways. so, our value g was generated from Z*_p, but that doesn't mean it has to be prime. And it wouldn't have mattered anyways because I can check non-prime integers anyways.
Oshuy
Profile Joined September 2011
Netherlands529 Posts
April 29 2019 15:35 GMT
#557
On April 29 2019 23:33 Acrofales wrote:
Show nested quote +
On April 29 2019 21:46 travis wrote:
On April 29 2019 17:28 Acrofales wrote:
On April 29 2019 07:39 travis wrote:
ok so constant time was hyperbole and no im not actually sure
but i def do think this is polynomial time solvable so i guess i will get to work


you are saying that i likely am interpreting the problem correctly then,. though?




edit: so, as an actual answer to the question, can't we literally just check every prime g, and then do g^x mod p?
it's awful but that would be polynomial.. But maybe the assumption is we don't know how big our set of primes is, and we don't have a list of primes


edit2: ok now i think it isn't always solvable in polynomial time and is analogous to the discrete logarithm problem

Seems to me you can do this in polynomial time and your initial edit is correct. You know p, y and x. So even if there is no constant time algorithm for finding the root in modular arithmetic, you can definitely do it in polynomial time:

Just run through all values i \in Z*_(p-1) and see if i^x = y (mod p). The check is constant time, so your algorithm overall is O(p).

So why the edit2?


Honestly it didn't seem right to just say "check every prime", im worried this isn't what they want as the solution....
but I suppose it is polynomial to verify a value is prime as well, so it's still polynomial, so i'll go for it

On April 29 2019 14:19 mahrgell wrote:
On April 29 2019 07:39 travis wrote:
you are saying that i likely am interpreting the problem correctly then,. though?


I was pointing you at the fact, that your initial interpretation doesn't survive any random example. (and that it would probably not asked too much to at least try it once...)



Well in fairness, one would need to come up with an example that has primes and an integer solution, which your random example didn't. but your point was valid anyways


Maybe I'm missing something, but you don't have to check primes? You're given the prime, right?

So lets say you are given:
p=29
y=6
x=2

Now the assignment is to find g, with g^2 = 6 (mod 29).

Right?

So we don't care about primes: we have the one we need. We just need to find g. So lets define f(x) = x^2 (mod 29) we start:

i=1 f(i) = 1
i = 2 f(i) = 4
i = 3 f(i) = 9
...
i = 8 f(i) = 6. Hurrah!

Worst case, you get to i = p - 1 (in this case 28) before you find g. So complexity class is O(p).

E: btw, I am not claiming this is the fastest algorithm to do it. There may actually be faster ones: my modular arithmetic is very rusty. I'm just showing an upper bound of linear time. There may be a constant time algorithm for finding the modular root and I just don't know it.


You should take the complexity of the modular exponentiation (f(x)) into account, but of course it remains polynomial.
Coooot
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
April 30 2019 20:20 GMT
#558
alright, im a bit behind in my abstract algebra class and now im lost as heck

so here comes a wave of questions. please help me understand how to do this stuff

first question says:


let n >= 5. It can be shown that the only normal subgroups of S_n are {(1)}, A_n, and S_n
a.) for each normal subgroup N of S_n above, describe what the quotient group S_n / N is isomorphic to.


So first, the extent of my understanding:

A normal subgroup H of S_n is a subgroup of S_n in which gH = Hg (left cosets and right cosets are the same) for g in S_n

A quotient group is a normal subgroup... but that's about as far as I understand it

I see a rule (aN)(bN) = (abN)

Is it the case here that a,b are cosets of G, and then the quotient group is abN which arises from the product of the group operation between a and b?


So then back to the question of {(1)}, A_n, and S_n in S_n
I don't really know how to solve what these quotient groups are isomorphic to
What kind of steps do I take?

I do have guesses though, I think for (1) the answer is S_n, for A_n the answer is Z_2, and for S_n the answer is the identity
Mafe
Profile Joined February 2011
Germany5966 Posts
Last Edited: 2019-04-30 20:53:07
April 30 2019 20:52 GMT
#559
On May 01 2019 05:20 travis wrote:
alright, im a bit behind in my abstract algebra class and now im lost as heck

so here comes a wave of questions. please help me understand how to do this stuff

first question says:

Show nested quote +

let n >= 5. It can be shown that the only normal subgroups of S_n are {(1)}, A_n, and S_n
a.) for each normal subgroup N of S_n above, describe what the quotient group S_n / N is isomorphic to.


So first, the extent of my understanding:

A normal subgroup H of S_n is a subgroup of S_n in which gH = Hg (left cosets and right cosets are the same) for g in S_n

A quotient group is a normal subgroup... but that's about as far as I understand it

I see a rule (aN)(bN) = (abN)

Is it the case here that a,b are cosets of G, and then the quotient group is abN which arises from the product of the group operation between a and b?


So then back to the question of {(1)}, A_n, and S_n in S_n
I don't really know how to solve what these quotient groups are isomorphic to
What kind of steps do I take?

I do have guesses though, I think for (1) the answer is S_n, for A_n the answer is Z_2, and for S_n the answer is the identity

It's been a while, but here's what I recall:
-Iirc there is a rather trivial way to answer this question by calculating the number of elements of S_n / N, though this does not really provide any further understanding.
-I don think it makes sense to say that a "quotient subgroups is a normal subgroup". I mean, a quotient G/H generally isnt even a subset of G (though often it can be identified with one, but I would not expect that this identification automatically come with a group structure).
Acrofales
Profile Joined August 2010
Spain18093 Posts
Last Edited: 2019-04-30 21:11:56
April 30 2019 21:10 GMT
#560
On May 01 2019 05:20 travis wrote:
alright, im a bit behind in my abstract algebra class and now im lost as heck

so here comes a wave of questions. please help me understand how to do this stuff

first question says:

Show nested quote +

let n >= 5. It can be shown that the only normal subgroups of S_n are {(1)}, A_n, and S_n
a.) for each normal subgroup N of S_n above, describe what the quotient group S_n / N is isomorphic to.


So first, the extent of my understanding:

A normal subgroup H of S_n is a subgroup of S_n in which gH = Hg (left cosets and right cosets are the same) for g in S_n

A quotient group is a normal subgroup... but that's about as far as I understand it

I see a rule (aN)(bN) = (abN)

Is it the case here that a,b are cosets of G, and then the quotient group is abN which arises from the product of the group operation between a and b?


So then back to the question of {(1)}, A_n, and S_n in S_n
I don't really know how to solve what these quotient groups are isomorphic to
What kind of steps do I take?

I do have guesses though, I think for (1) the answer is S_n, for A_n the answer is Z_2, and for S_n the answer is the identity


Not quite sure on the algebra, but any question of "prove that for all n > something..." invites a proof through induction, so prove it for n=5 and then assume for n and prove for n+1.
Prev 1 26 27 28 29 30 32 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 3h 37m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 239
StarCraft: Brood War
Sea 3941
PianO 403
Larva 288
zelot 91
NaDa 11
Britney 0
League of Legends
JimRising 777
Counter-Strike
Stewie2K714
Coldzera 465
Heroes of the Storm
Khaldor161
Other Games
summit1g17364
WinterStarcraft573
Trikslyr20
rGuardiaN19
Organizations
Counter-Strike
PGL3159
Other Games
gamesdonequick928
BasetradeTV184
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 12 non-featured ]
StarCraft 2
• practicex 42
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• WagamamaTV770
Upcoming Events
Sparkling Tuna Cup
3h 37m
Safe House 2
10h 37m
IPSL
12h 37m
Sziky vs Havi
Artosis vs Klauso
Monday Night Weeklies
1d 9h
WardiTV Invitational
2 days
WardiTV Invitational
2 days
Tenacious Turtle Tussle
3 days
The PondCast
4 days
WardiTV Invitational
5 days
Online Event
5 days
[ Show More ]
RSL Revival
5 days
RSL Revival
6 days
WardiTV Invitational
6 days
Liquipedia Results

Completed

Acropolis #4 - TS2
WardiTV TLMC #15
HCC Europe

Ongoing

BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
C-Race Season 1
IPSL Winter 2025-26
EC S1
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual

Upcoming

SC4ALL: Brood War
BSL Season 21
BSL 21 Team A
BSL 21 Non-Korean Championship
RSL Offline Finals
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
CranK Gathers Season 2: SC II Pro Teams
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.