Skip to content
New issue

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

Feature: Utility functions #1

Open
1 of 7 tasks
naviisml opened this issue Mar 6, 2022 · 1 comment
Open
1 of 7 tasks

Feature: Utility functions #1

naviisml opened this issue Mar 6, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@naviisml
Copy link
Owner

naviisml commented Mar 6, 2022

Description
Add utility functions for manipulating both stacks.

Tasks

  • stack_push: Push a item to a specific stack on a specific position
  • stack_pop: Remove a specific item from a stack
  • stack_free: Free the stack in descending order

Tests

  • Add valid item to stack
  • Add invalid item to stack (re-create memory failure)
  • Free existing stack
  • Free non-existing stack (re-create memory failure)

Additional information
Any additional information about this feature

@naviisml naviisml added the enhancement New feature or request label Mar 6, 2022
@naviisml naviisml self-assigned this Mar 6, 2022
@naviisml
Copy link
Owner Author

naviisml commented Mar 8, 2022

added stack_push and stack_create_entry functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant