OP has posted this link before, both here https://news.ycombinator.com/item?id=10990206 (with the title "Get an interview at LinkedIn by solving this puzzle") and on the Who's Hiring threads https://news.ycombinator.com/item?id=11014173 As an exercise, I wrote a quick and dirty python script to solve this back in February (albeit it's not the most elegant solution but far better than brute force) and submitted my ans…
A regex crossword from LinkedIn Engineering
21–30 of 41 posts
Re: A regex crossword from LinkedIn Engineering
#22OP has posted this link before, both here https://news.ycombinator.com/item?id=10990206 (with the title "Get an interview at LinkedIn by solving this puzzle") and on the Who's Hiring threads https://news.ycombinator.com/item?id=11014173 As an exercise, I wrote a quick and dirty python script to solve this back in February (albeit it's not the most elegant solution but far better than brute force) and submitted my ans…
Is LinkedIn a desired place to work? I've never heard anyone clamoring to work there.
That said, I don't understand why they've hired so aggressively nor what all those employees do, but they have a nice campus, good pay, and good perks.
Re: A regex crossword from LinkedIn Engineering
#23What I got out of this: regex precedence rules are really unintuitive to me.
Re: A regex crossword from LinkedIn Engineering
#24This is typical of the same crap I see on my linkedIn feed. Solve this if you are a "GENIUS"!!!! popsicle + popsicle = 6 toilet * toilet = 9 popsicle + toilet =???!?!?? I have made heavy use of the block feature. And to those of you thinking of answering those, its a lose-lose proposition, you either get it wrong and look ignorant, or you get it right and look like a slacker...
Re: A regex crossword from LinkedIn Engineering
#25OP has posted this link before, both here https://news.ycombinator.com/item?id=10990206 (with the title "Get an interview at LinkedIn by solving this puzzle") and on the Who's Hiring threads https://news.ycombinator.com/item?id=11014173 As an exercise, I wrote a quick and dirty python script to solve this back in February (albeit it's not the most elegant solution but far better than brute force) and submitted my ans…
Is LinkedIn a desired place to work? I've never heard anyone clamoring to work there.
Re: A regex crossword from LinkedIn Engineering
#26Only 12% of people who attempt this puzzle solve it. Static text or real statistics?
I received the same stat.
Re: A regex crossword from LinkedIn Engineering
#27Re: A regex crossword from LinkedIn Engineering
#28What I got out of this: regex precedence rules are really unintuitive to me.
What is a precedence rule in regex? You can either derive a string or you can't. Precedence problems result in ambiguity, there shouldn't be any ambiguity here