We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b073969 commit 9476cdfCopy full SHA for 9476cdf
contents/stacks_and_queues/stacks_and_queues.md
@@ -18,12 +18,16 @@ Here is a simple implementation of a stack:
18
{% method %}
19
{% sample lang="ts" %}
20
[import, lang:"typescript"](code/typescript/stack.ts)
21
+{% sample lang="java" %}
22
+[import, lang:"java"](code/java/Stack.java)
23
{% endmethod %}
24
25
Here is a simple implementation of a queue:
26
27
28
[import, lang:"typescript"](code/typescript/queue.ts)
29
30
+[import, lang:"java" ](code/java/Queue.java)
31
32
33
0 commit comments