Git Product home page Git Product logo

liyin2015 / python-coding-interview Goto Github PK

View Code? Open in Web Editor NEW
2.0K 114.0 440.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%
leetcode algorithms algorithms-and-data-structures python coding-interviews algorithms-explained leetcode-problem-catalog book-series leetcode-algorithms tree

python-coding-interview's Issues

More data structures

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

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

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.

"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

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.

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.