Skip to content

Added Data Structure Conversion #118

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

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

mrityunjay2003
Copy link
Contributor

Description

Added More Snippets

  • Introduced a new C++ snippet useful for quick data structure conversion.Handy for LeetCode and Competitive Programming

Type of Change

  • ✨ New Snippet
  • πŸ›  Improvement to an existing snippet
  • 🐞 Bug Fix
  • πŸ“– Documentation Update
  • πŸ”§ Other (please describe):

Checklist

  • I have tested my code and verified it works as expected.
  • My code follows the style and contribution guidelines of this project.
  • Comments are added where necessary for clarity.
  • Documentation has been updated (if applicable).
  • There are no new warnings or errors from my changes.

Related Issues

Closes #


Additional Context

These snippets aim to save time during competitive programming or while handling complex data structure manipulations in general development tasks.

P.S: I think we can get rid of using std:: by using namespace,that will make the snippets more quick.


Copy link

netlify bot commented Jan 2, 2025

βœ… Deploy Preview for quicksnip ready!

Name Link
πŸ”¨ Latest commit 7cd7db6
πŸ” Latest deploy log https://app.netlify.com/sites/quicksnip/deploys/677660654a58160008d1016b
😎 Deploy Preview https://deploy-preview-118--quicksnip.netlify.app
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@Mathys-Gasnier Mathys-Gasnier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird that it's already consolidated, but oh well, the snippet looks good, i'm going to merge it

@Mathys-Gasnier Mathys-Gasnier merged commit 0c20114 into quicksnip-dev:main Jan 2, 2025
5 checks passed
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.

3 participants