You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,10 @@ We are working on open-source all contents and convert them to markdown files. O
48
48
49
49
## About this book
50
50
51
-
<center><imgsrc="figures/book_structure.png"alt="book_structure"width="500"height="300"class="center"title="Figure 1. Four umbrellas: each row indicates corresponding parts as outlined in this book."/></center>
51
+
<palign="center">
52
+
<imgsrc="figures/book_structure.png"alt="book_structure"width="500"height="300"title="Figure 1. Four umbrellas: each row indicates corresponding parts as outlined in this book."/>
53
+
</p>
54
+
52
55
53
56
In short, this is a middle-to-high level algorithm book designed with cracking coding interviews at hearts. It offers a one-stop coding interview prep experience. The structure of the book:
54
57
***Preparation**: introduce the global picture of algorithmic problem solving and coding interviews, learn abstract data structures and highly related and useful math such as recurrence relation, and hands-on Python practice by relating the abstract data structures to Python data structures. *Coding is not just code after all.*,
0 commit comments