To the Top

Big Big World

Subscribe blog items in this category or Feedburner

Category: All | Others(52) | Computing(163) | Life(35) | Success(18) | Funny Stuffs(24) | Memory(4) | To Share(60) | Love and Romantics(14) | News(84) | Fortune Quotes(92) | Q & A(26) | Health(6) | Pictures(5) | Stories(6) | Videos(13) | Cryptocurrency-Blockchain(1) |
Total: 163 - Statistics | Archive
« Previous ( Page :  .. 3 4 5 6 7 8 9 10 11Next »

113 - Reverse a Linked List - reverse-a-linked-list.txt

Hi, here's your problem today. This problem was recently asked by Google:

Given a singly-linked list, reverse the list. This can be done iteratively or recursively. Can you get both solutions?

Example:
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Problem, Data Structures and Algorithms, | English | 335 Views, 17486 Search Bots | 149 Words

114 - First and Last Indices of an Element in a Sorted Array - daily-problem-first-and-last-indices-of-an-element-in-a-sorted-array.txt

Hi, here's your problem today. This problem was recently asked by AirBNB:

Given a sorted array, A, with possibly duplicated elements, find the indices of the first and last occurrences of a target element, x. Return -1 if the target is not found.

Example:
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Problem, Data Structures and Algorithms, | English | 261 Views, 30343 Search Bots | 87 Words

115 - [Daily Problem] Validate Balanced Parentheses - daily-problem-validate-balanced-parentheses.txt

Hi, here's your problem today. This problem was recently asked by Uber:

Imagine you are building a compiler. Before running any code, the compiler must check that the parentheses in the program are balanced. Every opening bracket must have a corresponding closing bracket. We can approximate this using strings.

Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 每日算法, 括号匹配, 面试, Python, daily problem, Validate Balanced Parentheses, algorithms, twitter interview question, python, | English | 247 Views, 18938 Search Bots | 161 Words

116 - [Daily Problem] Longest Palindromic Substring - daily-problem-twitter-palindrome.txt

Hi, here's your problem today. This problem was recently asked by Twitter:

A palindrome is a sequence of characters that reads the same backwards and forwards. Given a string, s, find the longest palindromic substring in s.

Example:
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 每日算法, 回文数, 面试, Python, daily problem, palindrome, algorithms, twitter interview question, python, | English | 320 Views, 15902 Search Bots | 69 Words

117 - Longest Substring Without Repeating Characters - daily-problem-longest-substring-without-repating-characters.txt

This problem was recently asked by Microsoft:

Given a string, find the length of the longest substring without repeating characters.

Here is an example solution in Python language. (Any language is OK to use in an interview, though we'd recommend Python as a generalist language utilized by companies like Google, Facebook, Netflix, Dropbox, Pinterest, Uber, etc.,)
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 微软, 面试题, 最长子字符串, Microsoft, interview questions, daily problems, longest substring, | English | 285 Views, 19171 Search Bots | 81 Words

118 - [Daily Problem] Add two numbers as a linked list - daily-problem-add-two-numbers-as-a-linked-list.txt

This problem was recently asked by Microsoft: You are given two linked-lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linked list.

Example:
Input: (2 -> 4 -> 3) + (5 -> 6 -> 4)
Output: 7 -> 0 -> 8
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 每天算法, 算法, 数据结构, 链表, daily problem, linked list, programming, algorithm, | English | 272 Views, 23751 Search Bots | 214 Words

119 - 小事 | 选择比努力更重要 - importance-of-a-decision.txt

我北邮电子工程本,电子系计算机应用专业硕,05 年毕业。这个起点如何?

我每天都在加班,晚上周末在持续学习跟踪新技术,努力程度怎么说呢我没见过比我更努力的,这个努力程度如何?

然而我今年 39 岁,失业两个多月,投出去简历至今一个约面试的都没有。
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 选择, 努力, 重要, Decision Making, | 中文 | 326 Views, 19309 Search Bots | 979 Characters

120 - 儿童编程热和计算机思维的培养 - computational-thinking-for-children.txt

AI(人工智能)的潮流轰轰烈烈而来,“深度学习”的字眼处处可以见, 面向儿童的编程课也成了热门课,好多家长都愿意付费让孩子去学。

先不说这些编程课质量如何,效果如何,就随便聊聊 “学习编程要不要早早开始”?

周末跟一个英国人工智能公司的小伙子聊了一下。 他是N大物理系毕业的,现在AI领域做得相当好, 不但公司里头的项目客户包括银行律所医院学校,而且自己业余做的项目客户里头有石油大公司。 他的观察是大学里头学计算机专业的,反而被困住了,在AI项目组里头往往成为边缘人员。而物理数学专业出来的,更擅长数学模型的思考和运算,可以在更高的一个层面上去思考问题,倒是项目的核心人员。他还举例说,90年代出国的好些华人其实都是数学很强的,可大多为了生计,转做码工,专职编程。现在AI热浪来了, 要转过来就觉得很吃力了。
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 儿童, 编程热, 计算机思维, 培养, Children, computational thinking training, | 中文 | 300 Views, 19274 Search Bots | 670 Characters

121 - Offer negotiation doesn - day-7-week-coding-interview-email-course.txt

This is Day 7/7 of our 1-week coding interview email course.

You should absolutely negotiate your job offer.

Even if you're shy. Even if you only have one offer. Even if you think you were crazy lucky just to have gotten the offer in the first place. (That's the impostor syndrome talking!)
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 面试技术, 算法, 模式, Interview Course, Computing, Algorithm, Pattern, | 中文 | 262 Views, 19243 Search Bots | 0 Characters

122 - Getting a LOT of interviews - day-6-week-coding-interview-email-course.txt

This is Day 6/7 of our 1-week coding interview email course.

The best practice for coding interviews is other coding interviews.

So if you're serious about getting a new job, don't put all your eggs in one basket. You should be trying to interview with as many companies as you can.
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 面试技术, 算法, 模式, Interview Course, Computing, Algorithm, Pattern, | 中文 | 272 Views, 19520 Search Bots | 0 Characters

123 - This is hard for me too. - day-5-week-coding-interview-email-course.txt

This is Day 5/7 of our 1-week coding interview email course.

Here's one of the biggest drivers of impostor syndrome in tech: the "Whiz Kid."

You know the type. They've been coding since they were 12. They're crazy fast. They seem to pick up new things instantly, without even trying.
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 面试技术, 算法, 模式, Interview Course, Computing, Algorithm, Pattern, | 中文 | 279 Views, 18754 Search Bots | 0 Characters

124 - Feeling down about your interviews/job search? - day-4-week-coding-interview-email-course.txt

This is Day 4/7 of our 1-week coding interview email course.

If you're one of those folks who struggles with confidence around your interview chops or engineering skills, I want to tell you something.

And this comes from working with thousands of engineers, so you can trust me when I say:
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 面试技术, 算法, 模式, Interview Course, Computing, Algorithm, Pattern, | 中文 | 260 Views, 19162 Search Bots | 0 Characters

125 - Skip the readings, focus on problems. And use all the hints! - day-3-week-coding-interview-email-course.txt

This is Day 3/7 of our 1-week coding interview email course.

If our problems have felt over your head . . . you'll find this one especially helpful.

But first, really quick: have you looked into our full coding interview prep course yet? (The one that only costs money if it gets you hired.)
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 面试技术, 算法, 模式, Interview Course, Computing, Algorithm, Pattern, | English | 283 Views, 17285 Search Bots | 472 Words

126 - Patterns for breaking down questions you haven - day-2-week-coding-interview-email-course.txt

This is Day 2/7 of our 1-week coding interview email course.

Yesterday I told you about keeping an algorithmic patterns list as you run through practice coding interview questions.

And I promised to send over the patterns I've found to be most helpful.
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 面试技术, 算法, 模式, Interview Course, Computing, Algorithm, Pattern, | English | 296 Views, 18567 Search Bots | 521 Words

127 - A trick for getting good at coding interviews FASTER - day-1-week-coding-interview-email-course.txt

This is Day 1/7 of our 1-week coding interview email course.

I figured this out while coaching my dear friend Alice through her job search. That experience, by the way, inspired me to start Interview Cake!

Alice had fallen on hard times and was crashing on my couch. She needed a new job, and wanted to shoot for her first real software engineering position. But she had worries that she wasn't qualified. She wasn't a computer science major in college, and she was weak on data structures and algorithms.
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 面试技术, 算法, Interview Course, Computing, Algorithm, | English | 279 Views, 18921 Search Bots | 535 Words

128 - Remove Weibo in Batch - delete-weibo.txt

新浪微博本身不提供批量删除微博的方法,而有些时候,我们需要删除自己微博上所有带图片的内容,下面就是一个批量删除微博的方法,包括带图片微博的方法。
先使用谷歌浏览器访问自己的微博首页,在自己微博里,使用搜索功能过滤出指定日期所有带图片的微博,不过滤的话将删除所有微博。
接着,按F12,调出后台工具,点击console,将以下代码复制进去,直接回车即可。
如果遇到提示错误可以不用管,还是会在删除。

...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 新浪微博, 批量删除, Weibo, Batch Delete, | 中文 | 794 Views, 18298 Search Bots | 168 Characters


Category: All | Others(52) | Computing(163) | Life(35) | Success(18) | Funny Stuffs(24) | Memory(4) | To Share(60) | Love and Romantics(14) | News(84) | Fortune Quotes(92) | Q & A(26) | Health(6) | Pictures(5) | Stories(6) | Videos(13) | Cryptocurrency-Blockchain(1) |
Total: 163 - Statistics | Archive
« Previous ( Page :  .. 3 4 5 6 7 8 9 10 11Next »

Page Edited: May 11 2024 14:46:11 | RSS Subscription
How to Cook a Perfect Steak? | <meta name="robots" content="noindex, follow" />