Giter Club home page Giter Club logo

liyin2015 / python-coding-interview Goto Github PK

View Code? Open in Web Editor NEW
2.0K 2.0K 441.0 68.29 MB

A middle-to-high level open source algorithm book designed with coding interview at heart!

License: Apache License 2.0

Jupyter Notebook 34.89% TeX 65.11%
algorithm algorithms algorithms-and-data-structures algorithms-explained book-series coding-interviews computer-science data-structures dsa googlecolab interview-preparation interview-questions leetcode leetcode-algorithms leetcode-problem-catalog python tree

python-coding-interview's Introduction

Hi, there! I'm Li! ๐Ÿ‘‹

Life for me is not to choose an easy path, but to constantly challenge myself with the unknown. Ex Computer Vision Research Scientist at Meta AI. Unconventionally, I dropped out of PhD to pursue a research career in the industry.

python-coding-interview's People

Contributors

amitrajitbose avatar deepakps22 avatar gregbo avatar liyin2015 avatar maya-h avatar unixisking avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

python-coding-interview's Issues

"0.1.3 All Paths" example in the backtracking chapter

Thank you for the hard work.

I have trouble understanding the "all paths" example in the backtracking chapter.

Unlike the in the permutations and combinations example, the arguments in this function is undocumented, and why the graph can be represented in the array is not explained.

image

Unable to download the whole book PDF

Hey I first want to say this book you put together looks like its going to be super useful and helpful and I want to thank you for your hard work creating it. When I click on the link to download the whole book as a pdf I am getting an error saying "unable to render rich display Invalid PDF". I am not sure why this error is occurring but I thought I would let you know. Here is a screenshot of the error.
thanks again
Screen Shot 2022-12-05 at 6 56 52 PM

Binary Search wrong description

Decrease and Conquer - Binary Search
โ€ข If it is smaller than the target, move to the left half by setting the right
pointer to the position right before the middle position, r = m โˆ’ 1.
โ€ข If it is larger than the target, move to the right half by setting the left
pointer to the position right after the middle position, l = m + 1.

More data structures

Any plans to add Trees, Graphs in the datastructures.ipynb? Could you give timeline? Are you open to PR's?

Great book!

Keep up the good work! I couldn't find any comparable resource anywhere like this book. Despite it is still under development and some parts are missing, it is very well organized and have common pattern and tricks to solve all question types.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.