My solutions to Harvard's online course CS50AI, An Introduction to Machine Learning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
327 B

4 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Algorithms</title>
  5. </head>
  6. <body>
  7. <h1>Algorithms</h1>
  8. <div>Links:</div>
  9. <ul>
  10. <li><a href="programming.html">Programming</a></li>
  11. <li><a href="recursion.html">Recursion</a></li>
  12. </ul>
  13. </body>
  14. </html>