Baidu Basic Technology Testing department on one side 2015/10/15

Source: Internet
Author: User

1, brief I introduce

2. String processing to find the longest number substring

such as String aadf1234sdfg123

3, recursion refers to the common eight Queens, Hanoi algorithm

The shortest distance of two strings defines the three-medium distance

123 1234 123

124 123 1234

First: Replace the character once, the distance is 1

The second type: delete one character, distance is 1

Third, add one character, distance is 1

4, recursion: Factorial code implementation to write a recursive formula

5, the code to implement the loop chain list of chain lists

6, bubble sort does not use intermediate variables, how to exchange a variable

7. Familiar design pattern

8, with object-oriented thinking, design a calculator containing add, subtract, multiply, divide

9, how to test the phone

10, code implementation of two-tree depth traversal breadth traversal

11. Enhance Linux Learning

12. TCP/IP programming

13, two-point search common algorithm

Baidu Basic Technology Testing department on one side 2015/10/15

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.