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

feat(deque): Add updated documentation for Deque container #108

Merged
merged 3 commits into from
Jul 29, 2024

Conversation

0xFable
Copy link
Contributor

@0xFable 0xFable commented Jul 21, 2024

Includes:

  • More examples, particularly of usage as a stack vs queue
  • Added updated operations like front and back
  • Added logstore example which is based on a couple of real world implementations

Tried to keep it as close to the style of Item as I could as to me they are very similar just with their own specific uses
Happy to make any changes needed.

Includes:
+ More examples, particularly of usage as a stack vs queue
+ Added updated operations like `front` and `back`
+ Added logstore example which is based on a couple of real world implementations

Tried to keep it as close to the style of Item as I could as to me they are very similar just with their own specific uses
Copy link

vercel bot commented Jul 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cosmwasm-docs ✅ Ready (Inspect) Visit Preview 1 resolved Jul 29, 2024 9:54am

@0xFable
Copy link
Contributor Author

0xFable commented Jul 21, 2024

Closes #52

@0xFable 0xFable linked an issue Jul 21, 2024 that may be closed by this pull request
@hashedone hashedone merged commit 58cda74 into main Jul 29, 2024
5 checks passed
@hashedone hashedone deleted the feat/deque-docs branch July 29, 2024 09:59
@0xFable
Copy link
Contributor Author

0xFable commented Jul 30, 2024

hey @hashedone, thanks for fixing the stated problems in Vercel. appreciate it!
I have a request to join vercel preview still pending so could not see the requested changes

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

Successfully merging this pull request may close these issues.

Rewrite Deque
2 participants