"Program employee code Interview Guide Second Edition" Python realization (personal study notes)

Explanation

        Recently reading a book left God --- "optimal solution Programmer Code Interview Guide -IT corporate name title Algorithms and Data Structures (Second Edition)" and read some basic left God, advanced, high-frequency and other video programs in order to record their learning outcomes, and later for easy viewing, code their own ideas and implemented using python recorded in this blog.

video

    basis

           time complexity

           Logarithmic unit

           Bubble Sort

           Bubble Sort of a few test

           Selection Sort

           Insertion Sort

           Recursive behavior time complexity formula  

           Merge sort

    Advanced

    high frequency

books

   Stacks and queues

   List problems

   Binary tree problem

   Recursion and dynamic programming

   String problem

   Big Data and space constraints

   Bit computing

   Arrays and matrices issues

   Other topics

Guess you like

Origin blog.csdn.net/weixin_41362649/article/details/94273511