-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
solved #705 created greedy leetcode solutions #706
solved #705 created greedy leetcode solutions #706
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Great job, @KapuluruBhuvaneswariVspdbct! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.
⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't edit the src/pages/Quizes/stack.tsx
and src/pages/Quizes/quiz.css
files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed changes stack,quiz
now please merge it |
sir please merge this and kindly give label level2 or level3 |
sir conflicts are resolved could you please merge it sir |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before you push your code, please update it based on the suggestions I've provided. Also, please recheck your code before pushing it.
Asking for resolve conflict
…On Tue, Oct 15, 2024, 6:32 PM Ajay Dhangar ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Before you push your code, please update it based on the suggestions I've
provided. Also, please recheck your code before pushing it.
------------------------------
In docs/leetcode Solutions/greedy-leetcode-solutions.md
<#706 (comment)>:
> # Greedy-LeetCode Solutions 1-5
+</main>
why use </main>
------------------------------
In docs/leetcode Solutions/greedy-leetcode-solutions.md
<#706 (comment)>:
> @@ -7,14 +7,26 @@ description: "This document contains solutions to LeetCode DSA problems 1-10 con
tags: [leetcode, algorithms, problem-solving, DSA, data structure]
---
+<k>
why use <k>
------------------------------
In docs/leetcode Solutions/greedy-leetcode-solutions.md
<#706 (comment)>:
>
## Questions
1. [The Two Sneaky Numbers of Digitville](#1-the-two-sneaky-numbers-of-digitville)
2. [Design Neighbor Sum Service](#2-design-neighbor-sum-service)
3. [Find the Number of Winning Players](#3-find-the-number-of-winning-players)
4. [Count Pairs That Form a Complete Day I](#4-count-pairs-that-form-a-complete-day-i)
5. [Remove Element](#5-remove-element)
+<k>
+6. [Remove Duplicates from Sorted Array](#6-remove-duplicates-from-sorted-array)
+7. [Merge Two Sorted Lists](#7-merge-two-sorted-lists)
+8. [Generate Parentheses](#8-generate-parentheses)
+9. [Merge k Sorted Lists](#9-merge-k-sorted-lists)
+10. [Swap Nodes in Pairs](#10-swap-nodes-in-pairs)
+=======
+</main>
Can you explain why </main> is used here? If you need to use it, do you
need to follow .mdx or jsx syntax?
—
Reply to this email directly, view it on GitHub
<#706 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BHOWNHGC2KC5XSL2OJ3X343Z3UG5PAVCNFSM6AAAAABP5D47VKVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDGNRZGI3DMOJSHE>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed conflicts
📥 Pull Request
Description
solved #705 created greedy leetcode solutions
Fixes #705
Type of change
Checklist: