• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 03:20
CEST 09:20
KST 16:20
  • 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
[ASL19] Finals Recap: Standing Tall10HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy6
Community News
Weekly Cups (June 30 - July 6): Classic Doubles4[BSL20] Non-Korean Championship 4x BSL + 4x China9Flash Announces Hiatus From ASL66Weekly Cups (June 23-29): Reynor in world title form?14FEL Cracov 2025 (July 27) - $8000 live event22
StarCraft 2
General
The GOAT ranking of GOAT rankings How Esports Is Reshaping the Future of Competitive Weekly Cups (June 30 - July 6): Classic Doubles The SCII GOAT: A statistical Evaluation Weekly Cups (June 23-29): Reynor in world title form?
Tourneys
RSL: Revival, a new crowdfunded tournament series FEL Cracov 2025 (July 27) - $8000 live event Sparkling Tuna Cup - Weekly Open Tournament WardiTV Mondays Korean Starcraft League Week 77
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 481 Fear and Lava Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma
Brood War
General
i aint gon lie to u bruh... BGH Auto Balance -> http://bghmmr.eu/ ASL20 Preliminary Maps [ASL19] Finals Recap: Standing Tall SC uni coach streams logging into betting site
Tourneys
[BSL20] Non-Korean Championship 4x BSL + 4x China [BSL20] Grand Finals - Sunday 20:00 CET CSL Xiamen International Invitational The Casual Games of the Week Thread
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread Path of Exile What do you want from future RTS games? Beyond All Reason
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
Stop Killing Games - European Citizens Initiative Summer Games Done Quick 2025! US Politics Mega-thread Russo-Ukrainian War Thread Summer Games Done Quick 2024!
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread
Sports
Formula 1 Discussion 2024 - 2025 Football Thread NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
momentary artworks from des…
tankgirl
Culture Clash in Video Games…
TrAiDoS
from making sc maps to makin…
Husyelt
StarCraft improvement
iopq
Customize Sidebar...

Website Feedback

Closed Threads



Active: 677 users

The Big Programming Thread - Page 808

Forum Index > General Forum
Post a Reply
Prev 1 806 807 808 809 810 1031 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2016-12-02 02:08:05
December 02 2016 01:10 GMT
#16141
Google interview today. 5 interviews. I bombed the 3rd one so badly. Communication problems but it was a counting math problem that I had no clue about. The 45 minutes was awful lol. Other questions were much more straightforward. Ran out of time on 1 of them but did well I think on the others, so who knows... Probably didn't get an offer but at least interesting to try (again).
There is no one like you in the universe.
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
December 02 2016 01:16 GMT
#16142
I am really curious can you tell more of what the questions were / what type of position it was? That sounds intense.
phar
Profile Joined August 2011
United States1080 Posts
December 02 2016 04:42 GMT
#16143
Blisse - welp can't be as bad as my first round of interviews at Google, wherein I literally bombed a bucket sort question. Also don't sweat a single bad interview, it's not always enough to sink a packet. Plus you never know if that interviewer was one of the newer/uncalibrated interviewers, in which case HC may just not care as much about their interview. So it could work out. Or not, who knows.

Travis - read this: http://steve-yegge.blogspot.com/2008/03/get-that-job-at-google.html
Who after all is today speaking about the destruction of the Armenians?
tofucake
Profile Blog Joined October 2009
Hyrule19031 Posts
December 02 2016 13:39 GMT
#16144
that guy doesn't work at google though :|
Liquipediaasante sana squash banana
Ilikestarcraft
Profile Blog Joined November 2004
Korea (South)17726 Posts
Last Edited: 2016-12-02 16:00:44
December 02 2016 15:59 GMT
#16145
I'm pretty sure Steve Yegge is still working at google and he was definitely working at google when he wrote his guide.
"Nana is a goddess. Or at very least, Nana is my goddess." - KazeHydra
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2016-12-02 16:35:08
December 02 2016 16:34 GMT
#16146
I scored a 64 / 70 on my last exam. yay!

I did miss one question though and I want your opinions on it.

The question was about bucket sort.

It specified "Given a range greater than N and uniform distribution", what is the big O complexity for average case and worst case.

Average case I put O(n), which is correct.
Worst case, I know is typically O(n^2) for bucket sort.

