new resume
This commit is contained in:
parent
ba5ca2ea1e
commit
6df5f716b8
7 changed files with 37 additions and 6 deletions
16
problems/index.html
Normal file
16
problems/index.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="../index.css" />
|
||||
<title>Interview Problems — Data Structures and Algorithms</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Problems</h1>
|
||||
<p>Description</p>
|
||||
<a href="rainwater.html"><h2>Trapping Rainwater</h2></a>
|
||||
<a href="dynamic-programming.html"><h2>Dynamic Programming</h2></a>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue