Skip to content

Commit 9476cdf

Browse files
committed
ajusted the markdown file
1 parent b073969 commit 9476cdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contents/stacks_and_queues/stacks_and_queues.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,16 @@ Here is a simple implementation of a stack:
1818
{% method %}
1919
{% sample lang="ts" %}
2020
[import, lang:"typescript"](code/typescript/stack.ts)
21+
{% sample lang="java" %}
22+
[import, lang:"java"](code/java/Stack.java)
2123
{% endmethod %}
2224

2325
Here is a simple implementation of a queue:
2426
{% method %}
2527
{% sample lang="ts" %}
2628
[import, lang:"typescript"](code/typescript/queue.ts)
29+
{% sample lang="java" %}
30+
[import, lang:"java" ](code/java/Queue.java)
2731
{% endmethod %}
2832

2933

0 commit comments

Comments
 (0)