However, we never really went over this term "uniform distribution". At least not in detail, and it was never stressed. I assumed that meant that it meant that the elements were distributed equally among the buckets. But apparently it's a statistics term and that's not what it means, it just means that the probability for distribution within the range was equal.

So, during the test, I went back to this question and stared at it for like 5 minutes. I was like "uniform distribution.. uniform distribution...". And finally I put O(n) based on my assumption.

Today in class the professor pretty much threw out a disclaimer about this question. So, I assume lots of people got it wrong. He explained what uniform distribution means. But he isn't going to give points to people who put O(n). It seems unfair. Should I say something to him about it?
Acrofales
Profile Joined August 2010
Spain17971 Posts
Last Edited: 2016-12-02 17:23:16
December 02 2016 17:12 GMT
#16147
On December 03 2016 01:34 travis wrote:
I scored a 64 / 70 on my last exam. yay!

I did miss one question though and I want your opinions on it.

The question was about bucket sort.

It specified "Given a range greater than N and uniform distribution", what is the big O complexity for average case and worst case.

Average case I put O(n), which is correct.
Worst case, I know is typically O(n^2) for bucket sort.

However, we never really went over this term "uniform distribution". At least not in detail, and it was never stressed. I assumed that meant that it meant that the elements were distributed equally among the buckets. But apparently it's a statistics term and that's not what it means, it just means that the probability for distribution within the range was equal.

So, during the test, I went back to this question and stared at it for like 5 minutes. I was like "uniform distribution.. uniform distribution...". And finally I put O(n) based on my assumption.

Today in class the professor pretty much threw out a disclaimer about this question. So, I assume lots of people got it wrong. He explained what uniform distribution means. But he isn't going to give points to people who put O(n). It seems unfair. Should I say something to him about it?

Not sure how old you are and what requirements are for your course, but where I went to school, uniform distribution was taught at high school, so uni professors were allowed to assume you knew that stuff.

However, I'm confused. The O(n^2) worst-case for bucket sort is, insofar as I remember, when your data is NOT uniformly distributed, but has clusters. If your data is uniformly distributed, then bucket sort works in O(n) time (technically I think O(n + m), with m the number of buckets), because it can neatly distribute it in buckets.

EDIT: wait, what was the exact wording? Because if the wording was "distributed according to a uniform distribution", then you have a *chance* of clustering. And thus, worst case scenario is taking that chance of clustering into account. However, if it says "uniformly distributed" then you already know they are uniformly spread over the range.

It's the difference between, I am going to flip a coin, what is the chance of heads? And, I have flipped a coin, and it came up heads, what is the chance that it came up heads?
phar
Profile Joined August 2011
United States1080 Posts
Last Edited: 2016-12-02 17:16:06
December 02 2016 17:15 GMT
#16148
On December 02 2016 22:39 tofucake wrote:
that guy doesn't work at google though :|

He's still working out of the Kirkland office, at least last time I checked.
Who after all is today speaking about the destruction of the Armenians?
Acrofales
Profile Joined August 2010
Spain17971 Posts
Last Edited: 2016-12-02 17:39:46
December 02 2016 17:39 GMT
#16149
Hehe, given the mix of interview questions and worst-case bucket sort, I thought of an interesting question for the mathheads here.

Bucket sort runs approximately worst-case scenario if 10% (or less) of the buckets have 90% (or more) of the data. Given that you know your data is distributed according to a random variable with a uniform distribution with range N, what is the probability of this occurring?

+ Show Spoiler +

I don't know the answer. I know how to compute the answer if the size of the data is given, but it's a shitty sum of cases in a multinomial distribution. I have no idea how to derive a general formula
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2016-12-02 19:10:11
December 02 2016 19:08 GMT
#16150
On December 03 2016 02:12 Acrofales wrote:
Show nested quote +
On December 03 2016 01:34 travis wrote:
I scored a 64 / 70 on my last exam. yay!

I did miss one question though and I want your opinions on it.

The question was about bucket sort.

It specified "Given a range greater than N and uniform distribution", what is the big O complexity for average case and worst case.

Average case I put O(n), which is correct.
Worst case, I know is typically O(n^2) for bucket sort.

