Skip to content

Commit d4c1a45

Browse files
Update markdown page
1 parent c60578a commit d4c1a45

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CONTRIBUTORS.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This file lists everyone, who contributed to this repo and wanted to show up her
5151
- Vincent Zalzal
5252
- Jonathan D B Van Schenck
5353
- James Goytia
54-
- Sammy Plat
54+
- Sammy Plat
5555
- Jonathan Dönszelmann
5656
- Ishaan Verma
5757
- Delphi1024
@@ -60,4 +60,5 @@ This file lists everyone, who contributed to this repo and wanted to show up her
6060
- Ridham177
6161
- Hugo Salou
6262
- Dimitri Belopopsky
63-
+ Henrik Abel Christensen
63+
- Henrik Abel Christensen
64+
- Peanutbutter_Warrior

contents/stacks_and_queues/stacks_and_queues.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Here is a simple implementation of a stack:
2020
[import, lang:"typescript"](code/typescript/stack.ts)
2121
{% sample lang="java" %}
2222
[import, lang:"java"](code/java/Stack.java)
23+
{% sample lang="rust" %}
24+
[import, lang:"rust"](code/rust/Stack.rs)
2325
{% endmethod %}
2426

2527
Here is a simple implementation of a queue:
@@ -28,6 +30,8 @@ Here is a simple implementation of a queue:
2830
[import, lang:"typescript"](code/typescript/queue.ts)
2931
{% sample lang="java" %}
3032
[import, lang:"java" ](code/java/Queue.java)
33+
{% sample lang="rust" %}
34+
[import, lang:"rust" ](code/rust/Queue.rs)
3135
{% endmethod %}
3236

3337

0 commit comments

Comments
 (0)