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: malladi75/Data-Structures-using-Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: OmkarPathak/Data-Structures-using-Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 6 files changed
  • 6 contributors

Commits on Jul 8, 2020

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

Commits on Jul 12, 2020

  1. Changed the logic in circular queue (OmkarPathak#34)

    * changed the methods in circularQueue
    
    * changed some comments
    
    Co-authored-by: Samitha <[email protected]>
    SamithaDilan and sdil8903 authored Jul 12, 2020
    Configuration menu
    Copy the full SHA
    3cfcdf2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

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

Commits on Oct 20, 2020

  1. zigzag traversal of a binary tree (OmkarPathak#48)

    The idea is to use two stacks. We can use one stack for printing from left to right and other stack for printing from right to left. In every iteration, we have nodes of one level in one of the stacks. We print the nodes, and push nodes of next level in other stack.
    SakshiiAgrawal authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    362fec6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

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