However, we never really went over this term "uniform distribution". At least not in detail, and it was never stressed. I assumed that meant that it meant that the elements were distributed equally among the buckets. But apparently it's a statistics term and that's not what it means, it just means that the probability for distribution within the range was equal.

So, during the test, I went back to this question and stared at it for like 5 minutes. I was like "uniform distribution.. uniform distribution...". And finally I put O(n) based on my assumption.

Today in class the professor pretty much threw out a disclaimer about this question. So, I assume lots of people got it wrong. He explained what uniform distribution means. But he isn't going to give points to people who put O(n). It seems unfair. Should I say something to him about it?

Not sure how old you are and what requirements are for your course, but where I went to school, uniform distribution was taught at high school, so uni professors were allowed to assume you knew that stuff.

However, I'm confused. The O(n^2) worst-case for bucket sort is, insofar as I remember, when your data is NOT uniformly distributed, but has clusters. If your data is uniformly distributed, then bucket sort works in O(n) time (technically I think O(n + m), with m the number of buckets), because it can neatly distribute it in buckets.

EDIT: wait, what was the exact wording? Because if the wording was "distributed according to a uniform distribution", then you have a *chance* of clustering. And thus, worst case scenario is taking that chance of clustering into account. However, if it says "uniformly distributed" then you already know they are uniformly spread over the range.


See now I know what it means for something to be uniformly distributed... But no I certainly didn't know what "uniform distribution" is.

Like if there were 5 buckets, 5 elements, then it's uniformly distributed if each bucket has an element.


But It didn't say it was uniformly distributed. I can't actually remember the exact wording... Something like "assume a range greater than n, and uniform distribution".

See now this is the problem.... lol. Why would he even include the terminology?

My opinion is that it isn't fair for us to be tested on a question where the answer depends on us understanding terminology that we weren't taught.
BluzMan
Profile Blog Joined April 2006
Russian Federation4235 Posts
December 02 2016 20:24 GMT
#16151
That question is strange. Worst case of what? Worst case of uniform distribution is everything being the same value I guess, but that is so improbable for large N that it can be considered impossible.
You want 20 good men, but you need a bad pussy.
Nesserev
Profile Blog Joined January 2011
Belgium2760 Posts
Last Edited: 2016-12-02 23:30:51
December 02 2016 23:14 GMT
#16152
--- Nuked ---
BluzMan
Profile Blog Joined April 2006
Russian Federation4235 Posts
December 02 2016 23:33 GMT
#16153
On December 03 2016 08:14 Nesserev wrote:
For the worst case, the uniform probability distribution of the key values doesn't actually matter. Regardless of the probability distribution, the worst case is always the same, and it's always O(n²). It does make the worst case more improbable, but the worst case is almost always very improbable. That's not the point.

However, the uniform probability distribution of the key values is very important for the average case. If it wasn't uniformly distributed, the average case would not be O(n), but probably be O(m²), where m is the size of the bucket with the most elements.

That looks a lot like nitpicking, kind of like "SHA256 is unsafe because in the worst case you easily find a hash collision". Yeah, you do, but you better have a few dozen universes to look in. If you imagine this is about a practical application and ask yourself "I know my 1,000,000 items are uniformly distributed, what is the worst I have to prepare for?", you definitely won't be saying "O(n²)".

I'd say the question is very poorly worded, at least in the form presented to us.
You want 20 good men, but you need a bad pussy.
Nesserev
Profile Blog Joined January 2011
Belgium2760 Posts
December 02 2016 23:43 GMT
#16154
--- Nuked ---
ZigguratOfUr
Profile Blog Joined April 2012
Iraq16955 Posts
December 03 2016 00:03 GMT
#16155
On December 03 2016 08:43 Nesserev wrote:
Show nested quote +
On December 03 2016 08:33 BluzMan wrote:
On December 03 2016 08:14 Nesserev wrote:
For the worst case, the uniform probability distribution of the key values doesn't actually matter. Regardless of the probability distribution, the worst case is always the same, and it's always O(n²). It does make the worst case more improbable, but the worst case is almost always very improbable. That's not the point.

However, the uniform probability distribution of the key values is very important for the average case. If it wasn't uniformly distributed, the average case would not be O(n), but probably be O(m²), where m is the size of the bucket with the most elements.

