We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc247ea commit dba43f7Copy full SHA for dba43f7
Data-Structures/Stack/test/Stack.test.ts renamed to Data-Structures/test/Stack.test.ts
@@ -1,4 +1,4 @@
1
-import { Stack } from '../../Stack';
+import { Stack } from '../Stack';
2
3
describe('Testing Stack data structure', () => {
4
it('push should add a new element to the stack', () => {
0 commit comments