Skip to content
Permalink
master
Switch branches/tags

Commits on Oct 6, 2020

  1. Adding Two Algorithms (#102)

    * Fractional Knapsack Algorithm
    
    * Longest Palindrome Substring Algorithm
    anubhav9199 committed Oct 6, 2020

Commits on Sep 18, 2020

  1. Merge pull request #98 from agrdivyam/patch-1

    Create GCD.py
    Ian Doarn committed Sep 18, 2020
  2. Merge pull request #100 from kgashok/master

    iterative mergesort added
    Ian Doarn committed Sep 18, 2020

Commits on Jun 23, 2020

  1. Update README.rst

    OmkarPathak committed Jun 23, 2020

Commits on Jun 21, 2020

  1. Update README.rst

    OmkarPathak committed Jun 21, 2020
  2. Update README.rst

    OmkarPathak committed Jun 21, 2020

Commits on Apr 13, 2020

  1. Update README.rst

    OmkarPathak committed Apr 13, 2020

Commits on Oct 17, 2019

  1. Create GCD.py

    agrdivyam committed Oct 17, 2019

Commits on Oct 16, 2019

  1. Add tests and improve documentation on new sorting algorithms (#97)

    This effectively standardizes the function arguments for all the new
    sorting algorithms to be consistent with the other ones. Also fixes a few
    bugs and performs some style improvements, such as moving documentation
    of functions to after the function definition instead of before, and
    adding documentation where it is missing.
    Tjstretchalot authored and OmkarPathak committed Oct 16, 2019

Commits on Oct 15, 2019

  1. Improve sorting tests (#96)

    This verifies that sorting algorithms are either entirely inplace or
    do not modify the list and return a copy. Furthermore, this standardizes
    how they handle empty lists.
    Tjstretchalot authored and OmkarPathak committed Oct 15, 2019
  2. added few sorting algorithms (#95)

    * Create brick_sort.py
    
    * Create tim_sort.py
    
    * Create cocktail_sort.py
    
    * Create gnome_sort.py
    
    * Update cocktail_sort.py
    
    * Update cocktail_sort.py
    
    * Update cocktail_sort.py
    
    * Update cocktail_sort.py
    
    * Update cocktail_sort.py
    
    * Update gnome_sort.py
    
    * Update tim_sort.py
    
    * Update tim_sort.py
    Pratiknarola authored and OmkarPathak committed Oct 15, 2019
  3. Changing implementation for weighted graphs (#94)

    * Suggestion for changes in the WeightedGraph class
    
    * Suggestion for changes in the WeightedGraph class
    dhadad authored and OmkarPathak committed Oct 15, 2019

Commits on Oct 7, 2019

  1. Fixed sieve (#93)

    * Fixed sieve
    - Algo now printing n when if prime
    - updated tests
    
    * Removed extra 'this'
    rathod-sahaab authored and OmkarPathak committed Oct 7, 2019

Commits on Jul 30, 2019

  1. Issue#88 - Fixed (#89)

    ersuniljoshi authored and OmkarPathak committed Jul 30, 2019

Commits on Nov 15, 2018

  1. Update README.rst

    OmkarPathak committed Nov 15, 2018
  2. Update README.rst

    OmkarPathak committed Nov 15, 2018

Commits on Oct 2, 2018

  1. Merge pull request #84 from tsehori/patch-1

    Update heap_sort.py
    OmkarPathak committed Oct 2, 2018

Commits on Oct 1, 2018

  1. Update heap_sort.py

    Added explanation for how heap-sort works and corresponds to the method heapify().
    tsehori committed Oct 1, 2018

Commits on Sep 18, 2018

  1. Updated README.rst

    OmkarPathak committed Sep 18, 2018

Commits on Mar 2, 2018

  1. Merge pull request #82 from quocdat32461997/dat_ngo

    Add insert and count-nodes
    OmkarPathak committed Mar 2, 2018

Commits on Mar 1, 2018

  1. Add insert and count-nodes

    I added insert and counting-node functions for BinaryTree and BinarySearchTree
    quocdat32461997 committed Mar 1, 2018

Commits on Dec 31, 2017

  1. Merge pull request #80 from ashu01/master

    Refactor
    OmkarPathak committed Dec 31, 2017

Commits on Dec 30, 2017

  1. added missing import

    ashutoshcp committed Dec 30, 2017
  2. fixed shadow

    ashutoshcp committed Dec 30, 2017

Commits on Oct 31, 2017

  1. Merge pull request #79 from IanDoarn/master

    Minor Updates
    Ian Doarn committed Oct 31, 2017
Older