Supreeth2319 /
Data-Structure
This repo consists of programs on data structure using c language
34/100 healthLoading repository data…
skjha1 / repository
This repo consists of aditya verma youtube channel code for different section.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repo consists of aditya verma youtube channel code for different section, I am still working this soon it will be updated fully, This repo I made for the purpose of revision Time and space complexity will be updated for all programs.
Starting a new 100-day journey with LeetCode problems! Simplifying the tough ones for those in need. Let's tackle coding challenges together! Click below link! 🚀 #LeetCodeSimplified
If you want to explore more programes of DSA you can visit this REPO
| S.No | Problem | Handwritten Notes | Time | Space |
|---|---|---|---|---|
| 1 | Knapsack Recursion | :blue_book: | O(2^n) | O(1) |
| 2 | Knapsack Memoization-Top-Down | :blue_book: | O(N*W) | O(N*W) |
| 3 | Knapsack Bottom-Up(DP) | :blue_book: | O(N*W) | O(N*W) |
| 4 | Subset sum(Knapsack Variation) | :blue_book: | O(N*W) | O(N*W) |
| 5 | Equal sum partition(subset sum & Knapsack Variation) | :blue_book: | O(N*W) | O(N*W) |
| 6 | Count of Subsets with given Sum(subset sum & Knapsack Variation) |
Selected from shared topics, language and repository description—not editorial ratings.
Supreeth2319 /
This repo consists of programs on data structure using c language
34/100 healthtriposat /
This Repo consists of C Programming Mini Projects.
62/100 healthSupreeth2319 /
This repo consist of projects on data structure using c
/100 health| :blue_book: |
| O(N*W) |
| O(N*W) |
| 7 | Minimum subset sum difference | :blue_book: | O(N*W) | O(N*W) |
| 8 | Count the number of subset with given difference | :blue_book: | O(N*W) | O(N*W) |
| 9 | Target sum(Leetcode) | :blue_book: | O(N*W) | O(N*W) |
| 10 | Unbounded Knapsack | :blue_book: | O(N*W) | O(N*W) |
| 11 | Rod cutting problem(Unbounded Knapsack) | :blue_book: | O(N*W) | O(N*W) |
| 12 | Coin change problem : maximum no of ways | :blue_book: | O(N*W) | O(N*W) |
| 13 | Coin change problem: Minimum number of coin | :blue_book: | O(N*W) | O(N*W) |
| 14 | Longest Common Subsequence Recursive | :blue_book: | O(N*W) | O(N*W) |
| 15 | Longest Common Subsequence Top down (Memoization) | :blue_book: | O(N*W) | O(N*W) |
| 16 | Longest Common Subsequence Bottom Up(DP) | :blue_book: | O(N*W) | O(N*W) |
| 17 | Longest Common Substring | :blue_book: | O(N*W) | O(N*W) |
| 18 | Print Longest Common Subsequence | :blue_book: | O(N*W) | O(N*W) |
| 19 | Shortest Common Supersequence | :blue_book: | O(N*W) | O(N*W) |
| 20 | Minimum insertion & deletion to convert a to b | :blue_book: | O(N*W) | O(N*W) |
| 21 | Longest Palindromic Subsequence | :blue_book: | O(N*W) | O(N*W) |
| 22 | Minimum number of deletions to make a string palindrome | :blue_book: | O(N*W) | O(N*W) |
| 23 | Print Shortest Common Supersequence | :blue_book: | O(N*W) | O(N*W) |
| 24 | Longest repeating subsequence | :blue_book: | O(N*W) | O(N*W) |
| 25 | Sequence pattern matching | :blue_book: | O(N*W) | O(N*W) |
| 26 | Minimum Number of insertion to make a string palindrome | :blue_book: | O(N*W) | O(N*W) |
| 27 | Matrix Chain Multiplication Recursive | :blue_book: | O(N*W) | O(N*W) |
| 28 | Matrix Chain Multiplication Top Down (Memoization) | :blue_book: | O(N*W) | O(N*W) |
| 29 | Palindrome Partitioning Recursive | :blue_book: | O(N*W) | O(N*W) |
| 30 | Palindrome Partitioning Memoization | :blue_book: | O(N*W) | O(N*W) |
| 31 | Palindrome Partitioning Memoized optimization | :blue_book: | O(N*W) | O(N*W) |
| 32 | Evaluate Expression to true Recursive | :blue_book: | O(N*W) | O(N*W) |
| 33 | [Evaluate expr |
sakshi-123-eng /
This Repo consists of PepCoding - free resources , Level 1 questions with their solutions in C++ Programming Language.
30/100 healthCaHHaL /
This repo consists of some of my practice question on c language
30/100 healthrajneeshshukla1608 /
This repo consist of mutiple recursion problems in C language
29/100 health