• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 05:56
CEST 11:56
KST 18:56
  • 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 Tall9HomeStory 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
Flash Announces Hiatus From ASL62Weekly Cups (June 23-29): Reynor in world title form?13FEL Cracov 2025 (July 27) - $8000 live event21Esports World Cup 2025 - Final Player Roster16Weekly Cups (June 16-22): Clem strikes back1
StarCraft 2
General
The SCII GOAT: A statistical Evaluation Statistics for vetoed/disliked maps Program: SC2 / XSplit / OBS Scene Switcher Weekly Cups (June 23-29): Reynor in world title form? PiG Sty Festival #5: Playoffs Preview + Groups Recap
Tourneys
RSL: Revival, a new crowdfunded tournament series WardiTV Mondays FEL Cracov 2025 (July 27) - $8000 live event Korean Starcraft League Week 77 Master Swan Open (Global Bronze-Master 2)
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma Mutation # 477 Slow and Steady
Brood War
General
Flash Announces Hiatus From ASL Player “Jedi” cheat on CSL Practice Partners (Official) ASL20 Preliminary Maps SC uni coach streams logging into betting site
Tourneys
[BSL20] Grand Finals - Sunday 20:00 CET [Megathread] Daily Proleagues Small VOD Thread 2.0 [BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread Nintendo Switch Thread 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
US Politics Mega-thread Russo-Ukrainian War Thread Trading/Investing Thread Things Aren’t Peaceful in Palestine The Games Industry And ATVI
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread
Sports
2024 - 2025 Football Thread Formula 1 Discussion 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
Blogs
Culture Clash in Video Games…
TrAiDoS
from making sc maps to makin…
Husyelt
Blog #2
tankgirl
StarCraft improvement
iopq
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 689 users

The Big Programming Thread - Page 924

Forum Index > General Forum
Post a Reply
Prev 1 922 923 924 925 926 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.
sc-darkness
Profile Joined August 2017
856 Posts
Last Edited: 2017-11-30 19:32:50
November 30 2017 18:59 GMT
#18461
On November 30 2017 12:11 phar wrote:
Show nested quote +
On November 30 2017 05:22 sc-darkness wrote:
Ok, thank you for answers. Much appreciated! Despite studying some algorithms and data structures at university, I think I'll start reading Introductions to Algorithms in my free time. Here is the book: https://www.amazon.co.uk/Introduction-Algorithms-Thomas-H-Cormen-ebook/dp/B007CNRCAO/ref=sr_1_2?ie=UTF8&qid=1511986799&sr=8-2&keywords=introduction to algorithms

Has anyone read it? Any thoughts? People say it's really good.

That book is called CLR(S), it is the canonical algorithms text. If you are going to read one algorithms book, that is the one to read.


Could you recommend any chapters please? I have an interview at the beginning of January, and they may ask me about algorithms. They usually deal with office suite (kind of like Microsoft Word, Excel, etc). So I'm thinking data structures and string matching algorithms. Anything else? I doubt I'll read the entire book by then though. It's 1000+ pages. I could try to read as much as I can though.
emperorchampion
Profile Blog Joined December 2008
Canada9496 Posts
Last Edited: 2017-11-30 19:15:08
November 30 2017 19:04 GMT
#18462
On December 01 2017 01:23 Acrofales wrote:
Dumb question:

I have a stupid problem where I have to correct a whole load of stuff. And it's going to be fastest to do this with a long list of radio buttons where I can mark "right" "half right" or "wrong". However, I don't know exactly how many radio buttons I need beforehand because it's loaded dynamically from the database.

I have my code for loading this stuff in python, but wtf do I use to generate the UI? I was looking at guidata, but it seems to want a fixed number of items up front, rather than being able to add them at runtime.

Am I incredibly stupid to think a simple and fast way of doing this is by simply generating a webpage, hosting it with flask and then saving the answers back into the database on a form submission?


You can using tkinter, I did a similar thing using a grid and an ordered dict then iterating over the dict and adding items to the grid.

It will look something like:

Load names from database
For i, n in enumerate(names):
In col 0 row i, put the name
In col 1 row i, put the button

Then have a save button to read and write the data from the buttons
TRUEESPORTS || your days as a respected member of team liquid are over
Excludos
Profile Blog Joined April 2010
Norway8046 Posts
November 30 2017 20:39 GMT
#18463
On November 30 2017 18:11 Liebig wrote:
Advent of Code starts tomorrow.

Who's going to do it ?


Didn't know about it before now. Sounds fun! I'll join
Acrofales
Profile Joined August 2010
Spain17971 Posts
November 30 2017 22:58 GMT
#18464
On December 01 2017 04:04 emperorchampion wrote:
Show nested quote +
On December 01 2017 01:23 Acrofales wrote:
Dumb question:

I have a stupid problem where I have to correct a whole load of stuff. And it's going to be fastest to do this with a long list of radio buttons where I can mark "right" "half right" or "wrong". However, I don't know exactly how many radio buttons I need beforehand because it's loaded dynamically from the database.

I have my code for loading this stuff in python, but wtf do I use to generate the UI? I was looking at guidata, but it seems to want a fixed number of items up front, rather than being able to add them at runtime.

Am I incredibly stupid to think a simple and fast way of doing this is by simply generating a webpage, hosting it with flask and then saving the answers back into the database on a form submission?


You can using tkinter, I did a similar thing using a grid and an ordered dict then iterating over the dict and adding items to the grid.

It will look something like:

Load names from database
For i, n in enumerate(names):
In col 0 row i, put the name
In col 1 row i, put the button

Then have a save button to read and write the data from the buttons


Sounds easier than using an HTML front-end. I'll give it a go. Thanks!
phar
Profile Joined August 2011
United States1080 Posts
Last Edited: 2017-12-01 06:38:35
December 01 2017 05:57 GMT
#18465
On November 30 2017 17:15 Silvanel wrote:
My company has around 26000 employees dunno if its is large or small for You. Granted the recruiting scheme is different depending on location (so can be different say in German, USA or in India and i would say it most certainly is). Still it works fine for our location i think (Poland). The project i work currently in has around 600 engineers spread around the globe. For sure some of them are overqualified for their postion, some underqualified and some are exactly where they need to be. But i would say its more because of the size than recruiting scheme.


Sure, that's not small at all. How many engineers, like 10k, or are you more sales oriented? If you've got 10k eng you must be getting a lot of applicants beyond just referrals and some headhunters. And at that point someone has to be screening for the dishonest idiots... or else there's some sizeable number of eng there who can't actually write code...

On December 01 2017 03:59 sc-darkness wrote:
Show nested quote +
On November 30 2017 12:11 phar wrote:
On November 30 2017 05:22 sc-darkness wrote:
Ok, thank you for answers. Much appreciated! Despite studying some algorithms and data structures at university, I think I'll start reading Introductions to Algorithms in my free time. Here is the book: https://www.amazon.co.uk/Introduction-Algorithms-Thomas-H-Cormen-ebook/dp/B007CNRCAO/ref=sr_1_2?ie=UTF8&qid=1511986799&sr=8-2&keywords=introduction to algorithms

Has anyone read it? Any thoughts? People say it's really good.

That book is called CLR(S), it is the canonical algorithms text. If you are going to read one algorithms book, that is the one to read.


Could you recommend any chapters please? I have an interview at the beginning of January, and they may ask me about algorithms. They usually deal with office suite (kind of like Microsoft Word, Excel, etc). So I'm thinking data structures and string matching algorithms. Anything else? I doubt I'll read the entire book by then though. It's 1000+ pages. I could try to read as much as I can though.

Depends on where the interview is. If it's Amazon I would take care to not neglect graph algorithms lol.
Who after all is today speaking about the destruction of the Armenians?
sc-darkness
Profile Joined August 2017
856 Posts
December 01 2017 07:33 GMT
#18466
On December 01 2017 14:57 phar wrote:
Show nested quote +
On November 30 2017 17:15 Silvanel wrote:
My company has around 26000 employees dunno if its is large or small for You. Granted the recruiting scheme is different depending on location (so can be different say in German, USA or in India and i would say it most certainly is). Still it works fine for our location i think (Poland). The project i work currently in has around 600 engineers spread around the globe. For sure some of them are overqualified for their postion, some underqualified and some are exactly where they need to be. But i would say its more because of the size than recruiting scheme.


Sure, that's not small at all. How many engineers, like 10k, or are you more sales oriented? If you've got 10k eng you must be getting a lot of applicants beyond just referrals and some headhunters. And at that point someone has to be screening for the dishonest idiots... or else there's some sizeable number of eng there who can't actually write code...

Show nested quote +
On December 01 2017 03:59 sc-darkness wrote:
On November 30 2017 12:11 phar wrote:
On November 30 2017 05:22 sc-darkness wrote:
Ok, thank you for answers. Much appreciated! Despite studying some algorithms and data structures at university, I think I'll start reading Introductions to Algorithms in my free time. Here is the book: https://www.amazon.co.uk/Introduction-Algorithms-Thomas-H-Cormen-ebook/dp/B007CNRCAO/ref=sr_1_2?ie=UTF8&qid=1511986799&sr=8-2&keywords=introduction to algorithms

Has anyone read it? Any thoughts? People say it's really good.

That book is called CLR(S), it is the canonical algorithms text. If you are going to read one algorithms book, that is the one to read.


Could you recommend any chapters please? I have an interview at the beginning of January, and they may ask me about algorithms. They usually deal with office suite (kind of like Microsoft Word, Excel, etc). So I'm thinking data structures and string matching algorithms. Anything else? I doubt I'll read the entire book by then though. It's 1000+ pages. I could try to read as much as I can though.

Depends on where the interview is. If it's Amazon I would take care to not neglect graph algorithms lol.


If it's not, then what algorithms or chapters do you recommend based on what I mentioned?
Silvanel
Profile Blog Joined March 2003
Poland4725 Posts
Last Edited: 2017-12-01 08:40:24
December 01 2017 08:40 GMT
#18467
I would guess that its mostly engineers in my company. But its really hard to say since i dont know that much (only few) facilities outside the one i work in. Anyway i work for Harman www.harman.com if that helps. For Connected Services division to be precise.
Pathetic Greta hater.
TMG26
Profile Joined July 2012
Portugal2017 Posts
December 01 2017 08:57 GMT
#18468
On November 29 2017 02:40 Excludos wrote:
Show nested quote +
On November 29 2017 02:31 sc-darkness wrote:
I'd applied for a C++ job and I got test questions. Guess what! ANSI C questions instead. Yay! :D
I can manage it, it's just not expected. I feel way more comfortable with C++ though. I'm going to tell recruiter that as well.


Honestly I just don't get why people still bother with these tests. They show exactly nothing of what you're capable of beyond the basic "Yes, I know what a for loop is". I had a run in January where I applied for a bunch of jobs and needed to do 4 of these tests. 3 of them was so easy I finished them in half of the allotted time, and the last one was so damn badly explained I couldn't understand how to even get the input they were suppose to provide, so I just ended up winging it and, according to them, failed because my "score" wasn't high enough. Honestly seemed like they didn't even bother looking at the code itself. And none of them had the remotest connection to the jobs I actually applied for.

Yes, codewar type challenges can be fun, but they don't provide any reasonable idea of how someone actually functions in a job.



There are many recruiters and professionals complaining that a lot of gradutes can barely program. Those test are just a filter, so they don't have to spend 30 min talking to a guy that can't implement a fixzbuzz like problem.
Supporter of the situational Blink Dagger on Storm.
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
December 01 2017 13:02 GMT
#18469
On December 01 2017 16:33 sc-darkness wrote:
Show nested quote +
On December 01 2017 14:57 phar wrote:
On November 30 2017 17:15 Silvanel wrote:
My company has around 26000 employees dunno if its is large or small for You. Granted the recruiting scheme is different depending on location (so can be different say in German, USA or in India and i would say it most certainly is). Still it works fine for our location i think (Poland). The project i work currently in has around 600 engineers spread around the globe. For sure some of them are overqualified for their postion, some underqualified and some are exactly where they need to be. But i would say its more because of the size than recruiting scheme.


Sure, that's not small at all. How many engineers, like 10k, or are you more sales oriented? If you've got 10k eng you must be getting a lot of applicants beyond just referrals and some headhunters. And at that point someone has to be screening for the dishonest idiots... or else there's some sizeable number of eng there who can't actually write code...

On December 01 2017 03:59 sc-darkness wrote:
On November 30 2017 12:11 phar wrote:
On November 30 2017 05:22 sc-darkness wrote:
Ok, thank you for answers. Much appreciated! Despite studying some algorithms and data structures at university, I think I'll start reading Introductions to Algorithms in my free time. Here is the book: https://www.amazon.co.uk/Introduction-Algorithms-Thomas-H-Cormen-ebook/dp/B007CNRCAO/ref=sr_1_2?ie=UTF8&qid=1511986799&sr=8-2&keywords=introduction to algorithms

Has anyone read it? Any thoughts? People say it's really good.

That book is called CLR(S), it is the canonical algorithms text. If you are going to read one algorithms book, that is the one to read.


Could you recommend any chapters please? I have an interview at the beginning of January, and they may ask me about algorithms. They usually deal with office suite (kind of like Microsoft Word, Excel, etc). So I'm thinking data structures and string matching algorithms. Anything else? I doubt I'll read the entire book by then though. It's 1000+ pages. I could try to read as much as I can though.

Depends on where the interview is. If it's Amazon I would take care to not neglect graph algorithms lol.


If it's not, then what algorithms or chapters do you recommend based on what I mentioned?


Go through all the chapters of sorting algorithms. The math is dry, I don't think following the precise complexity analysis is super important. But be able to write the algorithms on your own if you can, or at bare minimum know how all of them work well enough that you can likely replicate it on your own if you really try.

In regards to data structures, you should know what all of the basic ones are. You should know how to traverse them. You should have a decent grasp of their advantages and disadvantages. You should understand depth first search, breadth first search, pre-order, post-order, in-order. You should understand why a hash table works and at least know conceptually how you could make one.

You should know trees very well. In particular you need to know heaps, and search trees. If there is one data structure to study I think that it is trees.
emperorchampion
Profile Blog Joined December 2008
Canada9496 Posts
December 01 2017 13:43 GMT
#18470
On December 01 2017 07:58 Acrofales wrote:
Show nested quote +
On December 01 2017 04:04 emperorchampion wrote:
On December 01 2017 01:23 Acrofales wrote:
Dumb question:

I have a stupid problem where I have to correct a whole load of stuff. And it's going to be fastest to do this with a long list of radio buttons where I can mark "right" "half right" or "wrong". However, I don't know exactly how many radio buttons I need beforehand because it's loaded dynamically from the database.

I have my code for loading this stuff in python, but wtf do I use to generate the UI? I was looking at guidata, but it seems to want a fixed number of items up front, rather than being able to add them at runtime.

Am I incredibly stupid to think a simple and fast way of doing this is by simply generating a webpage, hosting it with flask and then saving the answers back into the database on a form submission?


You can using tkinter, I did a similar thing using a grid and an ordered dict then iterating over the dict and adding items to the grid.

It will look something like:

Load names from database
For i, n in enumerate(names):
In col 0 row i, put the name
In col 1 row i, put the button

Then have a save button to read and write the data from the buttons


Sounds easier than using an HTML front-end. I'll give it a go. Thanks!


It should be easy once you get the hang of tkinter. Probably in total <50 lines.
TRUEESPORTS || your days as a respected member of team liquid are over
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2017-12-02 01:40:29
December 02 2017 01:35 GMT
#18471
Okay, I have a difficult problem I am trying to solve. Let's see if I can explain it properly.

I want to take a simple polygon. The polygon is determined by a series of points, which make up it's vertices. For simplicity of explanation, let's say a square.

Internal to the polygon (square), are points.

I want to take each point of the polygon, and I want to take the direction of line segments that are coming out of them, and consider them to be rays. So, in this case, 2 rays coming out from each corner of the square, 8 in all, which overlap with the line segments of the square.

I want to take these rays, and I want to rotate them INWARDS (for each point, it's rays rotate towards the other ray that comes off a given point). I will have all rays rotating at the same rate.

I am confident I can do all this. The problem is the next part.

I want to use these rays to "scan" for the points internal to the square. When a ray hit's a point inside the square, I want to be able to stop all rotations, mark that the point was found, and which ray found it. I also need as much precision as possible. I can't use something like rasterization because I will lose precision.

My question is, how the heck do i do this! In what method can I represent these lines as data, and monitor their interaction with euclidean space? Is there some technique in linear algebra that I can use to do this?

At this point the only option I can see is to do something like: rotate each ray some appropriately small portion of one degree, iterate over every point and see if the ray went through that point. If more than one ray went through a point (or a ray went through more than one point), backtrack if appropriate and take a smaller step. Repeat until you get it down to just one point (or multiple points along a single line).

This seems like a lot of work to be doing. I'd rather avoid it if there is a simpler way.

Is what I am asking for understandable?

Thanks!


edit(I guess I could slightly improve the above by recording all possible rays between points into a set beforehand (in the form of (origin,slope), and checking for when we've found a match. But that still seems suboptimal.)
Mr. Wiggles
Profile Blog Joined August 2010
Canada5894 Posts
December 02 2017 05:12 GMT
#18472
I think I'm a little confused about what exactly you're describing. It would help if you could give a more precise example of your problem (preferably with numbers?). From what you've written, it sounds like you want to find the smallest angles for which your 'rays' intersect with the interior points?

If that's the case, then I don't believe you need any simulation of rays or rotation. Instead, you could do something like the following, in pseudo-code:

(Disclaimer, my geometry is super rusty)

for each point p:
min_angle = 360
edge = null

for each vertex pair (a,b) in the polygon: # ab edge, assume clock-wise order
angle_1 = compute the angle between AB and AP vectors
angle_2 = compute the angle between BA and BP vectors

if 180 - angle_1 < min_angle:
min_angle = 180 - angle_1
edge = (a, b)

if 180 - angle_2 < min_angle:
min_angle = 180 - angle_2
edge = (b, a)

closest 'ray' to point p is given by edge, after rotating min_angle degrees


I think this is close to what you're trying to do? There might be some extra steps based on other problem constraints. Basically, we find the interior angles to all the points, and use that to find the 'ray' which will have to rotate the least to reach the point and the angle of rotation needed.

I'm sure there's a nicer algorithm for this, and I might also be completely misunderstanding you. Hope this helps.
you gotta dance
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
December 02 2017 07:23 GMT
#18473
Is this basically just computing the convex hull of a polygon? If so, then there are algorithms for that. What is your actual objective?
If you have a good reason to disagree with the above, please tell me. Thank you.
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2017-12-02 13:25:52
December 02 2017 13:22 GMT
#18474
On December 02 2017 14:12 Mr. Wiggles wrote:
I think I'm a little confused about what exactly you're describing. It would help if you could give a more precise example of your problem (preferably with numbers?). From what you've written, it sounds like you want to find the smallest angles for which your 'rays' intersect with the interior points?

If that's the case, then I don't believe you need any simulation of rays or rotation. Instead, you could do something like the following, in pseudo-code:

(Disclaimer, my geometry is super rusty)

for each point p:
min_angle = 360
edge = null

for each vertex pair (a,b) in the polygon: # ab edge, assume clock-wise order
angle_1 = compute the angle between AB and AP vectors
angle_2 = compute the angle between BA and BP vectors

if 180 - angle_1 < min_angle:
min_angle = 180 - angle_1
edge = (a, b)

if 180 - angle_2 < min_angle:
min_angle = 180 - angle_2
edge = (b, a)

closest 'ray' to point p is given by edge, after rotating min_angle degrees


I think this is close to what you're trying to do? There might be some extra steps based on other problem constraints. Basically, we find the interior angles to all the points, and use that to find the 'ray' which will have to rotate the least to reach the point and the angle of rotation needed.

I'm sure there's a nicer algorithm for this, and I might also be completely misunderstanding you. Hope this helps.


nope, this is exactly right(though there are some added constraints, like you say), and I realized last night I could do it this way. The algorithm will also need to compare the angles of each "closest ray" after each outter for loop completes, since I only want the one smallest angle.

Maybe it would be easier to calculate differences in slope than differences in angle?



On December 02 2017 16:23 spinesheath wrote:
Is this basically just computing the convex hull of a polygon? If so, then there are algorithms for that. What is your actual objective?


Nope, the convex hull is the starting point. The objective is to tighten the convex hull into a polygon that iteratively includes more and more points. (I am playing around with TSP again).

I know this kind of strategy is common for TSP, but I wanted to play around with it myself.
shz
Profile Blog Joined October 2010
Germany2687 Posts
December 02 2017 21:52 GMT
#18475
On November 30 2017 18:11 Liebig wrote:
Advent of Code starts tomorrow.

Who's going to do it ?


Let's get a TL leaderboard going:

+ Show Spoiler +

http://adventofcode.com/2017/leaderboard/private

Code:
136507-44389d8e
Liquipedia
sc-darkness
Profile Joined August 2017
856 Posts
December 02 2017 22:03 GMT
#18476
Does anyone know how job adverts work when they say N+ years? Because if they say 3+ years, then they may as well have someone with 3 years work experience against someone with 10+.
WarSame
Profile Blog Joined February 2010
Canada1950 Posts
December 02 2017 22:41 GMT
#18477
From what I've heard it's a wishlist. When they say "must have 3+ years" that's ideal, but they will accept less if they don't get an ideal candidate. Generally they'd pick the more experienced person, but it depends on what they're looking for.

Does anyone know any way to convert ETH into CAD(or other denominations) easily? I am attracted to the possibility of easily transferring value with ETH, but it has problems if you want to hold on to it. It fluctuates, it is not understood by the public, etc. It seems easy to buy cryptocurrencies with fiat, but getting fiat back from the crypto seems much harder. I know tethers are a thing but then you still need to convert it into fiat from there.
Can it be I stayed away too long? Did you miss these rhymes while I was gone?
Excludos
Profile Blog Joined April 2010
Norway8046 Posts
December 03 2017 01:03 GMT
#18478
On December 03 2017 06:52 shz wrote:
Show nested quote +
On November 30 2017 18:11 Liebig wrote:
Advent of Code starts tomorrow.

Who's going to do it ?


Let's get a TL leaderboard going:

+ Show Spoiler +

http://adventofcode.com/2017/leaderboard/private

Code:
136507-44389d8e


Joined..there's a whole two of us now!
Excludos
Profile Blog Joined April 2010
Norway8046 Posts
December 03 2017 01:05 GMT
#18479
On December 03 2017 07:03 sc-darkness wrote:
Does anyone know how job adverts work when they say N+ years? Because if they say 3+ years, then they may as well have someone with 3 years work experience against someone with 10+.


I've been to job interviews with much much less than 3+ years of experience. It's one of those "weed out the newbies" things, but if you have the right experience it can be worth more than many years of the wrong (Ie: If they're looking for a web designer/javascript your 1 year of experience might beat out someone with 5 years of backend c++ experience)
phar
Profile Joined August 2011
United States1080 Posts
December 03 2017 08:58 GMT
#18480
Agree with above post somewhere stating to start with sorting algos. Definitely a good starting spot (and if you can wrap your head around it, the Knuth book on sorting and searching algos complements clrs nicely). Also your original idea to do string algos is also good cus a lot of places ask such questions.

You wanna be pretty well rounded though. Have good working useful knowledge of graph, string, search, sorting algos. Nothing too fancy. Have good working knowledge of arrays/lists, graphs, hash map / dictionaries, heaps, queues & stacks, and then maybe some slightly more esoteric things like search trees, tries, dynamic programming algos. And be able to code problems using these approaches and structures, from scratch without any reference internet.

On December 03 2017 07:03 sc-darkness wrote:
Does anyone know how job adverts work when they say N+ years? Because if they say 3+ years, then they may as well have someone with 3 years work experience against someone with 10+.

Yea the correlation between what the job posting says and what is actually required is loose at best.

Eli TheComputerGuy on YouTube had a good video explaining it:

Who after all is today speaking about the destruction of the Armenians?
Prev 1 922 923 924 925 926 1031 Next
Please log in or register to reply.
Live Events Refresh
Next event in 4m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Tasteless 309
Crank 103
MindelVK 32
StarCraft: Brood War
Sea 9322
Horang2 2962
Bisu 793
Hyuk 606
Leta 322
Soma 276
TY 173
PianO 164
Jaedong 160
Killer 144
[ Show more ]
ToSsGirL 130
EffOrt 110
ZerO 102
Rush 47
JulyZerg 41
HiyA 23
Free 21
zelot 18
Movie 7
Sacsri 7
ajuk12(nOOB) 6
ivOry 3
Dota 2
XaKoH 745
XcaliburYe693
Fuzer 214
League of Legends
JimRising 564
Counter-Strike
Stewie2K1875
Heroes of the Storm
Khaldor284
Other Games
Happy502
Pyrionflax244
crisheroes202
ZerO(Twitch)19
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• Berry_CruncH319
• LUISG 23
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• lizZardDota2339
League of Legends
• Lourlo1223
Upcoming Events
RSL Revival
4m
Clem vs Classic
SHIN vs Cure
Tasteless309
Crank 103
3DClanTV 0
FEL
2h 4m
WardiTV European League
2h 4m
BSL: ProLeague
8h 4m
Dewalt vs Bonyth
Replay Cast
1d 14h
Sparkling Tuna Cup
2 days
WardiTV European League
2 days
The PondCast
3 days
Replay Cast
3 days
RSL Revival
4 days
[ Show More ]
Replay Cast
4 days
RSL Revival
5 days
FEL
5 days
RSL Revival
6 days
FEL
6 days
FEL
6 days
Liquipedia Results

Completed

BSL 2v2 Season 3
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL Season 20
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
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
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...

Disclosure: This page contains affiliate marketing links that support TLnet.

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.