That looks a lot like nitpicking, kind of like "SHA256 is unsafe because in the worst case you easily find a hash collision". Yeah, you do, but you better have a few dozen universes to look in. If you imagine this is about a practical application and ask yourself "I know my 1,000,000 items are uniformly distributed, what is the worst I have to prepare for?", you definitely won't be saying "O(n²)".

I'd say the question is very poorly worded, at least in the form presented to us.

No, the question is fine.

That's the thing though. Talking about worst case O, is very often nitpicking.
Quicksort has worst case O(n²)... that doesn't stop anyone from using it.


You still keep have to keep it in mind. A naive implementation of quicksort hits its worse case on a sorted list which is less than ideal. And the fact that quicksort has a worst case O(n²) does in fact keep some people from using it. The C++ standard library generic sort uses introsort instead of quick sort to avoid that worst case.
Acrofales
Profile Joined August 2010
Spain17971 Posts
December 03 2016 00:08 GMT
#16156
On December 03 2016 08:43 Nesserev wrote:
Show nested quote +
On December 03 2016 08:33 BluzMan wrote:
On December 03 2016 08:14 Nesserev wrote:
For the worst case, the uniform probability distribution of the key values doesn't actually matter. Regardless of the probability distribution, the worst case is always the same, and it's always O(n²). It does make the worst case more improbable, but the worst case is almost always very improbable. That's not the point.

However, the uniform probability distribution of the key values is very important for the average case. If it wasn't uniformly distributed, the average case would not be O(n), but probably be O(m²), where m is the size of the bucket with the most elements.

That looks a lot like nitpicking, kind of like "SHA256 is unsafe because in the worst case you easily find a hash collision". Yeah, you do, but you better have a few dozen universes to look in. If you imagine this is about a practical application and ask yourself "I know my 1,000,000 items are uniformly distributed, what is the worst I have to prepare for?", you definitely won't be saying "O(n²)".

I'd say the question is very poorly worded, at least in the form presented to us.

No, the question is fine.

That's the thing though. Talking about worst case O, is very often nitpicking.
Quicksort has worst case O(n²)... that doesn't stop anyone from using it.

But if your data is uniformly distributed, you are, by definition, not in the worst case of bucket sort, because you are talking, literally, about the shape of your data and asserting there are no clusters. If, however, your data is pulled from some population with a uniform distribution and you don't know the distribution of your actual data, THEN you are right.

Consider the following:

Please sort, using bucket sort, the following set:

[3, 4, 1, 2, 5, 7, 10, 8, 9, 6]

This is pretty much a best case for bucket sort. It is uniformly distributed data.

On the other hand, if all we know is that the data comes from a population with a discrete uniform distribution over the integers between 1 and 10, then it is possible (not likely, but possible), that sampling the population 10 times, we get:

[1, 1, 1, 1, 1, 1, 1, 1, 1, 1]

Clearly this dataset is not uniformly distributed, despite coming from a uniformly distributed population.

Now of course, the latter is what we are almost always talking about, because we are almost always sorting things of the latter type. But there is a lot of ambiguity in how the question, as it was passed to us, is given.
BluzMan
Profile Blog Joined April 2006
Russian Federation4235 Posts
December 03 2016 00:16 GMT
#16157
On December 03 2016 08:43 Nesserev wrote:
Show nested quote +
On December 03 2016 08:33 BluzMan wrote:
On December 03 2016 08:14 Nesserev wrote:
For the worst case, the uniform probability distribution of the key values doesn't actually matter. Regardless of the probability distribution, the worst case is always the same, and it's always O(n²). It does make the worst case more improbable, but the worst case is almost always very improbable. That's not the point.

However, the uniform probability distribution of the key values is very important for the average case. If it wasn't uniformly distributed, the average case would not be O(n), but probably be O(m²), where m is the size of the bucket with the most elements.

That looks a lot like nitpicking, kind of like "SHA256 is unsafe because in the worst case you easily find a hash collision". Yeah, you do, but you better have a few dozen universes to look in. If you imagine this is about a practical application and ask yourself "I know my 1,000,000 items are uniformly distributed, what is the worst I have to prepare for?", you definitely won't be saying "O(n²)".

