-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (12 loc) · 782 Bytes
/
Copy pathindex.html
File metadata and controls
18 lines (12 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: default
title: 'simple algorithms'
---
<p>Hi.</p>
<p>This is a place to find information about some of the more fundamental algorithms used in computer science. This information is widely available on the net, but hopefully the way it's presented and discussed here will resonate with you.</p>
<p>Most of these are things you wouldn't need to write yourself. Modern libraries and languages tend to have quality implementations for all of this. Nonetheless, I truly believe that understanding how things work is key to improving how we work.</p>
<p>The source code for this site is available on <a href="https://github.com/karlseguin/Algorithms">github</a>.</p>
<p>Enjoy.</p>
<div id="nav">
<a href="/search/linear.html" id="next">linear search »</a>
</div>