forked from epibook/epibook.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
21 lines (18 loc) · 738 Bytes
/
code.html
File metadata and controls
21 lines (18 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: default
title: EPI programs
description:
Links to programs
---
<h2 id="about">EPI programs <i class="icon-double-angle-right"></i></h2>
Complete programs are available through Google Code.
Specifically, this
<a href="https://code.google.com/p/elements-of-programming-interviews/wiki/Programs">document</a>
maps problem names to C++ and Java solutions.
<p>
<p>
Here is the complete Java <a href="https://github.com/epibook/epibook.github.io/tree/master/css/solutions/java">code</a> organized as a Maven project.
<p>
<p>
We'd love to link your solutions, so if you have code you'd like to share with us,
please send us a link to your public repo (github/bitbucket/etc.) or the code itself. We'll attribute it suitably.