I'd say the question is very poorly worded, at least in the form presented to us.

No, the question is fine.

That's the thing though. Talking about worst case O, is very often nitpicking.
Quicksort has worst case O(n²)... that doesn't stop anyone from using it.

Anything that allows ambiguity is not fine, and arguing against ambiguity here is very hard since many people made the same "mistake". The whole O(n) notation has been invented to be useful and nothing else. Applying it in a way that doesn't produce useful answers is a cargo cult, bad practice, teaching that is even worse.

Worst case analysis needs to answer the question "what pathological, but realistic data do I have to be aware of?" In practice "realistic pathological" often equals "malicious" and worst case analysis is mainly a form of DOS protection. There's no way to produce a malicious but uniformly distributed data that would crash bucket sort down to quadratic, because it wouldn't by definition be uniformly distributed. If your distribution guarantee is actually coming from somewhere (a statistics test, for instance), there's no way to DOS your code.
You want 20 good men, but you need a bad pussy.
Neshapotamus
Profile Blog Joined May 2006
United States163 Posts
December 03 2016 10:55 GMT
#16158
On December 01 2016 02:09 Prillan wrote:
Show nested quote +
On November 30 2016 13:54 Neshapotamus wrote:
Q) How can a graph be implemented using an adjacency list?
A) An adjacency list is a map. The key is the vertex, the value is a list of vertices.

Q) What kind of graphs does(sic) it work for? Weighted/directed/undirected?
A) Works for all.

Maybe I'm stupid, but how would you implement a weighted graph using the above definition of an adjacency list?



I was thinking you can do this: (Java)


import java.util.LinkedList;
import java.util.List;

public class DirectedGraph {

private List<Edge>[] edges;

public DirectedGraph(int V){
this.edges = (List<Edge>[])new Object[V];
for (int i = 0; i < V; i++) {
this.edges[i] = new LinkedList<>();
}
}

public void addEdge(int v, int w, int weight){
edges[v].add(new Edge(v,w,weight));
}

public Iterable<Edge> adj(int v){
return edges[v];
}

}

class Edge{

private int weight;
private int v;
private int w;

public Edge(int weigth, int v, int w){
this.weight = weigth;
this.v = v;
this.w = w;
}

public int getWeight(){
return weight;
}

public int either(){
return v;
}

public int other(int o){
if (o == v) return w;
else return v;
}
}


BTW, nice job travis. Seems like you did very well on the exam.

Acrofales
Profile Joined August 2010
Spain17971 Posts
December 03 2016 11:20 GMT
#16159
On December 03 2016 09:16 BluzMan wrote:
Show nested quote +
On December 03 2016 08:43 Nesserev wrote:
On December 03 2016 08:33 BluzMan wrote:
On December 03 2016 08:14 Nesserev wrote:
For the worst case, the uniform probability distribution of the key values doesn't actually matter. Regardless of the probability distribution, the worst case is always the same, and it's always O(n²). It does make the worst case more improbable, but the worst case is almost always very improbable. That's not the point.

However, the uniform probability distribution of the key values is very important for the average case. If it wasn't uniformly distributed, the average case would not be O(n), but probably be O(m²), where m is the size of the bucket with the most elements.

That looks a lot like nitpicking, kind of like "SHA256 is unsafe because in the worst case you easily find a hash collision". Yeah, you do, but you better have a few dozen universes to look in. If you imagine this is about a practical application and ask yourself "I know my 1,000,000 items are uniformly distributed, what is the worst I have to prepare for?", you definitely won't be saying "O(n²)".

I'd say the question is very poorly worded, at least in the form presented to us.

No, the question is fine.

That's the thing though. Talking about worst case O, is very often nitpicking.
Quicksort has worst case O(n²)... that doesn't stop anyone from using it.

Anything that allows ambiguity is not fine, and arguing against ambiguity here is very hard since many people made the same "mistake". The whole O(n) notation has been invented to be useful and nothing else. Applying it in a way that doesn't produce useful answers is a cargo cult, bad practice, teaching that is even worse.

Worst case analysis needs to answer the question "what pathological, but realistic data do I have to be aware of?" In practice "realistic pathological" often equals "malicious" and worst case analysis is mainly a form of DOS protection. There's no way to produce a malicious but uniformly distributed data that would crash bucket sort down to quadratic, because it wouldn't by definition be uniformly distributed. If your distribution guarantee is actually coming from somewhere (a statistics test, for instance), there's no way to DOS your code.


To be fair, most problems with sort speed are because of wrong assumptions about the underlying data. If you are sorting a list of names lexicographically, your first thought is that they're approximately uniformly distributed, right? Minus a few uncommon letters like Q or X, but it'd generally work?

Actually, just going by first letter, there's going to be some big clumping. Just look here:
http://home.uchicago.edu/~jsfalk/misc/baby_names/

Names are between 3 and 4 times more likely to start with a j or an a than most other letters, and there's significant variance in the other probabilities too. Moreover, the frequency of starting letters changes over time, with gender, and of course there are regional differences too.

So, if you make a bucket sort for names and expect it to run in O(n) time, you'd (probably) be wrong for any real dataset of names. It probably won't be as slow as O(n^2) either, but rather somewhere in between. And that might trip you up if you make claims about runtime based on such estimates.
Manit0u
Profile Blog Joined August 2004
Poland17244 Posts
December 03 2016 12:20 GMT
#16160
[image loading]
Time is precious. Waste it wisely.
Prev 1 806 807 808 809 810 1031 Next
Please log in or register to reply.
Live Events Refresh
Next event in 2h 40m
[ Submit Event ]
Live Streams
Refresh
StarCraft: Brood War
GuemChi 1256
actioN 1009
Tasteless 247
Leta 234
PianO 232
Soma 123
Dewaltoss 84
Movie 36
Sacsri 32
EffOrt 31
[ Show more ]
Free 27
yabsab 26
Bale 18
Dota 2
ODPixel327
XcaliburYe260
League of Legends
JimRising 640
Counter-Strike
Stewie2K1815
shoxiejesuss95
Other Games
summit1g8920
Liquid`RaSZi136
SortOf111
Mew2King84
Organizations
Other Games
gamesdonequick13989
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Berry_CruncH374
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• lizZardDota2108
League of Legends
• Lourlo1325
• Rush1321
• HappyZerGling138
Upcoming Events
Sparkling Tuna Cup
2h 40m
WardiTV European League
8h 40m
MaNa vs sebesdes
Mixu vs Fjant
ByuN vs HeRoMaRinE
ShoWTimE vs goblin
Gerald vs Babymarine
Krystianer vs YoungYakov
PiGosaur Monday
16h 40m
The PondCast
1d 2h
WardiTV European League
1d 4h
Jumy vs NightPhoenix
Percival vs Nicoract
ArT vs HiGhDrA
MaxPax vs Harstem
Scarlett vs Shameless
SKillous vs uThermal
uThermal 2v2 Circuit
1d 8h
Replay Cast
1d 16h
RSL Revival
2 days
ByuN vs SHIN
Clem vs Reynor
Replay Cast
2 days
RSL Revival
3 days
Classic vs Cure
[ Show More ]
FEL
3 days
RSL Revival
4 days
FEL
4 days
FEL
4 days
CSO Cup
4 days
BSL20 Non-Korean Champi…
4 days
Bonyth vs QiaoGege
Dewalt vs Fengzi
Hawk vs Zhanhun
Sziky vs Mihu
Mihu vs QiaoGege
Zhanhun vs Sziky
Fengzi vs Hawk
Sparkling Tuna Cup
5 days
RSL Revival
5 days
FEL
5 days
BSL20 Non-Korean Champi…
5 days
Bonyth vs Dewalt
QiaoGege vs Dewalt
Hawk vs Bonyth
Sziky vs Fengzi
Mihu vs Zhanhun
QiaoGege vs Zhanhun
Fengzi vs Mihu
Liquipedia Results

Completed

BSL Season 20
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Jiahua Invitational
Championship of Russia 2025
RSL Revival: Season 1
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025

Upcoming

2025 ACS Season 2: Qualifier
CSLPRO Last Chance 2025
CSL Xiamen Invitational
2025 ACS Season 2
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
FEL Cracov 2025
Esports World Cup 2025
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
IEM Cologne 2025
FISSURE Playground #1
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.