Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@farischt farischt released this 22 Jan 13:04
1580642

New modules:

  • Add min and max heap data structure.

New features:

  • Queue : handle size incrementation when inserting in a full queue.
  • Stack : handle size incrementation when inserting in a full stack.
  • Stack Push and queue Enqueue methods no longer return an error.

Minor changes:

  • Automate issues-branches-pr with issue-branch bot.
  • Remove linter.
  • Update tests.
  • Add how to use documentation.
  • Utils package added for futur implementations.

Related issues:

  • 15
  • 16
  • 18
  • 19
  • 20
  • 21
  • 22