Skip to content
Snippets Groups Projects
Commit ffb1b0fb authored by RADELLAH Badr's avatar RADELLAH Badr
Browse files

Ex1 + Ex2 tp1

parent 46eb7e04
No related branches found
No related tags found
No related merge requests found
Pipeline #31127 canceled
...@@ -25,7 +25,6 @@ public class stack { ...@@ -25,7 +25,6 @@ public class stack {
vector.resize(vector.size() - 1); vector.resize(vector.size() - 1);
return topElement; return topElement;
} }
public int size() { public int size() {
return vector.size(); return vector.size();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment