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

solved #705 created greedy leetcode solutions #706

Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/leetcode Solutions/greedy-leetcode-solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
KapuluruBhuvaneswariVspdbct marked this conversation as resolved.
Show resolved Hide resolved
# Greedy-LeetCode Solutions 1-10
=======
# Greedy-LeetCode Solutions 1-5
</main>
ajay-dhangar marked this conversation as resolved.
Show resolved Hide resolved

## 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>
KapuluruBhuvaneswariVspdbct marked this conversation as resolved.
Show resolved Hide resolved

---
## 1. The Two Sneaky Numbers of Digitville
Expand Down
280 changes: 0 additions & 280 deletions src/pages/Quizes/stack.tsx

This file was deleted.

Loading