We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No specific problem, but adding a Stack module would enhance the data structure collection of the project.
Implement a Stack module with methods for basic operations (push, pop, peek, etc.) following a Last In, First Out (LIFO) structure.
No alternatives are considered as Stack is a fundamental data structure.
This module could be structured similarly to existing modules for cohesion across the repository.
The text was updated successfully, but these errors were encountered:
feat: (#8) Initialize stack module and define Stack interface for var…
7fd3292
…ious implementations
(#8) feat: add Stack implementation with Array
35bcb63
(#8) refactor: update description of stack based arrays
1109f45
(#8) feat: add Stack implementation with LinkedList
205ed03
git commit -m "(#8) feat: add Stack implementation with Deque"
8ad294b
5fc45a3
(#8) refactor: update description and identation for each implementation
4a11ee6
No branches or pull requests
No specific problem, but adding a Stack module would enhance the data structure collection of the project.
Implement a Stack module with methods for basic operations (push, pop, peek, etc.) following a Last In, First Out (LIFO) structure.
No alternatives are considered as Stack is a fundamental data structure.
This module could be structured similarly to existing modules for cohesion across the repository.
The text was updated successfully, but these errors were encountered: