LeetCode Clean Code Handbook: 50 Common Interview Questions
Book information
Description
1st edition eBook as the perfect companion to LeetCode.com’s Online Judge service. Understand what it takes to write clean code and apply these fundamentals in a real interview. This is Revision v1.0.1, the latest revision is v1.0.3. Book URL: https://leetcode.com/book/ Revision changes: https://selz.com/item/546c6e1ab7987209fc7fd418 Revisions: v1.0 -- Initial release v1.0.1 (11/17) -- Fix a bug in Question 32: Binary Tree Upside Down, page 60. TreeNode p = root, ... should be. For the top down approach's code line no. 2: TreeNode p = null, ... v1.0.2 (11/23) -- Revised Problem 16: "Read N Characters Given Read4 - Call multiple times" code to remove unnecessary variable sz, and also make the code slightly easier to understand. v1.0.3 (12/18) -- Question 3 - Two Sum III, pg 8: Corrected runtime complexity for the Binary Search + Two Pointers approach, and added a new approach based on Sorting. Question 14: One Edit Distance, pg 28: Fixed edit distance operation incorrect ordering.
Similar books
LeetCode C++ Solutions
2016 · PDF
Modern Programming Made Easy: Using Java, Scala, Groovy, and JavaScript, 2nd Edition
2020 · PDF
Modern Programming Made Easy: Using Java, Scala, Groovy, and JavaScript, 2nd Edition
2020 · EPUB
Foundational Java: Key Elements and Practical Programming, 2nd Edition
2012 · EPUB
Data Sketches: A Journey of Imagination, Exploration, and Beautiful Data Visualizations
2021 · EPUB
[Early-Access] The Art of Clean Code: Best Practices to Eliminate Complexity.
2022 · PDF
Java – die Neuerungen in Version 9 bis 12: Modularisierung, Syntax- und API-Erweiterungen
2019 · PDF
Python: Real-World Data Science
2016 · PDF