Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from SupulCFG/sorting_algorithms
Browse files Browse the repository at this point in the history
Fixed Typo
  • Loading branch information
SupulCFG authored Oct 19, 2021
2 parents c12a1ef + 43345fe commit aef0599
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Data Structures/Stack/stack.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ int main() {
pop(&stack);
peek(stack);


push(&stack,40);
push(&stack,80);

Expand Down

0 comments on commit aef0599

Please sign in to comment.