<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Learn Data Structures the Flash Way</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="stylesheet.css" type="text/css" />
<style type="text/css">
<!--
.style2 {color: #0033CC}
.style3 {
color: #003399;
font-weight: bold;
}
.style4 {
font-size: 12px;
color: #000000;
font-weight: bold;
}
.style6 {
font-weight: bold;
font-size: 12px;
color: #0000CC;
}
-->
</style>
</head>
<body>
<div id="container">
<div id="header">
<h2>Let's learn, here's my card.</h2>
<h1><a href="#">Data Structures Tutor <strong></strong></a></h1>
</div>
<div id="navigation">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href=#>Animated Algorithms</a>
<ul>
<li><a href="linear.php">Linear search</a></li><br />
<li><a href="binary.php">Binary search</a></li><br />
<li><a href="bubble.php">Bubble sort</a></li><br />
<li><a href="selection.php">Selection sort</a></li><br />
<li><a href="insertion.php">Insertion sort</a></li><br />
<li><a href="shell.php">Shell sort</a></li><br />
</ul>
</li>
</ul>
</div>
<div id="content">
<h1>Welcome</h1>
<p>Data structures form the building blocks of any computing application but they are also one of the most misunderstood areas. The project aims to correct the above scenario by providing easily accessible learning material.</p>
<p>This website aims to provide e-learning material for data structures. It aims to use flash animations to create an interactive application that can be used by students to understand the finer details of data structures. </p>
<p> The website is still under construction. Kindly bear the inconveniences.Come back soon to visit the updated site.</p>
<p class="style2"><a href="http://sourceforge.net/forum/?group_id=257725" class="style3"><strong><u>Please leave your comments</u></strong><u> and suggestions if any here</u></a></p>
<p class="style2"><span class="style4">This website is an open source effort. You can download the whole code of the website by following </span><span class="style6"><u><a href="http://www.sourceforge.net/projects/dsflash">this link</a></u> </span></p>
<div id="footer">
<p><a href="http://sourceforge.net/projects/dsflash"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=257725&type=11" width="120" height="30" alt="Get Data Structures - The flash way! at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a></p>
</div>
</div>
</div>
</body>
</html>