1. Introduction to Algorithms and data structures

Source: Internet
Author: User

1. Why Learning Algorithm

Large companies in the interview, written tests require the algorithm and data structure of the basic need to master the very good, only master the basic algorithms and data structure, in order to make the code more efficient.

Using algorithms and data structures in the right place


2, what is the algorithm

Code = Algorithms + Data Structures


Algorithms: Finding (search), sorting (sort)

Data Structures: Arrays, lists (list), linked tables (LinkedList), collection (set), Heap (heap), dictionary (dict), queue (Queues), stack (stack)


3. How to Learn

(1) understand him (through reading materials, teaching materials, video comprehension)

(2) Manual simulation write out (complex code is not directly to use the brain to simulate the whole process)

(3) Use your own familiar language to achieve (realize the ability to understand)


4, need to learn what

(1) principle

(2) Implementation (Python)

(3) Time/space complexity

(4) Use scene (flexible use)

(5) Python basic syntax/object-oriented understanding



1. Introduction to Algorithms and data structures

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.