-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage13.html
142 lines (113 loc) · 6.98 KB
/
page13.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html>
<head>
<title> ICS 202 </title>
<meta charset="UTF-8"/>
<link rel="stylesheet" type="text/css" href ="style.css"/>
<meta name="viewport" content="width=device width, intial-scale=1.0>"
</head>
<body class="body">
<header class="mainheader">
<img src="imgs/ss.jpg" width="980" height="70" />
<nav><ul>
<li class="active">
<a href="page0.html"> Home </a></li>
<li> <a href="page1.html">Helping Map (Main Courses ) </a></li>
<li> <a href="page2.html">Helping Map (Elective Courses) </a></li>
<li> <a href="page4.html"> Contact us</a></li>
</ul></nav>
</header>
<div class="mainContent">
<div class="content">
<article class="topcontent">
<header>
<h2><a href="#" title="first post"> Data structure ICS202 (Java 3 ) </a></h2>
</header>
<content>
<p>
ICS202 Chapters :
</p>
</content>
<h4> <a href = "https://www.youtube.com/watch?v=EkL0V75ZPXU"> Chapter1: What is an Algorithem </a></h4>
<ul style="list-style-type:circle">
<li><a href = "https://www.youtube.com/watch?v=EkL0V75ZPXU"> Chapter1:( part 2) </a></li>
</ul>
<h4> <a href = "https://www.youtube.com/watch?v=l73f_FQQgKM">Chapter2: Array and Linkedlist </a></h4>
<ul style="list-style-type:circle">
<li><a href = "http://www.barmaje.com/lessons/789"> Chapter2:( part 2) </a></li>
<li><a href = "https://www.youtube.com/watch?v=my8qLqR0sqo"> Chapter2:( part 3) Array </a></li>
<li><a href = <" https://www.youtube.com/watch?v=epfRLOWfzWI"> Chapter2:( part 4) </a></li>
<li><a href = <"https://www.youtube.com/watch?v=8H5IiJVm2Eg "> Chapter2:( part 5) </a></li>
<li><a href = <" https://www.youtube.com/watch?v=gfeENmzO0L4"> Chapter2:( part 6) singl linkedlist </a></li>
<li><a href = <"https://www.youtube.com/watch?v=xwMnnxicLFM"> Chapter2:( part 7) add in linkedlist </a></li>
<li><a href= <"https://www.youtube.com/watch?v=6GGDLaD5B1M"> Chapter2: (part 8) delete from linkedlist </a></li>
<li><a href = " https://www.youtube.com/watch?v=epfRLOWfzWI"> linkedlist code 1 </a></li>
<li><a href= <" https://www.youtube.com/watch?v=8H5IiJVm2Eg"> linkedlist code 2 </a></li>
</ul>
<h4><a href = "http://www.uoh4u.com/vb/showthread.php?t=86543"> ALL Ch1 and Ch2 </a></h4>
<h4><a href ="https://www.youtube.com/watch?v=HcxqzYsiJ3k"> Chapter3: Abstract data type (ADT) </a></h4>
<ul style="list-style-type:circle">
<li><a href ="https://www.youtube.com/watch?v=HdFG8L1sajw "> Chapter3: (Part 2) </a></li>
<li><a href ="https://www.youtube.com/watch?v=HdFG8L1sajw&list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P&index=2"> Chapter3: (Part 3) </a></li>
</ul>
<h4> <a href = "https://www.youtube.com/watch?v=6QS_Cup1YoI">Chapter4: Stack,Queue and Dequeue Basics </a></h4>
<ul style="list-style-type:circle">
<li><a href " https://www.youtube.com/watch?v=rubrZmIg5cc"> Chapter4: Stack (Part 1) </a></li>
<li><a href ="https://www.youtube.com/watch?v=XSdXSmwb550"> Chapter4: Stack (Part 2) </a></li>
<li><a href ="https://www.youtube.com/watch?v=PgSrOtEay04"> Chapter4:Queue (Part 1) </a></li>
<li><a href ="https://www.youtube.com/watch?v=PjQdvpWfCmE"> Chapter4:Queue (Part 2) </a></li>
<li><a href ="https://www.youtube.com/watch?v=4xLh68qokxQ"> Chapter4:Dequeue (Part 4) </a></li>
</ul>
<h4> <a href = "http://www.brpreiss.com/books/opus5/html/page168.html"> Chapter5: Ordered list and Sorted list </a></h4>
<ul style="list-style-type:circle">
<li><a href ="http://www.brpreiss.com/books/opus5/html/page169.html#SECTION008100000000000000000"> Chapter5: (Part 2) </a></li>
<li><a href =" http://www.brpreiss.com/books/opus5/html/page190.html#SECTION008200000000000000000"> Chapter5: (Part 3) </a></li>
</ul>
<h4> <a href = "https://www.youtube.com/watch?v=rVKfofRnXvk"> Chapter6: Tree </a></h4>
<ul style="list-style-type:circle">
<li><a href ="https://www.youtube.com/watch?v=5NImEfD9tFc"> Chapter6: Binary tree (Part 1) </a></li>
<li><a href ="https://www.youtube.com/watch?v=jB7vseYRJcA"> Chapter6: Binary tree (Part 2) </a></li>
<li><a href ="https://www.youtube.com/watch?v=aydX3efdtTg"> Chapter6: Binary tree (Part 3)</a></li>
<li><a href= " https://www.youtube.com/watch?v=jGElHK0jZAQ"> Chapter6: Example of N-ary tree </a></li>
<li><a href ="https://www.youtube.com/watch?v=mxxa-HfYGss"> Chapter6: Traversals tree </a></li>
<li><a href= " https://www.youtube.com/watch?v=xoU69C4lKlM"> Chapter6: preorder,Inorder,postorder </a></li>
<li><a href ="https://www.youtube.com/watch?v=foAoAMEObno"> Chapter6: Expression tree </a></li>
<li><a href ="https://www.youtube.com/watch?v=OgJL8eh87PI"> Chapter6: Implementation </a></li>
</ul>
<h4> <a href = "https://www.youtube.com/watch?v=gXgEDyodOJU"> Chapter7: Graph and Graph Algorithem </a></h4>
<ul style="list-style-type:circle">
<li><a href ="https://www.youtube.com/watch?v=AfYqN3fGapc"> Chapter7: (Part 2) </a></li>
<li><a href ="https://www.youtube.com/watch?v=ZdY1Fp9dKzs"> Chapter7: (Part 3 ) </a></li>
<li><a href ="https://www.youtube.com/watch?v=9C2cpQZVRBA"> Chapter7: (Part 4) </a></li>
<li><a href ="https://www.youtube.com/watch?v=ImMnYq2zP4Y"> Chapter7: DFS & BFS (Part 1) </a></li>
<li><a href ="https://www.youtube.com/watch?v=or9xlA3YYzo"> Chapter7: DFS & BFS(Part 2) </a></li>
</ul>
</article>
</div>
</div>
<aside class="top-sidebar">
<article>
<h2> Top Side Bar</h2>
<ol>
<li><a href=" http://faculty.uoh.edu.sa/s.benaoun/Assignement1.pdf"> Exercise 1 </a></li>
<li><a href="http://faculty.uoh.edu.sa/s.benaoun/ASSIGNEMENT4.pdf"> Exercise 2 </a></li>
</ol>
</article>
</aside>
<aside class="middle-sidebar">
<article>
<h2> Middle Side Bar</h2>
<h4><a href="http://faculty.uoh.edu.sa/s.alfayez/ics202.html" > LABS </a></h4>
</article>
</aside>
<aside class="bottom-sidebar">
<article>
<h2>Bottom Side Bar</h2>
<h4><a href="http://faculty.uoh.edu.sa/s.alshdefat/ICS%20%20201.html"> Course Chapters </a></h4>
</article>
</aside>
<footer class="mainfooter">
<p>copyright ©<a href="#" title="web"> for Shahana Anjum Senior Group </a></p>
</footer>
</body>
</html>