Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
22926b1
pep8ify python
lazyprop Sep 3, 2021
933d66c
rename Tree_example.py
lazyprop Sep 3, 2021
57d1173
standardize python output
lazyprop Sep 3, 2021
12c02c6
standardize c output
lazyprop Sep 3, 2021
920e333
standardize c++ output
lazyprop Sep 3, 2021
b3ad30c
standardize rust output
lazyprop Sep 3, 2021
ba5824b
standardize javascript output
lazyprop Sep 3, 2021
6726ed3
standardize julia output
lazyprop Sep 3, 2021
9cb22f3
Standardized Coconut output
Amaras Sep 3, 2021
0dde208
fix coconut
lazyprop Sep 3, 2021
bdd40d2
standardize go output
lazyprop Sep 3, 2021
02c6537
standardize common lisp output
lazyprop Sep 3, 2021
b8d4679
Verlet Integration: Output standardization (#855)
stormofice Sep 4, 2021
62d8795
standardize php output
lazyprop Sep 4, 2021
5396b94
standardize swift output
lazyprop Sep 4, 2021
6726137
removed outdated comments in Coconut implementation
Amaras Sep 4, 2021
78246c3
standardize haskell output
jiegillet Sep 6, 2021
84e60b2
Fix asm exit codes (#858)
stormofice Sep 6, 2021
387e437
standardize crystal output
lazyprop Sep 6, 2021
09168eb
Flood fill in Coconut (#836)
Amaras Sep 6, 2021
bd58862
Added Barnsley fern in Coconut (+ .editorconfig for Coconut) (#814)
Amaras Sep 6, 2021
cc457b9
Added the Jarvis march in Coconut (#734)
Amaras Sep 6, 2021
9440cef
Fix minor typo
berquist Sep 7, 2021
bb87921
Change folder structure of convolutions (#861)
stormofice Sep 8, 2021
f395357
standardize csharp output
lazyprop Sep 8, 2021
523e950
standardize java output
lazyprop Sep 8, 2021
32fb947
fix php line numbers and python filename
lazyprop Sep 8, 2021
bb04cf7
fix coconut and python line numbers
lazyprop Sep 8, 2021
0a39290
fix minor bug in C
lazyprop Sep 8, 2021
8fd9364
fix labels and minor bug in go
lazyprop Sep 8, 2021
d1b2ddc
minor label fix in python
lazyprop Sep 8, 2021
122a5a8
Huffman encoding in Coconut (#732)
Amaras Sep 9, 2021
fd90b19
Merge pull request #859 from berquist/barnsley-typo
jiegillet Sep 10, 2021
435ef99
Update README.md
leios Sep 14, 2021
b86d137
Add C# implemenation for 1D Convolutions (#846)
stormofice Sep 14, 2021
f04abdc
IFS Common Lisp implementation (#722)
Trashtalk217 Sep 15, 2021
7bae159
added MonteCarlo in PowerShell (#760)
PaddyKe Sep 15, 2021
4557186
Add Rust implementation for The Barnsley Fern (#818)
ShadowMitia Sep 15, 2021
04be809
changing barnsley.md to read the correct coconut file (#867)
leios Oct 6, 2021
c8a40e3
added approximate counting implementation in python (#866)
pillarxyz Oct 6, 2021
4bb16db
fixing linking issues in convolution chapter (#868)
pillarxyz Oct 8, 2021
448a796
Add initial devcontainer (#862)
ntindle Oct 8, 2021
7c19ec6
small changes to convolutional theorem chapter and code to make thing…
leios Oct 10, 2021
46bf5a3
added convolutional theorem implementation in python (#869)
pillarxyz Oct 10, 2021
39f8c1c
Use `[#]\n` instead of `[#]` for human readable output (#873)
stormofice Oct 10, 2021
f3bd8f4
Add approximate counting algorithm in C (#844)
mahdisarikhani Oct 11, 2021
d81942c
added 1d convolution implementation in python (#874)
pillarxyz Oct 12, 2021
bfc180d
fixing 1d convolution markdown file (#879)
pillarxyz Oct 12, 2021
1c82049
Add racket setup to devcontainer (#875)
ShadowMitia Oct 15, 2021
c206831
Normalize inputs for scheme euclid algorithm (#878)
ShadowMitia Oct 16, 2021
a869114
Add initial setup for Swift in devcontainer (#880)
ShadowMitia Oct 16, 2021
cee1270
Add scheme setup to devcontainer (#876)
ShadowMitia Oct 16, 2021
d631070
Clean up Monte Carlo integration in Racket (#781)
berquist Oct 18, 2021
7f814fa
Add C++ code for Flood Fill algorithm (#860)
ShadowMitia Oct 18, 2021
65599ee
fixing chapter to use split-op code (#888)
leios Oct 20, 2021
c7c05a5
use [#]\n for readability
lazyprop Oct 21, 2021
9eb11d5
Implemented stacks and queues in Java (#897)
PaddyKe Oct 23, 2021
84e9d5d
Java tree traversal: updated dfsRecursiveInOrderBinary (#899)
henrikac Oct 23, 2021
0652a18
Tree traversal in smalltalk (#453)
Neverik Oct 23, 2021
f7e8e60
fixed print statements (#901)
PaddyKe Oct 23, 2021
0fa6381
Fixes in PATH that make dlang, emojicode and factor usable (#890)
ShadowMitia Oct 23, 2021
44d8118
fixing huffman encoding for Julia and adding Test (#828)
leios Oct 23, 2021
cf56e67
JavaScript tree traversal: updated dfsInorder (#902)
henrikac Oct 23, 2021
3358b37
julia: change printf to print
lazyprop Oct 23, 2021
2cb7882
pep8ify python
lazyprop Sep 3, 2021
69cd001
rename Tree_example.py
lazyprop Sep 3, 2021
e4c8ff1
standardize python output
lazyprop Sep 3, 2021
79d8b68
standardize c output
lazyprop Sep 3, 2021
2d5f36e
standardize c++ output
lazyprop Sep 3, 2021
4989ad8
standardize rust output
lazyprop Sep 3, 2021
20cda99
standardize javascript output
lazyprop Sep 3, 2021
236685d
standardize julia output
lazyprop Sep 3, 2021
6251005
Standardized Coconut output
Amaras Sep 3, 2021
bf6c74b
fix coconut
lazyprop Sep 3, 2021
14f9275
standardize go output
lazyprop Sep 3, 2021
1103d8c
standardize common lisp output
lazyprop Sep 3, 2021
ed09f86
standardize php output
lazyprop Sep 4, 2021
e792364
standardize swift output
lazyprop Sep 4, 2021
44fe701
removed outdated comments in Coconut implementation
Amaras Sep 4, 2021
b28b285
standardize haskell output
jiegillet Sep 6, 2021
64a8129
standardize crystal output
lazyprop Sep 6, 2021
1234b83
standardize csharp output
lazyprop Sep 8, 2021
552e45d
standardize java output
lazyprop Sep 8, 2021
8c75161
fix php line numbers and python filename
lazyprop Sep 8, 2021
2fa6a38
fix coconut and python line numbers
lazyprop Sep 8, 2021
b9ebcd2
fix minor bug in C
lazyprop Sep 8, 2021
dd95d0d
fix labels and minor bug in go
lazyprop Sep 8, 2021
f71124a
minor label fix in python
lazyprop Sep 8, 2021
1b83e14
use [#]\n for readability
lazyprop Oct 21, 2021
7a575b5
julia: change printf to print
lazyprop Oct 23, 2021
b0558dc
Merge branch 'tree-traversal-standardize' of github.com:lazyprop/algo…
Amaras Oct 23, 2021
ad99439
update Tree.java. remove MainClass.java
lazyprop Oct 25, 2021
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
Prev Previous commit
Next Next commit
changing barnsley.md to read the correct coconut file (#867)
  • Loading branch information
leios authored Oct 6, 2021
commit 04be809b38f688f57e21a488bb29bf4b37fab2e6
2 changes: 1 addition & 1 deletion contents/barnsley/barnsley.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The biggest differences between the two code implementations is that the Barnsle
{% sample lang="java" %}
[import, lang:"java"](code/java/Barnsley.java)
{% sample lang="coco" %}
[import, lang:"coconut"](code/julia/barnsley.coco)
[import, lang:"coconut"](code/coconut/barnsley.coco)
{% endmethod %}

### Bibliography
Expand Down