Skip to content

Several .md fixes #265

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions chapters/algorithms/cooley_tukey/cooley_tukey.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ I'll definitely come back to this at some point, so let me know what you liked a

{% references %} {% endreferences %}

### Example Code
## Example Code

To be clear, the example code this time will be complicated and requires the following functions:

Expand All @@ -219,22 +219,16 @@ Note: I implemented this in Julia because the code seems more straightforward in

{% method %}
{% sample lang="jl" %}
### Julia
[import, lang:"julia"](code/julia/fft.jl)
{% sample lang="c" %}
### C
[import, lang:"c_cpp"](code/c/fft.c)
{% sample lang="cpp" %}
### C++
[import, lang:"c_cpp"](code/c++/fft.cpp)
{% sample lang="hs" %}
### Haskell
[import, lang:"haskell"](code/haskell/fft.hs)
{% sample lang="py" %}
### Python
[import, lang:"python"](code/python/fft.py)
{% sample lang="scratch" %}
### Scratch
Some rather impressive scratch code was submitted by Jie and can be found here: https://scratch.mit.edu/projects/37759604/#editor
{% endmethod %}

Expand Down
2 changes: 0 additions & 2 deletions chapters/algorithms/tree_traversal/tree_traversal.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,8 @@ MainClass.java
<img class="center" src="code/scratch/scratch_tree.png" />
</p>
{% sample lang="rs"%}
### Rust
[import, lang:"rust"](code/rust/tree.rs)
{% sample lang="hs"%}
### Haskell
[import, lang:"haskell"](code/haskell/TreeTraversal.hs)
{% endmethod %}

Expand Down
4 changes: 0 additions & 4 deletions chapters/algorithms/verlet_integration/verlet_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,19 +188,15 @@ Submitted by Jie
</p>
Link: [https://scratch.mit.edu/projects/173039394/](https://scratch.mit.edu/projects/173039394/)
{% sample lang="matlab" %}
### Matlab
[import, lang:"matlab"](code/matlab/verlet.m)
{% sample lang="LabVIEW" %}
### LabVIEW
Submitted by P. Mekhail
<p>
<img class="center" src="code/labview/verlet_labview.png" />
</p>
{% sample lang="javascript" %}
### JavaScript
[import, lang:"javascript"](code/javascript/verlet.js)
{% sample lang="rs" %}
### Rust
[import, lang:"rust"](code/rust/verlet.rs)
{% endmethod %}

Expand Down