Skip to content

Commit 72e6068

Browse files
committed
other changes
1 parent 4da4f62 commit 72e6068

9 files changed

+8
-80
lines changed

bst.html

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -11,45 +11,7 @@
1111
<link rel="shortcut icon" href="images/favicon.jpg">
1212
<link rel="stylesheet" href="css/bootstrap.min.css" >
1313
<link rel="stylesheet" href="css/zenburn.css">
14-
<!-- Custom styles for this template -->
15-
<style>
16-
/* Move down content because we have a fixed navbar that is 50px tall */
17-
body {
18-
padding-bottom: 20px;
19-
}
20-
.purpleBold{
21-
color:purple;
22-
font-weight: bold;
23-
}
24-
.gray{
25-
color: gray;
26-
}
27-
.blueish{
28-
color: rgba(151, 182, 209, 0.98);
29-
}
30-
.singInStuff{
31-
margin-top: 9px;
32-
}
33-
#uName{
34-
margin-top: -7px;
35-
}
36-
.skipListItem{
37-
list-style-type: none;
38-
}
39-
.skipListItem a{
40-
color: inherit;
41-
}
42-
a:visited
43-
{
44-
color: rgba(218, 209, 149, 0.98);
45-
}
46-
.padding10Px{
47-
padding: 10px;
48-
}
49-
/*style for demo*/
50-
51-
</style>
52-
14+
<link rel="stylesheet" href="css/site.css">
5315
<!-- Just for debugging purposes. Don't actually copy this line! -->
5416
<!--[if lt IE 9]><script src="docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
5517

graph.html

Lines changed: 2 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -12,43 +12,7 @@
1212
<link rel="stylesheet" href="css/bootstrap.min.css" >
1313
<link rel="stylesheet" href="css/zenburn.css">
1414
<!-- Custom styles for this template -->
15-
<style>
16-
/* Move down content because we have a fixed navbar that is 50px tall */
17-
body {
18-
padding-bottom: 20px;
19-
}
20-
.purpleBold{
21-
color:purple;
22-
font-weight: bold;
23-
}
24-
.gray{
25-
color: gray;
26-
}
27-
.blueish{
28-
color: rgba(151, 182, 209, 0.98);
29-
}
30-
.singInStuff{
31-
margin-top: 9px;
32-
}
33-
#uName{
34-
margin-top: -7px;
35-
}
36-
.skipListItem{
37-
list-style-type: none;
38-
}
39-
.skipListItem a{
40-
color: inherit;
41-
}
42-
a:visited
43-
{
44-
color: rgba(218, 209, 149, 0.98);
45-
}
46-
.padding10Px{
47-
padding: 10px;
48-
}
49-
/*style for demo*/
50-
51-
</style>
15+
<link rel="stylesheet" href="css/stite.css">
5216

5317
<!-- Just for debugging purposes. Don't actually copy this line! -->
5418
<!--[if lt IE 9]><script src="docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
@@ -85,6 +49,7 @@ <h2>part-8: expert</h2>
8549
<h2>todo list</h2>
8650
<h4>graph</h4>
8751
<ul>
52+
<li><a href="https://www.quora.com/What-graph-topics-should-I-study-in-order-to-be-adequately-prepared-for-a-Google-Software-Engineer-interview">very good: Graph question in Quora</a></li>
8853
<li>All categories and pages in wikipedia related to<a href="http://en.wikipedia.org/wiki/Category:Graph_algorithms">Graph Theory</a></li>
8954
<li><a href="http://en.wikipedia.org/wiki/Directed_graph">directed graph</a></li>
9055
<li><a href="http://en.wikipedia.org/wiki/Weighted_graph#Weighted_graphs_and_networks">weighted graphs and networks</a></li>

hashtable.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ <h2>todo list</h2>
5757
<li></li>
5858
<li></li>
5959
<li></li>
60-
<li></li>
60+
<li>hash collision</li>
6161
</ul>
6262
<h4>Resources</h4>
6363
<ul>
64+
<li><a href="http://www.grokit.ca/cnt/HashTable/">implement hashtable</a></li>
6465
<li><a href=""></a></li>
6566
<li><a href=""></a></li>
67+
<li><a href="http://dandreamsofcoding.com/2012/11/25/how-to-prepare-for-technical-interviews/">read this how to prepare for technical interview</a></li>
6668
<li><a href=""></a></li>
6769
<li><a href=""></a></li>
68-
<li><a href=""></a></li>
69-
<li><a href=""></a></li>
70-
<li><a href=""></a></li>
70+
<li><a href="http://howtodoinjava.com/2013/06/14/popular-hashmap-and-concurrenthashmap-interview-questions/">HashMap interview questions collection</a></li>
7171
</ul>
7272
</div>
7373
<div id="hashTable">
@@ -81,6 +81,7 @@ <h2>HashMap Vs Hashtable</h2>
8181
<p><strong>Question:</strong></p>
8282
<p><strong>Answer:</strong></p>
8383
<p></p>
84+
<p>ref: <a href="http://javahungry.blogspot.com/2014/03/hashmap-vs-hashtable-difference-with-example-java-interview-questions.html">good one</a></p>
8485
<p>ref: <a href="http://stackoverflow.com/questions/40471/differences-between-hashmap-and-hashtable">Differences between HashMap and Hashtable?</a> or <a href="http://www.java2blog.com/2013/02/difference-between-hashtable-and-hashmap.html">has a table of difference</a></p>
8586
</div>
8687
<div>
83.3 KB
Binary file not shown.
70.9 KB
Binary file not shown.
81.6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)