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: avan-sh/pygorithm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: OmkarPathak/pygorithm
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.
  • 17 commits
  • 23 files changed
  • 7 contributors

Commits on Oct 17, 2019

  1. Create GCD.py

    agrdivyam authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    4e41b3f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Update README.rst

    OmkarPathak authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    36821a1 View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    OmkarPathak authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    cf932ce View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Update README.rst

    OmkarPathak authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    07b5496 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. verbose merge sort init

    kgashok committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    cea6a35 View commit details
    Browse the repository at this point in the history
  2. docstring added

    kgashok committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    5c0973e View commit details
    Browse the repository at this point in the history
  3. added iterative code

    kgashok committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    63b706e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d70c319 View commit details
    Browse the repository at this point in the history
  5. added verbose option

    kgashok committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    395c2cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88d7ca3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0b5ae3 View commit details
    Browse the repository at this point in the history
  8. merge conflict

    kgashok committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    3f59acd View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Merge pull request OmkarPathak#100 from kgashok/master

    iterative mergesort added
    Ian Doarn authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    f04331a View commit details
    Browse the repository at this point in the history
  2. Merge pull request OmkarPathak#98 from agrdivyam/patch-1

    Create GCD.py
    Ian Doarn authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    f1d3088 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Adding Two Algorithms (OmkarPathak#102)

    * Fractional Knapsack Algorithm
    
    * Longest Palindrome Substring Algorithm
    anubhav9199 authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    be35813 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2025

  1. feat: Add high priority algorithms - backtracking, advanced graph, st…

    …ring, and sorting algorithms
    
    - Add new backtracking module with N-Queens, Sudoku solver, maze solver, and permutations
    - Extend pathfinding with Bellman-Ford, Floyd-Warshall, and Prim's algorithms
    - Add advanced string algorithms: KMP search and edit distance
    - Add Bingo sort algorithm optimized for datasets with duplicates
    - Include comprehensive test suite with 10/10 tests passing
    - Maintain consistent API patterns and educational focus
    - All algorithms authored by Adwaita Jadhav
    
    Closes: Enhancement request for missing fundamental algorithms
    Adwaita Jadhav committed Oct 4, 2025
    Configuration menu
    Copy the full SHA
    8877e9b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. Merge pull request OmkarPathak#109 from adwaitas28/feature/add-high-p…

    …riority-algorithms
    
    feat: Add high priority algorithms - backtracking, advanced graph, st…
    OmkarPathak authored Oct 11, 2025
    Configuration menu
    Copy the full SHA
    cee38ed View commit details
    Browse the repository at this point in the history
Loading