You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although having multiple classes inside one file works, it is often against the convention to do so. It would be better to have two separate files named after their purposes, which would make a lot more sense and enhance readability.
Java/DataStructures/Stacks/Stacks.java
Line 205 in b9aacd4
Although having multiple classes inside one file works, it is often against the convention to do so. It would be better to have two separate files named after their purposes, which would make a lot more sense and enhance readability.