-
Notifications
You must be signed in to change notification settings - Fork 1
/
coach-lee.html
88 lines (88 loc) · 5.19 KB
/
coach-lee.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coach Lee215</title>
<link rel="stylesheet" href="assets/css/bulma.min.css">
</head>
<body>
<section class="intro">
<div class="container">
<div class="columns">
<div class="column is-10">
<figure class="image is-128x128">
<img class="is-rounded" src="assets/img/team/avatar_lee.png"/>
</figure>
<br>
<h1 class="title">
Lee215
</h1>
<p class="subtitle">
Software engineer at one of FANNG company
</p>
<div class="content">
<h4>Info</h4>
<p><a href="https://leetcode.com/lee215/">Lee215</a> has the highest reputation in the Leetcode US, He has written several widely praised solution articles like</p>
<ul>
<li><a href="https://leetcode.com/problems/minimum-cost-tree-from-leaf-values/solutions/339959/One-Pass-O(N)-Time-and-Space/">One Pass, O(N) Time and Space</a></li>
<li><a href="https://leetcode.com/problems/stone-game/solutions/154610/dp-or-just-return-true/">DP or Just return true</a></li>
<li><a href="https://leetcode.com/problems/reverse-substrings-between-each-pair-of-parentheses/solutions/383670/JavaC++Python-Why-not-O(N)/">[Java/C++/Python] Tenet, O(N) Solution</a></li>
</ul>
<h4>Example Video</h4>
<p>The following video is communicated in Chinese, but Lee's coach supports both <strong>English</strong> and <strong>Chinese</strong>.</p>
<ol>
<li><a href="https://www.youtube.com/watch?v=cxe10cxXiDM">Mock interview with Jonson</a></li>
<li><a href="https://www.youtube.com/watch?v=2MuQp2VX-Hk">LeeCode Training 1v1 E01</a></li>
</ol>
<h3>Coaching plan</h3>
<div class="card">
<div class="card-content">
<h4 class="has-text-link">Prepare for interview (4-pack)</h4>
<div class="content">
<ul>
<li><strong>Interview Questions Discussion (2-pack)</strong>: We will find 10 algorithm questions from the company you're preparing to interview with (such as Google, Amazon), and discuss appropriate solutions for each question in the context of interviews.</li>
<li><strong>Mock Interview (2-pack)</strong>: We will conduct mock interviews based on the recent algorithm questions from the company you're preparing to interview with (such as Google, Amazon), and provide feedback as well as suggestions for improvement.</li>
<li><strong>Price</strong>:<del>$1100</del> <strong class="has-text-link">$850</strong></li>
<li><strong>Time</strong>: 1 hour phone call per session</li>
</ul>
<a href="mailto:[email protected]" class="button is-success">Contact US To Buy</a>
</div> <!-- end content -->
</div>
</div> <!-- end card -->
<br>
<div class="card">
<div class="card-content">
<h4 class="has-text-link">Algorithm discussion (2-pack)</h4>
<div class="content">
<ul>
<li><strong>Algorithm questions discussion (2-pack)</strong>: You can select a few questions under a certain tag (such as binary search, dynamic programming), and we can discuss different solutions together, as well as their pros and cons.</li>
<li><strong>Price</strong>:<del>$600</del> <strong class="has-text-link">$450</strong></li>
<li><strong>Time</strong>:1 hour phone call per session</li>
</ul>
<a href="mailto:[email protected]" class="button is-success">Contact US To Buy</a>
</div> <!-- end content -->
</div>
</div> <!-- end card -->
<br>
<br>
<div class="content">
<h3>Frequently asked questions</h3>
<h5>Q: Do i need a coach?</h5>
<p>A: Whether it is top athletes or business company CEOs, they all need coaches by their side to give feedback and suggestions through observation. So no matter who you are, you should try to find a professional coach.</p>
<h5>Q: Do you provide any other interview-related coaching? </h5>
<p>A: Currently, we offer Interview Questions Discussion, Mock Interview, and Algorithm Discussion. If you need other assistance, please contact [email protected].</p>
<h5>Q: Can I get a refund on unused pack?</h5>
<p>A: Yes, but the packs that have been used will be deducted at the original price. For example, if you purchased the Prepare for Interview (4-pack) and only took two classes and need a refund, the refund amount would be the amount you paid ($850) minus the cost of two classes ($550), which equals $300.</p>
</div>
</div>
</div> <!-- end column -->
</div> <!-- end columns -->
</div> <!-- end container -->
<br>
<br>
<br>
<br>
</section>
</body>
</html>