Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Noob-coder-07/Data-Structures-and-Algorithms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 55f949e
Choose a base ref
...
head repository: thepranaygupta/Data-Structures-and-Algorithms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 889bbba
Choose a head ref
  • 13 commits
  • 12 files changed
  • 6 contributors

Commits on Feb 24, 2022

  1. 🎯Added cpp solution in searching and sorting. (thepranaygupta#384)

    * 🎯Added cpp solution Q1 in searching and sorting.
    
    🌱Added the cpp solution passing all the test cases as of 15-01-2022 for the problem - "Find first and last positions of an element in a sorted array." in searching and sorting section of DSA-sheet  by Love Babbar.
    
    * 🎯Added cpp solution Q2 in searching and sorting.
    
    🌱Added the cpp solution passing all the test cases as of 15-01-2022 for the problem_2 - "Find a fixed point(value equal to index) in a given array" in the searching and sorting section of DSA-sheet by Love Babbar.
    
    * 🎯Added cpp solution Q3 in searching and sorting.
    
    🌱Added the cpp solution passing all the test cases as of 15-01-2022 for the problem - "Search in a rotated sorted array." in the searching and sorting section of the DSA-sheet by Love Babbar.
    anshulyadav01 authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    bb505bd View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    c40a049 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Proposed: A GNU License

    A GNU License is proposed. Which help to grow this project.
    sajjadcodes authored May 16, 2022
    Configuration menu
    Copy the full SHA
    fd30fab View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Merge pull request thepranaygupta#398 from sajjadcodes/patch-1

    Proposed: A GNU License
    thepranaygupta authored May 22, 2022
    Configuration menu
    Copy the full SHA
    390d9ee View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. update banner

    thepranaygupta authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    9d66336 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. first commit

    mergesort in linked list love babbar sheet.
    ANUKULJHA1506 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    c272439 View commit details
    Browse the repository at this point in the history
  2. quicksort in LL

    ANUKULJHA1506 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    f535155 View commit details
    Browse the repository at this point in the history
  3. palindrome in LL

    ANUKULJHA1506 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    654257e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    2e4a95f View commit details
    Browse the repository at this point in the history
  2. Create solution.js (thepranaygupta#440)

    Added solution for "validate stack sequences" in JS.
    aadil42 authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    0cc6fb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39f81d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c296b58 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Merge pull request thepranaygupta#452 from ANUKULJHA1506/main

    K-shorted doubly linked list
    thepranaygupta authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    889bbba View commit details
    Browse the repository at this point in the history
Loading