Skip to content

Added BalancedParenthesesChecker.cs, NextGreaterElement.cs and ReverseStack.cs #262

Added BalancedParenthesesChecker.cs, NextGreaterElement.cs and ReverseStack.cs

Added BalancedParenthesesChecker.cs, NextGreaterElement.cs and ReverseStack.cs #262

Re-run triggered October 2, 2024 06:55
Status Failure
Total duration 34s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build: DataStructures/Stack/BalancedParenthesesChecker.cs#L11
The type or namespace name 'Dictionary<,>' could not be found (are you missing a using directive or an assembly reference?)
build: DataStructures/Stack/ReverseStack.cs#L15
The namespace 'DataStructures.Stack' cannot be used with type arguments
build: DataStructures/Stack/ReverseStack.cs#L26
The namespace 'DataStructures.Stack' cannot be used with type arguments
build: DataStructures/Stack/BalancedParenthesesChecker.cs#L11
The type or namespace name 'Dictionary<,>' could not be found (are you missing a using directive or an assembly reference?)
build: DataStructures/Stack/ReverseStack.cs#L15
The namespace 'DataStructures.Stack' cannot be used with type arguments
build: DataStructures/Stack/ReverseStack.cs#L26
The namespace 'DataStructures.Stack' cannot be used with type arguments
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/